Skip to content

Commit 7dee860

Browse files
committed
added in addressing ns
1 parent 61de08e commit 7dee860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wsdl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ var WSDL = function(definition, uri, options) {
10721072

10731073
// prepare soap envelope xmlns definition string
10741074
self.xmlnsInEnvelope = self._xmlnsMap();
1075-
1075+
self.xmlnsInEnvelope = self.xmlnsInEnvelope + " xmlns:a=\"http://www.w3.org/2005/08/addressing\"";
10761076
self.callback(err, self);
10771077
});
10781078

0 commit comments

Comments
 (0)