Hi all,
I'm trying to develop a simple web service. After tested it on my local machine (with success) I'd like to remotely test it. To do this I put my jws file in the axis/ dir of my remote server and now I'm about to create the client. I use a dinamic dns service for my remote server, so it localized at ip x.x.x.x When I browse http:x.x.x.x:8080/axis/file.jws?wsdl I see the wsdl file.
Now the question: to create the classes necessary for the client, I use:
java org.apache.axis.wsdl.WSDL2Java http://x.x.x.x:8080/axis/math.jws?wsdl but the files are created in the subdir _x/_x/_x/_x. Saving the wsdl file in file.jws.xml and trying to use it as parameters for wsdl2java command I get the same results.
How is possible moving around the problem of numeric ip addreses?


Thanks a lot

Gianni

Reply via email to