Skip to content

Instantly share code, notes, and snippets.

Created November 16, 2016 21:04
Show Gist options
  • Save anonymous/49ef5f619f0b310f5d151df72db144fe to your computer and use it in GitHub Desktop.
Save anonymous/49ef5f619f0b310f5d151df72db144fe to your computer and use it in GitHub Desktop.

Its mainly in the prefix of a child node (the envelope is not complete):

        <q1:ReportRequest Created="2016-06-10" ID="1">
            <q1:ns1:Requestor>
     

I'm setting the prefix ns1 in my json ´´´javascript 'ns1:Requestor': [...]

But as you can see, The soap client is adding the prefix `q1` automatically to the __Requestor__ node.
Any idea why!?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment