You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Houman Moshtagh <de...@yahoo.de> on 2002/05/16 15:34:05 UTC

Newbie Question

Hello,

 

I'm new to Apache Axis and have a newbie problem.

 

 

I have a Service (HelloUser) deployed on TomCat. Then I've used
"WSDL2Java http://localhost:95/axis/services/HelloUser?WSDL" to generate
a Client for it.

It generated 4 Data files for me. 

 

-          HelloUser.java

-          HelloUserService.java

-          HelloUserServiceLocator.java

-          HelloUserSoapBindingStub.java

 

 

The Service is nothing more than sending a String to it, and it returns
a "Hello String".

 

I usually use my own Client in this way:

 

"Java Client Houman"

 

>Hello Houman

 

 

But now I have 4 data files. Which one is the Client? I tried all of
them to send a String parameter without a chance.

 

The documentation isn't detailed. What should I do, after generating
these 4 files?

 

 

I appreciate every help,

 

Houman