Example of an Inbound Message
The following is an example of an inbound message (response sent by the 1Sync data pool to TIBCO MDM).
Note: The ebXML header <RefToMessageId> is not used to correlate a response from a data pool to the message sent to the data pool. A response from the data pool is treated as a separate inbound message. The correlation is not done using the ebXML header but by looking into the data pool response that has a correlation ID specified in it.
<se:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:os="http://www.1sync.org" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader" xmlns:eanucc="http://www.ean-ucc.org/schemas/1.3.1/eanucc" xmlns:ve="http://www.velosel.com/schema/messaging-extension/1.0" xmlns:se="http://schemas.xmlsoap.org/soap/envelope/" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://www.oasis-open.org/committees/ebxml-msg/schema/envelope.xsd 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">
<se:Header>
<eb:MessageHeader eb:version="2.1" se:mustUnderstand="1">
<eb:From>
<eb:PartyId eb:type="GLN">8380160030003</eb:PartyId>
</eb:From>
<eb:To>
<eb:PartyId eb:type="GLN">0065064444443</eb:PartyId>
</eb:To>
<eb:CPAId>NotApplicable</eb:CPAId>
<eb:ConversationId>conversationID</eb:ConversationId>
<eb:Service eb:type="Velosel version 1.0">Catalog</eb:Service>
<eb:Action>Synchronize</eb:Action>
<eb:MessageData>
<eb:MessageId>girr.L86463113000102</eb:MessageId>
<eb:Timestamp>2005-09-21 14:04:31-08:00</eb:Timestamp>
<eb:RefToMessageId/>
<eb:TimeToLive/>
</eb:MessageData>
</eb:MessageHeader>
</se:Header>
<se:Body>
<ve:Payload>
<os:envelope xsi:schemaLocation="http://www.1sync.org http://www.preprod.1sync.org/schemas/item/1.0/ResponseProxy.xsd">
<header version="1.0">
<sender>8380160030003</sender>
<receiver>0065064444443</receiver>
<messageId>girr.L86463113000102</messageId>
<creationDateTime>2008-06-04T11:31:13</creationDateTime>
</header>
<gdsnItemRegistryResponse version="1.0">
<header>
<userGLN>0065064444443</userGLN>
</header>
<documentAcknowledgement>
<documentId>girr.L86463113000102.0001</documentId>
<operation>ADD</operation>
<gtin>00070000001789</gtin>
<informationProviderGLN>0065064444443</informationProviderGLN>
<targetMarket>US</targetMarket>
<registrationDate>2008-06-04T00:00:00</registrationDate>
</documentAcknowledgement>
</gdsnItemRegistryResponse>
</os:envelope>
</ve:Payload>
</se:Body>
</se:Envelope>
Copyright © Cloud Software Group, Inc. All rights reserved.
