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:<?xml version="1.0"...