Meng_lim
16 years agoNew Contributor
How to expose a service via JMS
Hi,
I'm attempting to expose a service via both JMS and HTTP simultanesously.
Some possible options I have considered:
1) Soapui allows for CXF integration.
I believe CXF does allow for JMS as transport.
I can generate stub classes from my WSDL using CXF. However, I'm unsure how to proceed - how do I use these classes - and build on them - from within soapui...?
2) Write a groovy script that listens on a queue and processes the message. Have this script executed on startup of a soapui mockservice. This is rather crude and I would like to avoid this if possible.
3) Any other suggestions...?
Cheers,
Marty
Telstra
I'm attempting to expose a service via both JMS and HTTP simultanesously.
Some possible options I have considered:
1) Soapui allows for CXF integration.
I believe CXF does allow for JMS as transport.
I can generate stub classes from my WSDL using CXF. However, I'm unsure how to proceed - how do I use these classes - and build on them - from within soapui...?
2) Write a groovy script that listens on a queue and processes the message. Have this script executed on startup of a soapui mockservice. This is rather crude and I would like to avoid this if possible.
3) Any other suggestions...?
Cheers,
Marty
Telstra