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

EDIINT AS2

  • 1.  EDIINT AS2

    Posted Fri February 21, 2014 08:08 AM

    Hi,

    i’m wondering if it’s mandatory to use the service “wm.EDIINT:receive” (in a customized gateway service) when receiving a message from a partner through AS2?
    can we do it just by using “wm.tn:receive” because we will not be asked to explicitly set the sender(AS2-From), the receiver(AS2-To) and the document type is recognized automatically?

    regards


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


  • 2.  RE: EDIINT AS2

    Posted Fri February 21, 2014 08:50 AM

    @Tim,

    What is the reason to do so?

    In AS2, document is signed and data is verified too. MDN is send back.

    If you are coming with something custom based on AS2 document, IMO you can.

    Thanks,
    Rankesh


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


  • 3.  RE: EDIINT AS2

    Posted Fri February 21, 2014 11:05 AM

    Hi,

    our customized gateway service invokes the service “wm.tn:receive” that creates a relevant transaction with a recognized document type, sender and receiver without sertting any further inputs.

    when we use “wm.EDIINT:receive” in stead, an EDIINT transaction is created with an unknown sender, receiver.
    then we will have to set the inputs AS2-From and AS2-To when calling this service.

    this is why i’m asking if it’s mandatory to use this service (wm.EDIINT:receive) in the gateway service when we are communication with a partner using AS2.

    regards


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


  • 4.  RE: EDIINT AS2

    Posted Fri February 21, 2014 11:18 AM

    @Tim,

    Yes, it is mandatory to use wm.EDIINT:receive, because it takes care of various aspect of EDIINT requirement. EDIINT is not just a single message transaction. It has to-fro messages.

    Like to know experts opinion on it.

    Thanks,
    Rankesh


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


  • 5.  RE: EDIINT AS2

    Posted Fri February 21, 2014 11:21 AM

    If you are exchanging document using AS2, you must use:wm.EDIINT:receive

    If you just want to post documents to TN, you use wm.tn:receive

    AS2 brings a lot more benefits, but also lot more work too.


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


  • 6.  RE: EDIINT AS2

    Posted Fri February 21, 2014 01:18 PM

    –>YES it’s mandatory gateway service for AS2 payloads receive.

    Also please review the wM EDIINT module user guide for more information on the usage of this protocol and benefits.


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


  • 7.  RE: EDIINT AS2

    Posted Mon February 24, 2014 12:19 PM

    Hi,

    @rmg: thanks, i had a look on the user guide before.

    what would be the typical getway service input? i’m using the reference wm.tn.rec:GatewayService (in:ffdata, out:ffdata,TNparams)

    in our case, we are receiving both text and edi messages. in addition, as we have to use the service wm.EDIINT:receive inside the gateway service, we will need to get the information AS2-From and AS2-To somewhere from the original message.

    regards


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


  • 8.  RE: EDIINT AS2

    Posted Mon February 24, 2014 01:21 PM

    For EDI document, wm.EDIINT:receive is THE gateway service. It will post the payload EDI document to TN, so your handling code can start the processing from there.

    for plain text file as AS2 payload, you can create a new gateway service (with reference to wm.EDIINT:receive ) since all the AS2 parsing/verification/decryption are done there already. For further processing of text file, refer to the flatfile dev guide.


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


  • 9.  RE: EDIINT AS2

    Posted Mon February 24, 2014 01:52 PM

    You don’t have to build any spl custom gateway service if you are dealing AS2 and use the EDIINT receive provided out of box and invoke it or with in your custom wrapper as it always need ffdata stream…

    HTH,
    RMG


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


  • 10.  RE: EDIINT AS2

    Posted Wed February 04, 2015 03:39 PM

    Hi All,

    I have a requirement of decrypting incoming zipped files in EDIINT message and then unzip the content files.
    Can someone throw some light on implementing the same.
    Thanks in advance.

    Cheers,
    Nitin


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


  • 11.  RE: EDIINT AS2

    Posted Wed February 04, 2015 04:50 PM

    Compression/depression is supported in WM.
    There are flag on the TN profile, extended fields>EDIINT>Compression

    just turn it on should be enough.


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