Appreciate some help if someone has time.
Trying to use soap have tried all sorts of ways
Have come up with a simple example of one of my tries !@!@@!
Dim clnt As New SoapClient30
Dim strsvc As String
clnt.MSSoapInit "
DoEvents
Dim Sendit As String
Sendit = ""
Sendit = "<Envelope xmlns="" Sendit = Sendit & "<Body>"
Sendit = Sendit & "<getBalance xmlns="" Sendit = Sendit & "<arg0 xmlns="""">"
Sendit = Sendit & "<username>111111</username>"
Sendit = Sendit & "<password>22222</password>"
Sendit = Sendit & "<referrerOverrideSystemId></referrerOverrideSystemId>"
Sendit = Sendit & "<referrerOverrideSystemPassword></referrerOverrideSystemPassword>"
Sendit = Sendit & "</arg0>"
Sendit = Sendit & "</getB>"
Sendit = Sendit & "</Body>"
Sendit = Sendit & "</Envelope>"
strsvc = clnt.geta(Sendit)
MsgBox (strsvc)
Has this got any chance of working ?????
Geta is a valid call in the wsdl provided
I am getting an error incorrect number of paramaters
@ strsvc = clnt.geta(Sendit)
Regards Trob70
Trying to use soap have tried all sorts of ways
Have come up with a simple example of one of my tries !@!@@!
Dim clnt As New SoapClient30
Dim strsvc As String
clnt.MSSoapInit "
DoEvents
Dim Sendit As String
Sendit = ""
Sendit = "<Envelope xmlns="" Sendit = Sendit & "<Body>"
Sendit = Sendit & "<getBalance xmlns="" Sendit = Sendit & "<arg0 xmlns="""">"
Sendit = Sendit & "<username>111111</username>"
Sendit = Sendit & "<password>22222</password>"
Sendit = Sendit & "<referrerOverrideSystemId></referrerOverrideSystemId>"
Sendit = Sendit & "<referrerOverrideSystemPassword></referrerOverrideSystemPassword>"
Sendit = Sendit & "</arg0>"
Sendit = Sendit & "</getB>"
Sendit = Sendit & "</Body>"
Sendit = Sendit & "</Envelope>"
strsvc = clnt.geta(Sendit)
MsgBox (strsvc)
Has this got any chance of working ?????
Geta is a valid call in the wsdl provided
I am getting an error incorrect number of paramaters
@ strsvc = clnt.geta(Sendit)
Regards Trob70