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 Fadly <fa...@gmx.net> on 2002/10/25 15:41:11 UTC

Configuring Axis 1.0

Hi all,

Sorry for my previous posting.

> I've created a simple wsdl file, generate the java classes
> using wsdl2java, compile them, create the
> deploy.wsdd and deploy it.
> All classes already put in
> $TOMCAT_HOME/webapps/axis/WEB-INF/classes
>
> webservice deployed properly,  since i can see
> "tutorial" webservice deployed from
> http://192.168.24.105:8080/axis/services/MyService?wsdl
>
> But, i failed when invoking the service.
> service not found exception, even though it is deployed.
.........

I already sorted out my problem with invoking
the webservice.

I defined the "location" attribute of "soap:addres" element
with the value
"htp://192.168.24.105:8080/axis/servlet/Axis/Servlet"
It should be the location of the service
"http://192.168.24.105:8080/axis/services/<service_name>
.....

Also, for configuration problems, I just installed necessary
jars with the version listed in the "dependencies.html" in the download site
for Axis 1.0
Just notice the version of the ext app carefully.

Once again, sorry for posting silly questions

--fadly