| Author |
problem with wsdl2java in Axis
|
thakur thakur
Greenhorn
Joined: Dec 06, 2002
Posts: 9
|
|
I tired to get some answers from Axis/SOAP mailing list on this but couldn't- I am using Axis-1_1 and using the standard packages that come with Axis. I am using WSDL2Java to gernerate the stubs doing the standard way- org.apache.axis.wsdl.WSDL2Java <wsdl.name> I get the following error 'invalid endpoint address' for any wsdl that come with the samples. I did some search on the web and I learned that I should be using ssl package (jsse.jar) and use the following command- Java - Djava.protocol.handler.pkgs=com.sun.net.ssl.internal.www.protocol org.apache.axis.wsdl.WSDL2Java -o \src -p samples.stock GetQuote.wsdl I still get the same error?? I welcome any suggestions from the followers of Axis or Authors of WebServices- -JT
|
 |
James Wang
Ranch Hand
Joined: Sep 04, 2003
Posts: 102
|
|
|
I think that it is not part of this exam objects
|
James<br /> <br />SCJP,SCWCD,SCBCD,SCDJWS,SCEA
|
 |
YH Lai
Greenhorn
Joined: Apr 15, 2004
Posts: 16
|
|
try Java org.apache.axis.wsdl.WSDL2Java -p samples.stock http://<yourservername>/<webapp>/<yourwebservice>?GetQuote.wsdl example Java org.apache.axis.wsdl.WSDL2Java -p samples.stock http://localhost/BasicWS/Basic.jws?GetQuote.wsdl
|
 |
 |
|
|
subject: problem with wsdl2java in Axis
|
|
|