Hi,
I'm new to Axis2 and I'm trying to piece together a web service using
axis2. Here is the scenario and the queries i have:
I'm trying to publish an existing service as a web service. I use
Java2Wsdl to come up with a wsdl from the existing code base. The
existing bean has the package "simple.bean.UserBean" and the generated
wsdl has the schema under "simple.bean.xsd.UserBean" namespace. The
client uses Wsdl2Java to generate client code and invokes the service
using the same. I use XMLBeans for databinding. What I need is to find a
means for Axis2 (on the server side) to generate an instance of my class
("simple.bean.UserBean") from the incoming SOAP message.
1. Is using AXIOM API my only choice to accomplish this? Or are there
other alternatives?
Thanks in advance for your help!
vedha
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]