Skip to content

Commit

Permalink
added in addressing ns
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyryan committed Jan 11, 2016
1 parent 61de08e commit 7dee860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wsdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 7dee860

Please sign in to comment.