Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
This article explains about
Below diagram represents the use case explained in this article. This article uses the Identifiers User Defined 1 for identifying the Enterprise and Partner Profiles.
<?xml version="1.0"?> <PurchaseOrder PurchaseOrderNumber="1" OrderDate="2020/04/22"> <Metadata> <Sender>ABC</Sender> <Receiver>ACME</Receiver> </Metadata> <Address Type="shipping"> <Name>ABC Corporation</Name> <Street>ABC Street</Street> <City>ABC City</City> <State>ABC State</State> <Zip>560037</Zip> <Country>ABC</Country> </Address> <DeliveryNotes>Office</DeliveryNotes> <Items> <Item PartNumber="1"> <ProductName>ACME</ProductName> <Quantity>10</Quantity> <USPrice>1000</USPrice> <Comment>ACME</Comment> <ShipDate>2020/04/22</ShipDate> </Item> </Items> </PurchaseOrder>
Below diagram represents the configurations required for on webMethods.io B2B and Integration.
{ "metadata": { "sender": "ABC", "receiver": "ACME", "documentType": "WorkOrder", "documentId": "0ah9gs00e6td1odr00000250", "userStatus": null, "groupId": null, "conversationID": null, "attributes": null }, "request": { "content": "PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8V29ya09yZGVyIFdvcmtPcmRlck51bWJlcj0iMSIgT3Jk\r\nZXJEYXRlPSIyMDIwLzA0LzIyIj4NCiAgICA8TWV0YWRhdGE+DQogICAgICAgIDxTZW5kZXI+Tk9M\r\nQU48L1NlbmRlcj4NCiAgICAgICAgPFJlY2VpdmVyPlRPUkNIWVRBQ09TPC9SZWNlaXZlcj4NCgkJ\r\nPEZpbGVMb2NhdGlvbj5pbmNvbWluZy9uZXcvdGV4dC54bWw8L0ZpbGVMb2NhdGlvbj4NCiAgICA8\r\nL01ldGFkYXRhPg0KPC9Xb3JrT3JkZXI+", "type": "1", "encoding": "UTF8" } }
Parent Object Name
Child field Name
Description
metadata
Meta data from webMethods.io B2B. This contains the message identification details
sender
Message Sender details. In this case Partner details
receiver
Message receiver details. In this case Enterprise details
documentType
Document name on webMethods.io B2B
documentId
Document unique identifier on webMethods.io B2B
userStatus
User status of the transaction
groupId
Document group
conversationID
Conversation Identifier of the transaction
attributes
Document custom attributes defined (if any)
request
Actual Raw Message Payload received from Partner over the inbound channel
content
Base64 encoded content of the actual transaction
type
webMethods.io B2B internal content type
encoding
Message coding
export-fla17bba0b146ca107fdc9c1-1588150572491.zip (21.8 KB)
B2BExport.zip (3.99 KB)