How to create a WSDL web service with C++ and gcc?

P

Pablo Suarez

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
 
R

r.grimm

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

Beside of gsoap, have a look at the axis implementation in c++:
http://ws.apache.org/axis/cpp/index.html .
Especially, if you are interested in advanced web service capabilities
like routing and security.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,135
Latest member
VeronaShap
Top