Forum Discussion

gangs's avatar
gangs
New Contributor
9 years ago

Can we send JMS request without creating SOAP or REST project???

I am unable to add the JMS end point unless I create a REST or SOAP project. But my need is to deal with JMS request only. Without creating SOAP or REST project we don't have the binding interface , and without binding interface we can not add JMS end points. So is there any way to send/receive JMS request without having service URI or WADL(for REST) and WSDL file(for SOAP)???

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    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
    • gangs's avatar
      gangs
      New 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. 

      • nmrao's avatar
        nmrao
        Champion Level 3
        You hear right. Can't you use the script example already available?