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 Vidula Pant <vp...@cs.nyu.edu> on 2002/04/16 20:33:14 UTC

Deploying Services

I have succesfully set up Tomcat and Axis, and all the examples work as
well.
I want to add my own service, and I am following the steps in the User's
Guide to do this.
Step 1 says write a interface. How come none of the examples show any file
with an interface?
I understand that once I have used the WSDL2Java tool I have to add code
in the <MyServiceName>SoapBindingImpl.java file and compile all the code.
After that I use deploy my service which works fine. But how do I
invoke it?
I use the SoapBindingImpl file but that seems wrong and anyway I get this
error:
 java.net.ConnectException: Connection refused: connect
Someone else on the list had the same problem but my server is running on
8080.
Please help.
Thanks,
Vidula