J
John
Hi
Is it possible to use soap 3 with access? Basically I need to use code like
this;
Dim oSOAP As New MSSOAPLib30.SoapClient30
Dim sResult As String
oSOAP.ClientProperty("ServerHTTPRequest") = True
Call oSOAP.MSSoapInit("http://ws.textanywhere.net/ta_SMS.asmx?wsdl")
sResult = oSOAP.SomeMethod(<parameters here>)
Set oSOAP = Nothing
Thanks
Regards
Is it possible to use soap 3 with access? Basically I need to use code like
this;
Dim oSOAP As New MSSOAPLib30.SoapClient30
Dim sResult As String
oSOAP.ClientProperty("ServerHTTPRequest") = True
Call oSOAP.MSSoapInit("http://ws.textanywhere.net/ta_SMS.asmx?wsdl")
sResult = oSOAP.SomeMethod(<parameters here>)
Set oSOAP = Nothing
Thanks
Regards