webMethods

webMethods

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.

 View Only
Expand all | Collapse all

Generic flow service for AS2 Outbound transactions

  • 1.  Generic flow service for AS2 Outbound transactions

    Posted Wed February 18, 2009 02:14 PM

    Hello friends,
    I am trying to write a generic flow service to send AS2 data to customers. The design is to have one processing rule for all AS2 customers. That processing rule invokes this one generic flow service. We can’t invoke wm.EDIINT:send directly from the processing rule right? I am writing a flow service that wraps send service. I am trying to get values to input fields in the send service.

    How do I get the values to the inputs to the send service… type, deliveryMethod, requestMDN, requestSignedReceipt? Can I invoke any built in services in WmTN, WmEDI, WmEDIforTN packages to get these values? I want this flow service to be generic for all AS2 customers.

    Please suggest. Thanks.
    Venkat


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Generic flow service for AS2 Outbound transactions

    Posted Thu February 19, 2009 05:53 PM

    Hi Venkat,

    You should be able to get most of the input to the SEND service from TN profile (Delivery and Extended fields) and what that does not provide you may choose to store and retrieve from TN TPA.

    wM built-in services (please see BIS Guides) will handle most of this, but you may wish to develope some reusable services as well to facilitate.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods