The Artima Developer Community
Sponsored Link

Web Services Forum
web services in c++

5 replies on 1 page. Most recent reply: Jun 25, 2010 12:09 PM by M K

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 5 replies on 1 page
M. Raza ur Rehman

Posts: 2
Nickname: netwizio
Registered: Jan, 2003

web services in c++ Posted: Jan 22, 2003 9:00 AM
Reply to this message Reply
Advertisement
can any body can guide me to a tutorial on how to get my existing c++ application into web service
i also need guidance on tools (to convert C++ applcication to a web service)available on the market,advantages and disadvantages of these tools


Heinrich Starck

Posts: 2
Nickname: hein
Registered: Jan, 2003

Re: web services in c++ Posted: Jan 28, 2003 7:44 AM
Reply to this message Reply
The state of my "searching"

Systinet WASP is a complete solution for building, deploying, securing and managing Java and C/C++ Web services.
http://www.systinet.com/products/overview

gSOAP: Generator Tools for Coding SOAP/XML Web Service and Client Applications in C and C++
http://www.cs.fsu.edu/~engelen/soap.html

VBMcgi, a free multiplatform C++ library for CGI programming that isolates the webmaster and webdesigner
http://www.codeproject.com/useritems/vbmcgi.asp

SOAP Toolkit 3.0
The SOAP Toolkit allows you to add XML Web Service functionality to your existing COM applications and components.
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000523
http://www.codeproject.com/webservices/webcam.asp

SQLData SOAP Server v3.0
http://www.sqldata.com/products.htm

The goal of this project is to produce a light weight C++ SOAP client library. Longer term support for WSDL.
http://easysoap.sourceforge.net/

XSOAP toolkit (a.k.a. SoapRMI)
http://www.extreme.indiana.edu/xgws/xsoap/
http://www.extreme.indiana.edu/xgws/

Maybe helpful.

Heinrich Starck

Posts: 2
Nickname: hein
Registered: Jan, 2003

Re: web services in c++ Posted: Jan 28, 2003 8:06 AM
Reply to this message Reply
addendum:

SourcePro Net
SourcePro Net now enables developers to use their existing C++ knowledge to implement standard SOAP concepts, in order to create Web services and extend their existing investments in C++ through XML.
http://www.roguewave.com/products/sourcepro/net/
http://www.roguewave.com/support/docs/

M. Raza ur Rehman

Posts: 2
Nickname: netwizio
Registered: Jan, 2003

Re: web services in c++ Posted: Mar 12, 2003 1:20 PM
Reply to this message Reply
i have tried .net it gives some weired linking errors

gsoap also gives some errors which are not understandable to me
even when all the work has been done by their on line compiler

systinet wasp server for c++ does not give any guide on how to manage abstractdata types as function arguments

rogue wave 's software leif requires wsdl file
my aim is to integrate existing program into web service
and no integrator would want to write wsdl from scratch
for every program

SREE79

Posts: 1
Nickname: sree79
Registered: Nov, 2004

Re: web services in c++ Posted: Nov 4, 2004 9:49 PM
Reply to this message Reply
i have a problem in the response i am getting HTTP 100 Continue in log and error in client end.
i am using a dll as a webservice with mod_gsoap.dll to run the server dll.what ever i post i am getting no response. how to fix it.
help me out.

M K

Posts: 1
Nickname: mskmsk
Registered: Jun, 2010

Re: web services in c++ Posted: Jun 25, 2010 12:09 PM
Reply to this message Reply
Hello!

First, sorry for post this topic here, but i didn't found a better place.

i'm developing a tool in C++ that will receive requests from a server (under port 8961) and answer to the server by the same port.

Well, i'm using gSoap to control the requests, but now, i need to implement SSL and ACL controls in the C++ program, allowing just specific IP's to access this C++ program, and denying the other ones.

Anyone know some tutorial or article about this matter???

Please, feel free to move this message to a better topic, if you want.

Thank you!

Flat View: This topic has 5 replies on 1 page
Topic: Axis - long readout Previous Topic   Next Topic Topic: SimpleContent extension -base is not generetad in the resulting wsdl

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use