| 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.
|
 |
 |
|
|
subject: Apache Axis 2 with multiple namespaces
|
|
|