| Author |
SOAPEnvelope.setPrefix()
|
j werner
Greenhorn
Joined: Nov 18, 2005
Posts: 5
|
|
Hi, I am trying to set my envelope prefix to "env" using se.setPrefix(ENV_PREFIX); which does add the prefix, however the output looks like this: xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" how do I remove the "SOAP-ENV" prefix??
|
 |
 |
|
|
subject: SOAPEnvelope.setPrefix()
|
|
|