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 |
- RE: Newbie Question Houman Moshtagh
- RE: Newbie Question Provencher, Samuel
- NewBie Question Anthony Smith
- Re: NewBie Question Kevin . Bedell
- RE: NewBie Question Anthony Smith
- RE: NewBie Question Kevin . Bedell
- RE: NewBie Question Anthony Smith
- RE: NewBie Question jeff drost
- RE: NewBie Question Anthony Smith
- RE: NewBie Question BRICKER_JONATHAN_E
- newbie question Heiko Braun