views:

3

answers:

0

I'm using Apache Axis 1.4 to communicate with a rpc/encoded web service but my tags start with lowercase characters and the service expects capitalized tag names. Is it possible to customize the tag names?

I'm currently working on a handler to iterate through the SOAPMessage elements and change the tag names, but I cannot change org.w3c.dom element names. Is there a simpler way to configure Axis to handle custom Java -> XML binding or do I need to create a new DOM object and copy the values over manually?