We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 + "\"");
The text was updated successfully, but these errors were encountered:
It works! thanks a lot
Sorry, something went wrong.
No branches or pull requests
1:This code fixes the problem of null parameters
2:received ws-i bp non-conformant unquoted soapaction http
xmlHttp.setRequestHeader("SOAPAction", "\"" + soapaction + "\"");
The text was updated successfully, but these errors were encountered: