webservices is hosted on (10.8.81.61/test.nsf) server---------------------------------------------------------
my web service takes anly one argument which add to itself which is on another server
I am calling this web service in may followling Agent
-
webServiceTarget = “http://10.8.81.61:80/test.nsf/Math?OpenWebService”
-
Method = “add”
-
targetNamespace=“http://10.8.81.61/test.nsf/”
-
Dim webService As New SOAPClient(webServiceTarget )
-
ret = webService.invoke(targetNamespace, Method,a )
At line no 5. webservices could not invoke, what would the problem .
If any one have good link for web services ,include it.
plz help.