Forum Discussion
nmrao
10 years agoCommunity Hero
Understand that you do not want to send a soap request, instead you want to send plain jms message.
Yes, it is possible with the help of groovy script.
Here is the documentation link which interacts with ActiveMQ and should not be difficult to interactive with different jms vendor.
https://www.soapui.org/jms/working-with-jms-messages.html
Yes, it is possible with the help of groovy script.
Here is the documentation link which interacts with ActiveMQ and should not be difficult to interactive with different jms vendor.
https://www.soapui.org/jms/working-with-jms-messages.html
gangs
10 years agoNew Contributor
You mean without creating SOAP or REST project I can't send JMS request in SOAPUI without using scripting language. Writing whole implementation in Groovy is tedious one. Is there any other way using SOAPUI GUI.
- nmrao10 years agoCommunity HeroYou hear right. Can't you use the script example already available?
- gangs10 years agoNew Contributor
Actually I wanted it to get from the SOAPUI wizard but as you said there is no way other than scripting language, I will try to achieve it through Groovy. But I am not getting why SOAPUI restrict for creating the JMS request without creating SOAP or REST projects. Thanks for the reply ##NMRAO.