Changing <SOAP-ENV> prefix in SAAJ?
843834May 20 2003 — edited Aug 31 2005I'm using the latest webservices pack from Sun and have hit a roadblock.
We have some external clients that are relying on the SOAP messages we send them to have the prefix namespace <SOAP>. The SAAJ implementation seems to be hardcoding <SOAP-ENV>.
Is there anyway to specify/override the default SOAP namespace prefix?
i.e.
<SOAP-ENV:Envelope> --> <SOAP:Envelope>
Thanks,
- Tim