Hi
I know that "ebXML Messaging does not define the business processes or the content of the messages being sent. ebXML Messaging only concerns itself with the secure and reliable transmission of the payload ".
can you guide me how I can obtain content of received messages ?
Now I get "payloadReference" in ebxml via hermes2 as follows :
<SOAP-ENV:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xlink="http://www.w3.org/1999/xlink " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd" xmlns:SOAP-ENV=" http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xsi:schemaLocation="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
<eb:MessageHeader xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" eb:version=" 2.0" soap-env:actor="" soap-env:mustUnderstand="1">
<eb:From><eb:PartyId eb:type="fromPartyType">fromPartyId</eb:PartyId></eb:From>
<eb:To><eb:PartyId eb:type="toPartyType">toPartyId</eb:PartyId></eb:To>
<eb:CPAId>FirstMessageID</eb:CPAId>
<eb:ConversationId>convId</eb:ConversationId>
<eb:Service>cecid:cecid</eb:Service>
<eb:Action>firstAction</eb:Action>
<eb:MessageData>
<eb:MessageId>
[email protected]</eb:MessageId>
<eb:Timestamp>2008-01-01T17:28:40.484+03:30</eb:Timestamp>
<eb:RefToMessageId>refToMessageId</eb:RefToMessageId>
</eb:MessageData>
</eb:MessageHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body xsi:schemaLocation="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
<eb:Manifest xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" eb:version="2.0 ">
<eb:Reference eb:id="Payload-0" xlink:href="cid:Payload-0" xlink:type="simple"/>
<eb:Reference eb:id="Payload-1" xlink:href="cid:Payload-1" xlink:type="simple"/>
</eb:Manifest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
>>>>>>>>>>>>>.
but I dont know how I can get the content of them .
if anyone know about this , please help me .
Thanks alot