Jump to content

SOAP: Difference between revisions

434 bytes added ,  17 years ago
no edit summary
No edit summary
No edit summary
Line 68:
result = client.soapFunc("hello")
result = client.anotherSoapFunc(34234)
 
==[[Visual Objects]]==
[[Category:Visual Objects]]
 
LOCAL oSoapClient AS OLEAUTOOBJECT
LOCAL cUrl AS STRING
LOCAL uResult AS USUAL
oSoapClient := OLEAutoObject{"MSSOAP.SoapClient30"}
cUrl := "http://example.com/soap/wsdl"
IF oSoapClient:fInit
oSoapClient:mssoapinit(cUrl,"", "", "" )
uResult := oSoapClient:soapFunc("hello")
uResult := oSoapClient:anotherSoapFunc(34234)
ENDIF
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.