Comparing version 0.0.8 to 0.0.9
@@ -92,7 +92,3 @@ /* | ||
if (input.element) { | ||
assert.ok(style == 'document', 'invalid message definition for rpc style binding'); | ||
message = self.wsdl.objectToDocumentXML(input.element.$name, arguments); | ||
} | ||
else { | ||
if (input.parts) { | ||
assert.ok(style == 'rpc', 'invalid message definition for document style binding'); | ||
@@ -102,2 +98,6 @@ message = self.wsdl.objectToRpcXML(name, arguments); | ||
} | ||
else { | ||
assert.ok(style == 'document', 'invalid message definition for rpc style binding'); | ||
message = self.wsdl.objectToDocumentXML(input.$name, arguments); | ||
} | ||
xml = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" + | ||
@@ -104,0 +104,0 @@ "<soap:Envelope " + |
{ | ||
"name": "soap", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A minimal node SOAP client", | ||
@@ -5,0 +5,0 @@ "engines": { "node": ">=0.4.0" }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36396