According to the SOAP specs, processing instructions are forbidden in SOAP messages. Here is the relevant quote from the specs:
"A SOAP message MUST NOT contain a Document Type Declaration. A SOAP message MUST NOT contain Processing Instructions." Andreas On Thu, Sep 23, 2010 at 00:16, Thallapragada, Sowmi <[email protected]> wrote: > How can I add a processing instruction in my response XML? We would like to > add something like: > > > > <?access-control allow="*myvalue"?> > > > > before the SOAP envelope. Any help is appreciated. > > > > Sowmi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
