Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > SOAP web server

Reply
Thread Tools

SOAP web server

 
 
tsj
Guest
Posts: n/a
 
      01-17-2007
Hi

I have to implement a SOAP web server in C++, and I am considering two
options:
1. gSOAP
2. Borland classes from their C++ builder 2006

I have several examples in gSOAP up and running, but there seems to be
quite a lot af manual typing in order to pass large objects from the
client to the server and back.

I have a feeling that the solution in Borland builder 2006 requires
less manual coding, but despite a rather exhaustive search I can not
find any examples. Have any of you successfully implemented a SOAP web
service using Borland builder 2006? Any comments about the two options
- or a potential third option?

Thanks in advance.
Thomas

 
Reply With Quote
 
 
 
 
Ivan Novick
Guest
Posts: n/a
 
      01-17-2007
tsj wrote:
> I have to implement a SOAP web server in C++, and I am considering two
> options:
> 1. gSOAP
> 2. Borland classes from their C++ builder 2006
>
> I have several examples in gSOAP up and running, but there seems to be
> quite a lot af manual typing in order to pass large objects from the
> client to the server and back.
>
> I have a feeling that the solution in Borland builder 2006 requires
> less manual coding, but despite a rather exhaustive search I can not
> find any examples. Have any of you successfully implemented a SOAP web
> service using Borland builder 2006? Any comments about the two options
> - or a potential third option?


You will probably get more community support from an opensource
technology, hence you find no information regarding Borland's version.
I have heard quite a bit about gSOAP but nothing about Borland's. The
apache foundation also has an option, you can find on their site, but
from what information i have seen gSOAP looks like the most attractive
option for SOAP with C++.

--
Ivan
http://www.0x4849.net

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Soap Extension problem (seems that soap request is not sent to server) Frederik Vanderhaegen ASP .Net Web Services 0 10-20-2006 09:18 AM
SOAP over JMS vs SOAP over HTTP Nagesh Java 2 08-12-2006 12:31 AM
soap using remoting vs soap using web services B. Deepak ASP .Net Web Services 2 06-21-2006 07:14 AM
To SOAP or Not To SOAP? mooseshoes XML 3 09-21-2003 04:38 PM
SOAP Client creation in ASP.NET using MS SOAP Toolkit Sham Ramakrishnan ASP .Net 2 07-01-2003 11:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57