Yes we have to place the sample wsdd file in a different location. The best is to place this in samples folder itself, so that there would be little confusion. I will add the Windows and Linux sample server wsdd files to samples folder.
Thanks, Samisa... -----Original Message----- From: Andrew Perry2 [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 7:06 PM To: Apache AXIS C Developers List Subject: RE: Array & Base samples don't build The services.xml uses the server.wsdd.PLATFORM template files for building and deploying the services for testing. If you change them for only the samples then the test services will not be deployed. Can the sample server.wsdd files be given a different name? server.wsdd.sample.PLATFORM for example. Regards, Andrew Perry IBM Web Services Client for C/C++ [EMAIL PROTECTED] Mail Point 127 IBM UK Laboratories. Hursley Park, Winchester, Hants. SO21 2JN Tel. Internal 249828 External + 44 (0)1962 819828 Fax. + 44(0)1962 818080 "Chinthana C. Dinapala" <[EMAIL PROTECTED] To a.com> "Apache AXIS C Developers List" <[email protected]> 07/04/2005 13:34 cc Subject Please respond to RE: Array & Base samples don't "Apache AXIS C build Developers List" Hi Sanjaya, It should be in CVS ws-axis\c\build folder. Right now there is one but it contains the test stuff not samples. But users need sample stuff, them to run the samples. Thanks From: sanjaya singharage [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 6:02 PM To: Apache AXIS C Developers List Subject: Re: Array & Base samples don't build where does this server.wsdd.win32 reside? sanjaya. ----- Original Message ----- From: Chinthana C. Dinapala To: Apache AXIS C Developers List Sent: Thursday, April 07, 2005 4:24 PM Subject: RE: Array & Base samples don't build Hi, 1.) I have prepared the sample guide and I think it should add to the doc in CVS. 2.) I also have prepared the clean server.wsdd.win32 file which includes only samples. This will contain only required by the users. What do you think guys? Thanks Chinthana Dinapala Associate Software Engineer Virtusa Corp. World Trade Center Office: +94-11-4765300 ext 5657 Mobile: +94-77-3059107 -----Original Message----- From: Rangika Mendis [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 11:47 AM To: Apache AXIS C Developers List Subject: Re: Array & Base samples don't build Thank you Samisa. Regards, Rangika ----- Original Message ----- From: "Samisa Abeysinghe" <[EMAIL PROTECTED]> To: "Apache AXIS C Developers List" <[email protected]> Sent: Thursday, April 07, 2005 10:50 AM Subject: RE: Array & Base samples don't build > Hi Rangika, > These samples are *very* broken. > This is because the generated code we have in CVS are quite old. > I have implemented a new ant based script to generate code for > server and clients and build them. > You can run ant -d buldsamples.xml and get them built. > > We should ship these samples with the release and not those old > ones. > Thanks, > Samisa... > > -----Original Message----- > From: Rangika Mendis [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 07, 2005 10:52 AM > To: Apache AXIS C Developers List > Subject: Array & Base samples don't build > > Hi All, > > I generated code using the tool for Array & Base samples & they don't > build > with the relevant clients which exist in the cvs. > The following are the errors encountered for Array - > > > ArrayClient.cpp > ../../../../include\axis/client/Call.hpp(484) : warning C4251: > 'm_strProxyHost' : class 'std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> >' needs to have > dll-interface to be used by clients of class 'axiscpp::Call' > ../../../../include\axis/AxisException.hpp(176) : warning C4275: non > dll-interface class 'exception' used as base for dll-interface class > 'axiscpp::AxisException' > C:\Program Files\Microsoft Visual > Studio\VC98\INCLUDE\exception(50) > : see declaration of 'exception' > E:\checkout_1_5_final\ws-axis\c\samples\client\array\ArrayClient.cpp(69) > : > error C2440: '=' : cannot convert from 'int *' to 'int ** ' > Types pointed to are unrelated; conversion requires > reinterpret_cast, C-style cast or function-style cast > E:\checkout_1_5_final\ws-axis\c\samples\client\array\ArrayClient.cpp(73) > : > error C2440: '=' : cannot convert from 'int' to 'int *' > Conversion from integral type to pointer type requires > reinterpret_cast, C-style cast or function-style cast > intArrayType.cpp > ArrayTestPortType.cpp > ../../../../include\axis/client/Call.hpp(484) : warning C4251: > 'm_strProxyHost' : class 'std::basic_string<char,struct > std::char_traits<char>,class std::allocator<char> >' needs to have > dll-interface to be used by clients of class 'axiscpp::Call' > ../../../../include\axis/AxisException.hpp(176) : warning C4275: non > dll-interface class 'exception' used as base for dll-interface class > 'axiscpp::AxisException' > C:\Program Files\Microsoft Visual > Studio\VC98\INCLUDE\exception(50) > : see declaration of 'exception' > E:\checkout_1_5_final\ws-axis\c\deploy\wsdls\ClientOut\ArrayTestPortType > .cpp > (43) : warning C4101: 'pcCmplxFaultName' : unreferenced local variable > Error executing cl.exe. > > Regards, > Rangika > > > > >
