Open
Description
1:This code fixes the problem of null parameters
var sr =
"<?xml version=\"1.0\" encoding=\"utf-8\"?>" +
"<soap:Envelope " +
"xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" " +
"xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" " +
"xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">" +
"<soap:Body>" +
"<ns2:" + method + " xmlns:ns2=\"" + ns + "\">" +
parameters.toXml() +
"</ns2:" + method + "></soap:Body></soap:Envelope>";
2:received ws-i bp non-conformant unquoted soapaction http
xmlHttp.setRequestHeader("SOAPAction", "\"" + soapaction + "\"");
Metadata
Assignees
Labels
No labels