Created
May 13, 2014 18:30
-
-
Save arawako/dea774931f7776d151ce to your computer and use it in GitHub Desktop.
Como insertar un namespace en el headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Como insertar un namespace en el headers por ejemplo | |
<SOAP-ENV:Envelope xmlns:"http://webservice/"> | |
La funcion setHeaders inserta xml en la etiqueta <SOAP-ENV:Header> y requiero es anexar un namespace en el envelope |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment