As I said, for multi-platform scenarios, you have three choices:
- Axis C++ (BSD)
- gSOAP (MPL/GPL)
- WASP C++ (Commercial)

See the Axis C++ documentation for installation instructions.
(http://ws.apache.org/axis/cpp/documentation.html). It assumes you're using
Apache Web server. 

You don't actually need to install gSOAP runtimes. You use the gSOAP
compiler to generate classes that you then compile with your application
code, and the SOAP runtime gets embedded in the application. See
http://www.cs.fsu.edu/~engelen/soap.html. 

WASP is a very comprehensive commercial product and my personal favorite
among the commercial products -- it's available for both Java and C++.
(Disclaimer -- I used to be the CTO at Systinet.) It's free for single CPU
deployments. It can be deployed as an Apache module, or embedded within an
app. See http://www.systinet.com/products/wasp_cserver/overview. 

For Windows platforms, you have a lot more choices, including:
- PocketSOAP (http://www.pocketsoap.com/pocketsoap/) (MPL)
- White Mesa (http://www.whitemesa.com/) (BSD)
- SQLData (http://www.sqldata.com/soapclient/SoapClient30.htm) (Commercial)
- EasySoap++ (http://sourceforge.net/projects/easysoap/) (LGPL -- no support
for WSDL) 

-----Original Message-----
From: Dorner Thomas [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 11, 2004 5:27 AM
To: '[EMAIL PROTECTED]'
Subject: AW: c++ client/Tomcat Web-Server with Java Axis?

Hello Anne,

can you pls give me more informations about
"deploy a SOAP client environment for C++ on the Web server"?

Or can you please give me some links for this topic???

Thanks Tomi

-----Urspr�ngliche Nachricht-----
Von: Anne Thomas Manes [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 10. Mai 2004 14:34
An: [EMAIL PROTECTED]
Betreff: RE: c++ client/Tomcat Web-Server with Java Axis?


You should be able to access an Axis Web service using any SOAP client
(Java, C++, C#, VB, Perl, PHP, Python, Ruby, etc.). Also, there should not
be a conflict between running a C++ client along with a Java Axis Web
service on the same Web server. 

You will need to deploy a SOAP client environment for C++ on the Web server.
Available clients include:
- Axis C++
- gSOAP
- Systinet WASP for C++
(there are more options available if you're running on Windows)

Obviously, we encourage you to use Axis C++.

Anne

-----Original Message-----
From: Bochnak Filip [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 10, 2004 2:36 AM
To: '[EMAIL PROTECTED]'
Subject: c++ client/Tomcat Web-Server with Java Axis?

Hi all

Is it possible to run a c++ client on a Tomcat Web-Server with Java Axis?
Do I additionaly need to install Axis C++ on my Tomcat?

thx for ur help



Reply via email to