Hi David!

One of the nice things about SOAP is that it isn't language dependent but 
that you can write a SOAP client or service in the language of your desire. 
You would have to have an XML parser though and also one or more 
Serializers who can understand the SOAP protocol. I think Microsoft has 
some C++ implementation of SOAP (I'm not sure but...) that you could use.

Bon chance!

Anders

-----Original Message-----
From: David DELGRANCHE <[EMAIL PROTECTED]>
To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
Date: Tuesday, June 05, 2001 7:18 AM
Subject: SOAP between Java and C++


>> Hi all,
>>
>> I'm a newbie in Soap. I'm trying to find a solution to exchange
>>informations between a Java Client and a C++ server. Apache Soap is 
really
>>well done but requires Java on the server. Sure you will tell me that I 
can
>>do JNI on my server, but this solution doesn't satisfy us. Does anyone 
know
>>a solution to use SOAP between Java and C++ ?
>> Thanks in advance
>>
>> David.
>>
>>David DELGRANCHE
>>[EMAIL PROTECTED]
>>tel. 02.99 05.34.25
>>Fax: 02.99.05.34.05
>>Sogitec Industries
>>24, Avenue Lavoisier
>>ZI du Champ Niguel
>>35174 BRUZ CEDEX
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, email: [EMAIL PROTECTED]
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to