[esb-java-user] How to get a POX message when Switching from soap to JMS
王朋义
wpengyi at gmail.com
Fri Mar 2 02:52:04 EST 2012
Hi all,
I set up a Proxy on wso2 esb which can send the soap message to A JMS queue.
But the message which I received is like below:
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<EventMessage xmlns="http://www.iec.ch/TC57/2008/schema/message">
<Header><Verb>CREATEED</Verb><Noun>bhdz</Noun><CorrelationID>abf3906e-0e31-455d-9226-
dfcde28c8a11</CorrelationID><Source>IN</Source><Property><Name>StationName</Name><Value>???
</Value></Property><Property><Name>EquipmentName</Name><Value>220kV??</Value></Property></Header>
</EventMessage>
</soapenv:Body>
How can I get a POX message like this:
<Header><Verb>CREATEED</Verb><Noun>bhdz</Noun><CorrelationID>abf3906e-0e31-455d-9226-
dfcde28c8a11</CorrelationID><Source>IN</Source><Property><Name>StationName</Name><Value>???
</Value></Property><Property><Name>EquipmentName</Name><Value>220kV??</Value></Property></Header>
Best Wishes!
Rocwing
--
带着你现有的记忆和理解,去成为之前的自己。
博客:RocWing's Blog <http://www.rocwing.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.wso2.org/pipermail/esb-java-user/attachments/20120302/b9a1462b/attachment.html>
More information about the Esb-java-user
mailing list