From 7dee86082842f257eed4401e18d02b693b0b4512 Mon Sep 17 00:00:00 2001 From: jnyryan Date: Mon, 11 Jan 2016 11:24:10 +0000 Subject: [PATCH] added in addressing ns --- lib/wsdl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wsdl.js b/lib/wsdl.js index 721c6acff..4a04c3b11 100644 --- a/lib/wsdl.js +++ b/lib/wsdl.js @@ -1072,7 +1072,7 @@ var WSDL = function(definition, uri, options) { // prepare soap envelope xmlns definition string self.xmlnsInEnvelope = self._xmlnsMap(); - + self.xmlnsInEnvelope = self.xmlnsInEnvelope + " xmlns:a=\"http://www.w3.org/2005/08/addressing\""; self.callback(err, self); });