Hi all, It seems that according to the way in which the JMS message tests are structured, the actual JMS Messages exchanged contain the message content (payload) in the format:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><root>test string</root></soapenv:Body></soapenv:Envelope> instead of, <root>test string</root> Is there any special reason for this? Also, can you point me to the exact location that does this appending of the SOAP envelope? Thanks, Senaka