Jump to content

SOAP: Difference between revisions

11 bytes added ,  17 years ago
no edit summary
No edit summary
No edit summary
Line 13:
==[[ASP 3.0 and VBS]]==
 
Dim client
Dim result
Set client = CreateObject("MSSOAP.SoapClient")
client.MSSoapInit "http://example.com/soap/wsdl"
result = client.anotherSoapFuncsoapFunc(34234"hello")
 
result = client.soapFuncanotherSoapFunc("hello"34234)
result = client.anotherSoapFunc(34234)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.