axis2 Client

C

cod3nam3

Hi, iam running a webservice on an apache tomcat, with axis2. As a
client i use a jsp. While i can handle simple return types, such as
strings and integers, i am searching for a way to process class
objects. So that my webservices returns a class object and i can
access the elements from my jsp using the getter and setter methods
described in my response class. I tried several ways to create a
client AXIOM, ADB but still havent found a solution.
I hope someone here has an idea.

Thanks.
 
C

cod3nam3

1st: axis has a code generation tool, which it maps complex types to
class files. there's also an eclipse plugin =)http://ws.apache.org/
axis2/tools/1_0/eclipse/wsdl2java-plugin.html
2nd. axis provides also a client, called AxisClient ;-)http://ws.apache.org/axis/java/user-guide.html

slowfly

I already know about wsdl2java and as u can read above i already
implemented 2 of the clients. The problem still is that i getting an
OMElement and iam searching for a way to extract the complex response
object, in this case a class object from the OMElement.
 
C

cod3nam3

1st: axis has a code generation tool, which it maps complex types to
class files. there's also an eclipse plugin =)http://ws.apache.org/
axis2/tools/1_0/eclipse/wsdl2java-plugin.html
2nd. axis provides also a client, called AxisClient ;-)http://ws.apache.org/axis/java/user-guide.html

slowfly

I already know wsdl2java and as u can see above, i already implemented
one client that uses a stub. And still i have the problem that i'am
getting an OMElement as a Response and don't know how to extract the
complex datatype in this case a class object.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,015
Latest member
AmbrosePal

Latest Threads

Top