Johnathan -  

The Axis documentation is an excellent start :)

Also, the samples and /java/test code provide good practical insights.

But, another way to learn the Axis API, is to run WSDL2Java and
Java2WSDL.  WSDL2Java can be used to boot up a service definition from a
Java business object.  The Axis WSDL2Java utility will create server and
client side stub code.  You can then review the source and see how the
API calls should be structured.

/Chris

-----Original Message-----
From: Jonathan [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, April 24, 2002 11:22 PM
To: [EMAIL PROTECTED]
Subject: Using the Axis api

Hello.
I have played with some of the examples, and I am realizing that there
is much more to "building" a soap call.� That is, thers are many options
and�additional api calls if you want the SOAP engine to do what you
want.� For example, I am very confused as to what additional api calls I
need to make in order to act as a client retrieving an ArrayList type
structure. I have to configure the correct call as a client, and create
& serialize the correct xml structure as a server.
�
Can someone steer me in the correct direction?
(please do not just refer me to the AXIS documentation)


Reply via email to