You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by ji...@philips.com on 2002/11/11 21:36:24 UTC

Re: Java2WSDL

Emma,

I also got a same problem in experimenting samples.userguide.example6.

C:\Web Services\xml-axis-10>java org.apache.axis.wsdl.Java2WSDL -o mywsdl.wsdl -
l "http://localhost:8080/axis/services/WidgetPrice" -n urn:example6 -P "samples.
userguide.example6" urn:example6

The error message is:

java.lang.ClassNotFoundException: urn:example6
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:130)
...

My guess is that the parameters I used here are not correct.

Can you please help me?

Thanks in advance!

Jingkun