You might also take a look at gSOAP. We have this working with Axis both on
the client and server sides.

In our setup, the gSOAP toolkit generates the WSDL and from that we create
the Axis stubs and skeletons. It took a while to get it working largely
because we were not following the naming conventions/assumptions used by
gSOAP (e.g. name your structs as XXXRequest/XXXResponse.) Once we got past
that and a few other minor niggles, everything is working just fine.

You can find gSOAP here:

http://www.cs.fsu.edu/~engelen/soapdownload.html

Good luck!

alan

> -----Original Message-----
> 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 this moment Yes, 
> What you find in Axis contrib directory 
> is in pre-alpha & is under development, which is not yet 
> compatible as the axis-java (beta 2) impl. 
> 
> I would encourage more C/C++ contributors to get this done as
> a pure C++ Axis.
> Until then you may want to look for other 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.
> 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 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 
> directory and the just using JNI to cal the legacy code, but 
> I really don't 
> want to call the C/C++ .so directly from Java.
> 
> I would appreciate any suggestions.
> 
> Thanks,
> 
> Craig
> 
> This message may contain privileged and/or confidential 
> information.  If you
> have received this e-mail in error or are not the intended 
> recipient, you
> may not use, copy, disseminate or distribute it; do not open any
> attachments, delete it immediately from your system and 
> notify the sender
> promptly by e-mail that you have done so.  Thank you.
> 

Reply via email to