SOAP: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 13: Line 13:
==[[ASP 3.0 and VBS]]==
==[[ASP 3.0 and VBS]]==


Dim client
Dim client
Dim result
Dim result
Set client = CreateObject("MSSOAP.SoapClient")
Set client = CreateObject("MSSOAP.SoapClient")
client.MSSoapInit "http://example.com/soap/wsdl"
client.MSSoapInit "http://example.com/soap/wsdl"
result = client.soapFunc("hello")

result = client.soapFunc("hello")
result = client.anotherSoapFunc(34234)
result = client.anotherSoapFunc(34234)