How to get the response from web api
Hi
How to get response from web api using soap.connect
I used:
var myProxy = SOAP.connect("http://localhost:64825/api/FileUploadResponce/");
var result = myProxy;
console.println(result);
output returned as
[object SOAPService]
true
Web page reponse is like:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Thanks
Bala
