|
From: <wa...@us...> - 2008-05-15 22:21:55
|
Revision: 1462
http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1462&view=rev
Author: warnes
Date: 2008-05-15 15:22:01 -0700 (Thu, 15 May 2008)
Log Message:
-----------
Fix typo in SOAPpy soappy.txt file, per bug 1519915
Modified Paths:
--------------
trunk/pywebsvcs.sourceforge.net/soappy.txt
Modified: trunk/pywebsvcs.sourceforge.net/soappy.txt
===================================================================
--- trunk/pywebsvcs.sourceforge.net/soappy.txt 2008-05-15 22:19:57 UTC (rev 1461)
+++ trunk/pywebsvcs.sourceforge.net/soappy.txt 2008-05-15 22:22:01 UTC (rev 1462)
@@ -169,7 +169,7 @@
def hello():
return "Hello World"
- server = SOAP.SOAPServer(("localhost", 8080))
+ server = SOAPpy.SOAPServer(("localhost", 8080))
server.registerFunction(hello)
server.serve_forever()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|