larryx
12 years agoFrequent Contributor
[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
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