aspose file tools
The moose likes Web Services and the fly likes SOAPEnvelope.setPrefix() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "SOAPEnvelope.setPrefix()" Watch "SOAPEnvelope.setPrefix()" New topic
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??
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SOAPEnvelope.setPrefix()
 
Similar Threads
Question: WS-I Profile Basic 1.0a R1005
Issues while creating a SOAP message
Adding SOAP elements through DOM
Question regarding MZ notes
Not supported element: {http://schemas.xmlsoap.org/wsdl/soap/}Header