Discussion:
[esb-java-user] How to get a POX message when Switching from soap to JMS
王朋义
2012-03-02 07:52:04 UTC
Permalink
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>
Vijayaratha Vijayasingam
2012-03-02 08:00:09 UTC
Permalink
can you add a parameter "format=pox" for your endpoint and check ?

-Ratha
Post by 王朋义
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>
<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
Esb-java-user at wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/esb-java-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.wso2.org/pipermail/esb-java-user/attachments/20120302/55a045be/attachment.html>
王朋义
2012-03-02 08:33:00 UTC
Permalink
Thanks!
It works!
-Rocwing

? 2012?3?2? ??4:00?Vijayaratha Vijayasingam <rathav at wso2.com>???
Post by Vijayaratha Vijayasingam
can you add a parameter "format=pox" for your endpoint and check ?
-Ratha
Post by 王朋义
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>
<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
Esb-java-user at wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/esb-java-user
_______________________________________________
Esb-java-user mailing list
Esb-java-user at wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/esb-java-user
--
?????????????????????
???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/3574bda4/attachment.html>
Loading...