Neat, Regards, Senaka.
> Got it working once I downloaded Axis2/J ;) > > On Sun, Mar 2, 2008 at 9:21 AM, Sam Carleton <[EMAIL PROTECTED]> > wrote: >> Ok, I created the Microsoft Web Serice Walkthrough that creates a >> simply ConvertTemperature method. I compiled it and ran it. Then >> this URL gaves me what looks like WSDL: >> http://localhost:1326/Service1.asmx?WSDL >> >> I saved that to <path>\axis2c-src-1.2.0\tools\codegen\javatool as >> temp.wsdl >> >> Then I ran >> >> > WSDL2C temp.wsdl -ss -sd -d adb -u >> >> and this was the output >> >> >REM set AXIS2_HOME = C:\axis2-1.1\axis2-1.2-SNAPSHOT >> >> >setlocal EnableDelayedExpansion >> >> >set AXIS2_CLASSPATH=J:\Programs\axis2c >> >> >FOR %c in ("J:\Programs\axis2c\lib\*.jar") DO set >> AXIS2_CLASSPATH=!AXIS2_CLASSPATH!;%c; >> >> >java -classpath J:\Programs\axis2c org.apache.axis2.wsdl.WSDL2C >> temp.wsdl -ss -sd -d adb -u >> Exception in thread "main" java.lang.NoClassDefFoundError: >> org/apache/axis2/wsdl/WSDL2C >> >> Any thoughts on what the problem might be? >> >> Sam >> > > > > -- > The contents of this e-mail are intended for the named addressee only. > It contains information that may be confidential. Unless you are the > named addressee or an authorized designee, you may not copy or use it, > or disclose it to anyone else. If you received it in error please > notify us immediately and then destroy it. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
