This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Apache Axis 2 with multiple namespaces Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Apache Axis 2 with multiple namespaces" Watch "Apache Axis 2 with multiple namespaces" New topic
Author

Apache Axis 2 with multiple namespaces

K Tom
Greenhorn

Joined: May 04, 2009
Posts: 1
I 'am trying to generate a SOAP request with axis 2. The body has to include elements from two different namespaces. The problem is, axis is setting a namespace attribute on each of the generated element instead of defining a prefix at the envelope level and using that for the elements from the non default namespace.(Axis actually adds a prefix but still defines namespace at an attribute level)

What options do I have modify the SOAP generated by Axis2.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Apache Axis 2 with multiple namespaces
 
Similar Threads
Differences between targetNamespace and default namespace
namespace doubt
Axis client for jboss ejb3 session bean web service
DTD
Questions on Chap4 of RMH