IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Document GateWay Service Hint

    Posted 07/30/18 01:25 PM

    Hello Team

    UseCase: The partner sends the PO XML without sufficient information ( like sender and receiver ID). I have decided to have a document gateway service which will be exposed to client which in turn feed the PO data to TN.

    Could you please guide how to provide the Sender and Receiver hint to the routeXML service?

    I am passing the sender DUNS ID to TN_parms while invoking the routeXML.

    But need to know how to configure the same in document type ?

    Regards
    Sasa


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 2.  RE: Document GateWay Service Hint

    Posted 07/30/18 02:50 PM

    Hi Sasanka,

    I had a similar requirement and ended up creating a “header” component to which Sender, Receiver, and a few other attributes are mapped. So the document posted to TN contains the custom header followed by the original XML. The TN order XML document type is configured to extract the header values from the resulting XML in order to determine Sender and Receiver.

    In configuring the TN XML document, you select one of the built-in transformations (we use User Defined 1) to derive the TN sender and receiver profiles from the XML values.

    Mapping values to TN_parms did not work for me (at 8.2) for routing XML documents.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 3.  RE: Document GateWay Service Hint

    Posted 07/31/18 01:48 PM

    Thank you Mary, I did as you suggested. :slight_smile:

    Creating another XML ( which will eventually contain required attributes and posted to TN) is the solution for me too :slight_smile:


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods