Jump to content

SOAP: Difference between revisions

228 bytes added ,  17 years ago
no edit summary
No edit summary
No edit summary
Line 19:
result = client.soapFunc("hello")
result = client.anotherSoapFunc(34234)
 
==[[Python]]==
[[Category:Python]]
 
'''Interpreter:''' [[Python]] 2.4, 2.5
 
from SOAPpy import WSDL
proxy = WSDL.Proxy("http://example.com/soap/wsdl")
result = proxy.soapFunc("hello")
result = proxy.anotherSoapFunc(34234)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.