Good day,I am connecting to a web service programmatically and with the
following code I receive the result below:var cURL =
"http://localhost/soap/myservice.wsdl";SOAP.wireDump = false;var service
= SOAP.connect(cURL);var result =
service.getReturnsIssuedPersonal("1","2");Result:
- INVALID 1
2 4
5 3 sIs there a way
that I can parse the result? Kind regards, RoyI