Hey Gavin, It is pretty simple and straightforward to implement a Client/server application using Axis C++. What you only have to have is a wsdl file that describes your web service. Using that wsdl file, wsdl2ws tool comes with Axis C++ generates client and server codes for you. What you have to do is to fill the method bodies of the service code and add a client main program for the client. Compiling these applications you can use them very easily.
Following link directs you to Windows user guide and there are superb guidelines to build a windows based client/server application. http://ws.apache.org/axis/cpp/winuser-guide.html Following is the link to Linux User guide. http://ws.apache.org/axis/cpp/linuser-guide.html#Server Please try this and feel free to ask any question. Thanks, Dushshantha -----Original Message----- From: Gavin M. Bell [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 2:44 AM To: [email protected] Subject: Newbie wants to make a C++ client Hello Gentle-people, I am a super newbie to Axis and am interested in figuring out how I could build a C++ webservice client. Could one of you mavens out there send me a "hello world" C++ client using Axis, and the necessary steps required to compile and run the code? Pretty please with sugar on top :-). Thanks in advance for your help. -- ------ Gavin M. Bell Computer Science Research Scientist Computing Applications and Research Dept. Lawrence Livermore National Labs L-103 [EMAIL PROTECTED] ------- "I'm trying real hard to be the shepherd." -Samuel Jackson (Pulp Fiction)
