RE: What is a good Axis compatible suite for doing C/C++ SOAP ser vices/clients

2002-06-04 Thread Alan Moore
age- > From: Lilantha Darshana [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 12:17 AM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PROTECTED]' > Subject: RE: What is a good Axis compatible suite for doing C/C++ SOAP > ser vices/clients > > > At

RE: What is a good Axis compatible suite for doing C/C++ SOAP ser vices/clients

2002-06-04 Thread Lilantha Darshana
impl. regards, -Lilantha -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 8:50 PM To: [EMAIL PROTECTED] Subject: RE: What is a good Axis compatible suite for doing C/C++ SOAP ser vices/clients You might want to have a look at Wasp. Syl

RE: What is a good Axis compatible suite for doing C/C++ SOAP services/clients

2002-06-03 Thread St-Germain, Sylvain
You might want to have a look at Wasp. Sylvain. -Original Message- From: Craig Servin [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 10:37 AM To: [EMAIL PROTECTED] Subject: What is a good Axis compatible suite for doing C/C++ SOAP services/clients We have some C/C++ legacy code

What is a good Axis compatible suite for doing C/C++ SOAP services/clients

2002-06-03 Thread Craig Servin
We have some C/C++ legacy code that needs to be exposed as SOAP services. I am looking for something similar to Axis that would allow us to write UNIX based C/C++ SOAP services and clients that is compatible with Axis. I have thought about using the C++ client side bindings in the Axis contrib

Re: C++ Soap

2002-04-15 Thread Glyn Normington
Use cvs as described in http://xml.apache.org/axis/cvs.html. Glyn

C++ Soap

2002-04-15 Thread Andrea Patrignani
Hi, I'm new to SOAP and I have to develop a client-server architecture using SOAP as transport layer (to avoid problems with Firewalls). I'm developing with C++ but every source code I've found on the net is java. I would like to download the Axis-C++ source code shown in the axis-site as