RE: Exception! java2wsdl tool

2001-06-13 Thread Peter Govind
---Original Message- > > From: Peter Govind [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, June 13, 2001 10:45 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Exception! java2wsdl tool > > > > > > >James, > > >i get this exception when i try to run

Re: Exception! java2wsdl tool

2001-06-13 Thread Joseph George
June 13, 2001 4:45 PM Subject: Re: Exception! java2wsdl tool > >James, > >i get this exception when i try to run your tool: > > > >java org.apache.axis.utils.wsdl.Java2WSDL -c exampleTry.class -e > >http://localhost:8080/soap/servlet/rpcrouter -n urn:try:exampleTry

RE: Exception! java2wsdl tool

2001-06-13 Thread Colin Saxton
It probably cannot see the class you are trying to generate the WSDL against. With most object to wsdl converters you need to put the package name in before the Class name so that it can resolve the class...so... MyClass.class would be mypackage.another.MyClass If you are also asked for a path

RE: Exception! java2wsdl tool

2001-06-13 Thread Glen Daniels
This jar is built to work with Axis (http://xml.apache.org/axis). You'll need the axis.jar for it to work. --G > -Original Message- > From: Peter Govind [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 13, 2001 10:45 AM > To: [EMAIL PROTECTED] > Subject: Re:

Re: Exception! java2wsdl tool

2001-06-13 Thread jbirchfield
It is built using the Axis package from apache. You must have the axis.jar in your classpath. James Birchfield Ironmax maximizing your construction equipment assets 5 Corporate Center 9960 Corporate Campus Drive, Suite 2000 Louisville, KY 40223

Re: Exception! java2wsdl tool

2001-06-13 Thread Peter Govind
>James, >i get this exception when i try to run your tool: > >java org.apache.axis.utils.wsdl.Java2WSDL -c exampleTry.class -e >http://localhost:8080/soap/servlet/rpcrouter -n urn:try:exampleTry >Exception in thread "main" java.lang.NoClassDefFoundError: >org/apache/axis/utils/Options > at