|
[
Permlink
| « Hide
]
Roshan Weerasuriya added a comment - 05/Jan/05 03:55 PM
This requirement is to do this through Hanlders
Added the API methods:
Could you a code similar to the following in a Handler: IHandlerSoapSerializer* pISZ; pIMsg->getSoapSerializer(&pISZ); pISZ->addNamespaceToEnvelope("http://wsaddressing.com", "wsa"); you will get a out come like: <?xml version='1.0' encoding='utf-8' ?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://wsaddressing.com"> <SOAP-ENV:Header>... .... |
||||||||||||||||||||||||||||||||||||||||||||||||||