Client Code for Axis - Newbie Question

From: DayCoder (daycoder_at_yahoo.com)
Date: 12/17/03


Date: 17 Dec 2003 10:10:57 -0800

Hi,

I'm a first time Axis 1.1 user and trying to figure out how to write
web services client code. I used WSDL2JAVA to create java source from
the wsdl. I ended up with the following files...

xxxx_Port.java
xxxx_Service.java
xxxx_ServiceLocator.java
xxxxBindingStub.java
xxxxRequest.java
xxxxResponse.java

Does anyone have some sample code they can share with me that shows
the basics of how to set up the request and response parameters and
then actually make the call to the web service. Not sure which
classes or methods to use.

Thanks