Re: Error when running WSDL2Ws

2005-08-08 Thread George Sebastian
Hi Tim, Just try to set the classpath at the command console itself to the jars. Ensure it is set by echoing it on the console.(Do all these with a well structured wsdl) If you have eclipse(http://eclipse.org) installed then there is simple way to do this. Create a new java project and then right

Re: A Basic question

2005-07-18 Thread George Sebastian
nding WSDL file. > 3. Use WSDL2WS to generate C++ stubs. > 4. Implement those stubs and have them call the exported functions. > > The procedure is explained here: > http://ws.apache.org/axis/cpp/winuser-guide.html > > - Henrik > > ----- Original Message - &g

A Basic question

2005-07-15 Thread George Sebastian
Hi I have a set of dll files with exported functions. How can I write a webservice using Axis C++ to export these functions Thanks George