RE: C++ client for Apache SOAP

2002-02-21 Thread Yong Chen
Title: RE: C++ client for Apache SOAP Thanks Morten. I'll check it. Apache SOAP server provides 2 ways for a client to send request to server, one is message based, one is PRC based. I need to use message-oriented service. thanks Yong Chen -Original Message-From: Morten

RE: C++ client for Apache SOAP

2002-02-13 Thread Anne Thomas Manes
Try Systinet's WASP Server for C++. It's tested on Windows, Linux, and Solaris. The core framework is open source to permit you to port it to additional platforms. WASP Server Lite for C++ (the core framework) is open source. See http://www.systinet.com/products/waspc/index.html WASP Server

Re: C++ client for Apache SOAP

2002-02-13 Thread Vivek Chopra
Take a look at http://www.soaprpc.com/software/ It lists a number of SOAP implementations, including C++ clients. - Vivek --- Morten Haavaldsen [EMAIL PROTECTED] wrote: Hi, I have a SOAP server based on the Apache SOAP and need a C++ SOAP = client which interoperates with this server.