yes, SOAP on AMQP would be easy to do, and I know of a few using it. I
believe there is already a binding for Axis, doing gSOAP and Python
should not be hard.
If you do so, please send doc/ examples or any code and we can add it to
the project
Carl.
Joshua Kramer wrote:
Hello,
Does anyone know of a specification or working group considering SOAP
over AMQ?
It seems that it would be easy enough to, for example, replace the
dispatch mechanism in ZSI (for Python [1]) or gSOAP (for C++ [2]) so
that messages are parsed and calls are made upon the delivery of a
message to a queue, instead of delivery of the message via http.
Thanks,
-Josh
[1]: http://pywebsvcs.sourceforge.net/
[2]: http://www.cs.fsu.edu/~engelen/soap.html