Skip to content

Solved errors with JAVA Web Service #55

Open
@zlinker89

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions