I have a requirement to create a SOAP XML web service that runs as a processs on an AIX server. the application binds to a port on the machine so the functionality can be exposed. e.g 127.0.0.1:2021
At the moment i am finding it very hard to find any resource online to even get me started on a SOAP XML server.....just lots of client side stuff. I have done a fair bit of C++ SOAP XML client side but never made a server.
I know this is a huge requirement but can any one point me towards a Hello World SOAP XML server in C++?? just to get me started.
Admittedly, doing something like the server in Java is likely going to be a lot quicker as many of the J2EE kits come with database mechanisms and front-end application servers.
E.g JBoss
Thank you for the advice. If you can do this in java then that would make my life a lot simpler. i was told by a friend that the only way to do this was in C++ because the platform is AIX... evidently from your email this is not the case.. :)
Hi once again Java is heads-up in terms of business-centric API and libraries. I don't think standard C++ has a SOAP XML API for C++ developers. In fact I don't see a standard C++ XML parser even. The closest I get is Apache Xerces C++.