How to create a WSDL web service with C++ and gcc? : c++
This is a discussion on How to create a WSDL web service with C++ and gcc? within the c++ forums in Programming Languages category; From the java world comes the very popular web services with WSDL interface. Not surprising that almost all samples are shown with Java source. Is it possible to create web services with C++ for gcc compiler as well? If yes: Is there a way to create a C++ source template from a given WSDL interface definition? Pablo...
| c++ comp.lang.c++ usenet archive |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| Not surprising that almost all samples are shown with Java source. Is it possible to create web services with C++ for gcc compiler as well? If yes: Is there a way to create a C++ source template from a given WSDL interface definition? Pablo |
|
#2
| |||
| |||
| On 2008-11-11, Pablo Suarez <pcsuar@yahoo.com> wrote: > From the java world comes the very popular web services with WSDL interface. > Not surprising that almost all samples are shown with Java source. > > Is it possible to create web services with C++ for gcc compiler as well? > > If yes: Is there a way to create a C++ source template from a given WSDL interface definition? > > Pablo > Do a google search for gsoap, I believe this is what you are looking for. -- Paul Cartier |


