aspose file tools
The moose likes Web Services and the fly likes URGENT- Rename or Regenerate Axis Classes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "URGENT- Rename or Regenerate Axis Classes" Watch "URGENT- Rename or Regenerate Axis Classes" New topic
Author

URGENT- Rename or Regenerate Axis Classes

Raja Sagar Panamgipalli
Ranch Hand

Joined: Aug 13, 2003
Posts: 109
Hi All,

We have a webservice and its corresponding Java Bean classes(generated out of Apache Axis WSDL2Java emitter) for each element in the incoming Soap message body.

Now the problem comes when i've have to rename an element in the soap body, how should i make Axis runtime invoke the same webservice without regenerating the entire Java2WSDL and WSDL2Java.

I have tried renaming the Java Bean class and all its corresponding references in deploy.wsdd, server-config.wsdd etc.

The exception is get is ...

CAUSED BY INITIAL EXCEPTION]
AxisFault
faultCode: {http://xml.apache.org/axis/}Server.userException
faultString: org.xml.sax.SAXException: Invalid element in XXXXXXXX - YYYYYYYYYYY



Hope i'm clear.
Appreciate quick response.....SOS...


Thank you.


SCJP 1.4<br />SCBCD 1.3
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: URGENT- Rename or Regenerate Axis Classes
 
Similar Threads
Axis Webservice Client running on JBoss server error
Generalized Parsing for SOAP Response
Adding SOAP header to the SOAP message
Trouble renaming an existing element in Axis.
Sending XML data to webservice