SOAP: Difference between revisions

74 bytes added ,  14 years ago
Line 71:
<lang Purebasic>
XIncludeFile "COMatePLUS.pbi"
soapDefine.COMateObject soapObject = COMate_CreateObject("MSSOAP.SoapClient")
soapsoapObject\MSSoapInitInvoke("MSSoapInit('http://example.com/soap/wsdl')")
result = soapsoapObject\soapFuncInvoke("soapFunc('hello')")
result2 = soapsoapObject\Invoke("anotherSoapFunc(34234)")
</lang>
 
Anonymous user