Hi, Does AXIS support JAXB ? Let me explain my requirement in conjunction with my question here :
In my application there are three parties involved : Client , Web Application and Web service. Client posts an XML (and attachments as DIME stream) to the web application. This web application does some XML parsing and manipulates the XML on the fly. Now I have the XML as in-memory stream. To make a call on the web service I need to create objects out of this XML and send them as parameters to the webservice method. I have looked at JAXB, which allows XML Serialization/Deserialization ( a concept where we can bind Java objects to XML). But the problem here is that I have generated objects using AXIS tools. The classes generated so far doesn't have any method that support XML serialzation/Deserialization. Please let me know how to go about solving this problem. Regards Kiran Kumar This message is confidential and may also be legally privileged. If you are not the intended recipient, please notify [EMAIL PROTECTED] immediately. You should not copy it or use it for any purpose, nor disclose its contents to any other person. The views and opinions expressed in this e-mail message are the author's own and may not reflect the views and opinions of ADP Wilco.
