Re: is there extra work if I want to run C++ client and Apache server?

2003-11-06 Thread Susantha Kumara
Hi Cheng, You can easily use Axis C++ for the client side. Thanks, Susantha. - Original Message - From: Cheng Hao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 07, 2003 9:54 AM Subject: is there extra work if I want to run C++ client and Apache server? hello, i

Apache SOAP returning a vector to a C# client

2003-03-09 Thread Avipan Dosanjh
Hi, I have an Apache SOAP server. One of the methods on this server returns a vector of Strings that uses built-in vector serializer/deserializer. I am now creating a c# proxy that will access this server for some .NET clients, the problem that I face is C# has no vector class or nothing that

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

C++ client for Apache SOAP

2002-02-13 Thread Morten Haavaldsen
Hi, I have a SOAP server based on the Apache SOAP and need a C++ SOAP = client which interoperates with this server. Anybody? /Morten

RE: C++ client for Apache SOAP

2002-02-13 Thread Anne Thomas Manes
: C++ client for Apache SOAP Hi, I have a SOAP server based on the Apache SOAP and need a C++ SOAP = client which interoperates with this server. Anybody? /Morten

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.

C++ client

2001-10-30 Thread Schweizer Laurent
hello, I have a RPC service (java) running with soap RMI and a client for this service (java). Now I need this client in C++ (linux). where can I downlad library or ... to make that ! thanks Schweizer Laurent _ Téléchargez MSN

message from c++ client to java server.

2001-08-09 Thread Jyothi K
Hi, I am testing the interop. I have a C++ client and a java server. I am using ScottSeely's simple soap library for C++ and Apache SOAP2.2 for java and Tomcat as my web server. I have an add method in server which taked two integer parameters. The java client and server are working

design / C++ client

2001-07-20 Thread David Roma
Hi! i'm really new to SOAP, and i have some doubts. My objective is access a backend transaction (IBM mainframe), the location and the structure of the message i have to send and the answer i'll receive is written in a configuration file (so it's dynamic). First question: can i do this with

Re: design / C++ client

2001-07-20 Thread Oleg Dulin
My objective is access a backend transaction (IBM mainframe), the location and the structure of the message i have to send and the answer i'll receive is written in a configuration file (so it's dynamic). First question: can i do this with SOAP o i have to implement/rewrite something? Check