Forum Discussion

larryx's avatar
larryx
Frequent Contributor
12 years ago

[Res] Soap Request format

Hello,
I use SoapUI/Hermes to implement JMS service as below.
1. Soapui drop Soap request message into sendingQueue
2. Groovy script read response message from ReceiveQueue
The test framework configuration (SoapUI and Hermes) is successful. I asked developer to give me xml request message (attached) format. But I don't feel the xml request fit into "SoapUI XML request" format correctly bcoz no respMsg generated in ReceiveQueue. My question is shall I put dev xml request msg into "SoapUI XML request" as below?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:se="http://schemas.ABC.gov/SE">
<soapenv:Header/>
<soapenv:Body>
INPUT XML REQUEST HERE??
</soapenv:Body>
</soapenv:Envelope>

I know I can use Validate/Format XML options in soapui but I am beginner at soap xml format
Please Help Me!
Thanks,
Larry

4 Replies

  • Hello,

    You can put the XML itself in your request directly. It does not have to be in a SOAP message.

    Regards,

    Giscard
    SmartBear Support
  • larryx's avatar
    larryx
    Frequent Contributor
    Giscard,
    Do you mean just copy/paste the above xml msg into blank Soap Request Test Step xml screen? So that content will be the exactly SoapUI send to the queue?!
    Thanks,
    Larry
  • Yes, put the xml in your request and send it to the JMS queue. It does not need to be configured as a SOAP message.

    Regards,

    Giscard
    SmartBear Support