Hi, all
 
I got one wsdl file (see attatchment) which from .net team, they are using doc/lit style web service.
 
After I execute the following steps:
 
1. java -classpath .;%classpath% org.apache.axis.wsdl.WSDL2Java --server-side  --skeletonDeploy true InternetPartsOrder.wsdl (any all create java files in the %compilepath% directory)
2. javac -classpath .;%classpath% %compilepath%\*.java
3. java -classpath .;%classpath% org.apache.axis.client.AdminClient %compilepath%\deploy.wsdd
 
I can't see the web services listed in the http://127.0.0.1:8080/axis/servlet/AxisServlet, could anybody shed some light on what gone wrong?
 
Thanks in advanced!
 
Rgds,
Sam Ye

Attachment: InternetPartsOrder.wsdl
Description: Binary data

Reply via email to