can't get the cvs check out today.

2005-03-14 Thread Chinthana C. Dinapala
Hi,   I’m tried to take CVS check out today but giving following error.     Error, CVS operation failed   Tortoise Tip:  One or more of your files has a conflict.  This means that someone else has altered the same part of the file as you.  Look above for the files marked "C ", and ma

RE: Help with using axis C++

2005-03-14 Thread Kon Kam King, France
John, I just rechecked my WSDL. I'm not actually using the complex type declared. The state is just before I removed the type declaration. I changed my Can you try with the following modification:          > Thanks, France De : Kon Kam King, France Envoyé : lundi 14 mars 2005 19:53

RE: Help with using axis C++

2005-03-14 Thread Kon Kam King, France
Here is my classpath:   C:\j2sdk1.4.1_01\jre\lib;C:\axis-1_2RC2\axis-1_2RC2\lib\axis.jar;C:\axis-1_2RC2\axis-1_2RC2\lib\commons-discovery.jar;C:\axis-1_2RC2\axis-1_2RC2\lib\commons-logging.jar;C:\axis-1_2RC2\axis-1_2RC2\lib\jaxrpc.jar;C:\axis-1_2RC2\axis-1_2RC2\lib\saaj.jar;C:\axis-1_2RC2\axis-

RE: Help with using axis C++

2005-03-14 Thread John Hawkins
This seems to work fine for me - I get the attached files produced . My cmd line is -> set WSDL2WsJar=%builddir%\obj\classes\wsdl2ws.jar set axisJar=%PreReqsDir%\java\axis.jar set commonsdiscoveryJar=%PreReqsDir%\java\commons-discovery.jar set commonsloggingjar=%PreReqsDir%\java\commons-logging.j

RE: Help with using axis C++

2005-03-14 Thread Kon Kam King, France
Here it is:   De : John Hawkins [mailto:[EMAIL PROTECTED] Envoyé : lundi 14 mars 2005 19:09À : Apache AXIS C User ListObjet : RE: Help with using axis C++ I think this should work but can you send us the WSDL to try? "Kon Kam King, France" <[EMAIL PROTECTED]> 14/

RE: Help with using axis C++

2005-03-14 Thread John Hawkins
I think this should work but can you send us the WSDL to try? "Kon Kam King, France" <[EMAIL PROTECTED]> 14/03/2005 18:00 Please respond to "Apache AXIS C User List" To "Apache AXIS C User List" cc Subject RE: Help with using axis C++ When I remove the type schema dec

RE: Help with using axis C++

2005-03-14 Thread Kon Kam King, France
Title: RE: Help with using axis C++ When I remove the type schema declaration from my WSDL, WSDL2Ws runs to completion. Is complex type allowed wih WSDL2Ws? I do see an example of a WSDL in the samples library with doclitfault. Can somebody help me?   De : Kon Kam King, France Envoyé :

RE: Help with using axis C++

2005-03-14 Thread Kon Kam King, France
Title: RE: Help with using axis C++ I need to pass a complex-type parameter from a C++ client  to a soap server, for example    user1     pass parameters   How is this done in Axis-c? I tried to use WSDL2Ws to try generating the client stubs, with a WSDL with complex-type, and soap/