Jaspreet, Thank you for your mail. I did download the tool yesterday from the apache site. I used the java wsdlws code generation, is there one other? I can't see any other tool...
The WSDL file that I used is generated from a web service using axis java. Do you think there could be some potential issues doing that? Regards, Jean Safar Manager, Professional Services, Southern Europe Data Synapse France 10-12, Ave de l'arche 92419 Courbevoie CEDEX Work 33 1 46 91 15 74 Mob 33 6 11 50 76 64 Fax 33 1 46 91 88 00 View the DataSynapse email disclaimer here: <http://www.datasynapse.com/legal/emailprivacy.jsp> -----Original Message----- From: Jaspreet Singh [mailto:[EMAIL PROTECTED] Sent: vendredi 19 d�cembre 2003 06:27 To: [EMAIL PROTECTED] Subject: RE: C++ Code Generation Hello Make sure you're using the latest stable (beta) version of axis. Also, make sure you're using a correct wsdl file. i used the InteropBase.wsdl to generate client and server stubs and skels and everything is working fine. generating success instead of axis_success definitely seems to be a bug but i didn't encounter it. the interopbase tries to test simple data types as well as user defined data types. use the wsdl2ws tool that comes with the beta binary package. > -----Original Message----- > From: Jean Safar [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 18, 2003 11:31 PM > To: '[EMAIL PROTECTED]' > Subject: C++ Code Generation > > > Hi, > > I hope this is the good forum for this. if someone had some > pointers to > solve thoses issues it would be most welcome: > > I have just downloaded the axis c++ package and I experienced > some problems > due to the code generation which is not compilable with the > libraries and > include files provided. > > It for example generate things like anyType which is not > understand as well > as SUCCESS (I replaced it with AXIS_SUCCESS to get it compiled). > > Also, I have tested it with a service returning an Array of > doubles and > which took as an input an array of doubles as well. The input > was correctly > sent but the result was not correctly translated. > > Best Regards, > Jean Safar >
