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>
_______________________________________________
Esb-java-user mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to