ebXML Module 7.1 SP1 | Understanding and Using webMethods EBXML Module | Installing and Using ebxml Module | ebXML Module Messaging Features | Reliable Messaging | Testing the Reliable Messaging Configuration
 
Testing the Reliable Messaging Configuration
After completing the TPA configuration for Reliable Messaging, you need to test the configuration:
*To test the reliable messaging configuration
1. From Developer, invoke the wm.ip.ebXML.MSH: sendUsingTPA service to send the ebXML messages to the trading partner using the configured TPA.
2. From My webMethods, select Monitoring > Integration > B2B > Transactions. Specify the criteria for Saved Search to search for the ebXML message you want to view.
3. Note the User Status for the ebXML message.
On the Transactions page of My webMethods, view the User Status to determine whether the ebXML Module has successfully delivered the message. The ebXML Module sets the User Status to:
*SendMessage:n, if it has attempted to deliver the message, but the message has not yet been acknowledged. In the User Status, n indicates the number of retries the ebXML Module has attempted to deliver the message.
*SendMessage:ack or SendMessage:received if the ebXML Module has successfully delivered the message.
4. On the receiver side, check the processing of duplicate messages. The CollaborationProtocolAgreement.PartyInfo.DeliveryChannel.MessagingCharacteristics:duplicateElimination parameter determines whether the duplicateElimination element within the MessageHeader element in the SOAP Header is to be present. The duplicateElimination parameter, if present, identifies a request by the sender for the receiving MSH to check for duplicate messages. If the duplicateElimination parameter is not present, the ebXML Module does not eliminate the duplicate messages.