aspose file tools
The moose likes Web Services and the fly likes Axis SOAPElement.addChildElement inserts it's own prefix Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis SOAPElement.addChildElement inserts it Watch "Axis SOAPElement.addChildElement inserts it New topic
Author

Axis SOAPElement.addChildElement inserts it's own prefix

Frank Malinowski
Ranch Hand

Joined: Jul 24, 2003
Posts: 30
I am trying to create a SOAPEnvelope using Axis. For the particular message that I need to send The tags in my body do not need prefixes. So, I am using the following:



However, the xml that is created is as follows:



I don't want the prefix soapenv. I simply want the tag to be as follows:


Has anyone seen this and if so do you have a suggestion?

Thanks, Frank
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Axis SOAPElement.addChildElement inserts it's own prefix
 
Similar Threads
Problem in building SOAP with XML
Few questions
SOAP Header problem SAAJ
How to get a connection from the connection pool in a servlet
Need the JSP equivalent