Hi, i am trying to understand if this feature exists. I want to use SOAP over JMS to get a decent QoS for my service. However I need to attach in the future clients from different platforms (this is the scope of web service technology:).
If I adopt Axis over JMS, does exist some tool that generates stubs for C/C++/Python.... from my Axis generated WSDL ? If it doesn't exist I think i have to code theoretically a tool that reads the WSDL, generate C code and interfaces to JMS using a C / C++ JMS library (if exists...). Is it correct? Tnx