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 Ap

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

2003-11-06 Thread Cheng Hao
hello, i was using Apache SOAP library in both my client and server side before. Now I plan to rewrite my client side using visual C++ (therefore, I decide to use MS SOAP client libraries) and keep the existing Apache SOAP server. I'm actually only using SOAP to transfer some primitive data typ

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 will

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: M

SV: C++ client for Apache SOAP

2002-02-21 Thread Morten Haavaldsen
onic e.g.) for message based stuff? /Morten -Opprinnelig melding- Fra: Yong Chen [mailto:[EMAIL PROTECTED]] Sendt: ty 19.02.2002 23:41 Til: '[EMAIL PROTECTED]' Kopi: Emne: RE: C++ client for Apache SOAP

RE: C++ client for Apache SOAP

2002-02-19 Thread Yong Chen
Hi, I'm looking for a simple C++ client example for Apache SOAP server, it should be message based (not RPC based). Can some one point me to the right place? Or if you have one, can you please send it to me as an example? thanks a lot Yong Chen

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 se

RE: C++ client for Apache SOAP

2002-02-13 Thread Anne Thomas Manes
; To: [EMAIL PROTECTED] > Subject: 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 [Virus Checked]

2002-02-13 Thread Steve_Salkin
ee. Next time do some basic research. S- "Morten Haavaldsen" <[EMAIL PROTECTED]> on 02/13/2002 11:13:31 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Steve Salkin/3rd/US/AON) Subject: C++ client for Apache SOAP [Virus Checked] Hi, I have a S

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

2001-10-30 Thread Anne Thomas Manes
ay, October 30, 2001 6:01 AM > To: [EMAIL PROTECTED] > Subject: C++ client > > > 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 mak

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 E

C++ client Java Server sample! :-)

2001-08-21 Thread Eduardo Yánez
Hi every body, I downloaded easysoap from http://sourceforge.net/projects/easysoap/ (it also needs an XML parser for C/C++ "expat" from http://sourceforge.net/projects/expat/ ) With it, i (about time!) made my first C++ client to a java service "Hellow World" sample. D

Re: message from c++ client to java server.

2001-08-10 Thread Steeve Gilbert
Do you have a WSDL file for your C++ client to point to so it can identify the service? If so make sure that your service:address is http://localhost:8080/soap/servlet/rpcrouter http://localhost:8080/soap/servlet/rpcrouter"/> Check that out and give us some

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 wo

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? Che

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 SOA