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
    #Integration-Server-and-ESB
    #B2B-Integration


  • 2.  RE: EDIINT AS2

    Posted Mon April 14, 2014 05:23 AM

    wm.EDIINT:receive handles/understands certain Content-Type / MIME Types which wm.tn:receive can not.
    I have a list of the content-types supported in each … will post here soon… need to search my files


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


  • 3.  RE: EDIINT AS2

    Posted Mon April 14, 2014 06:58 AM

    Hi,

    another reason (the most important in my opinion) is that EDIINT:receive creates an EDIINT transaction and then sends an MDN if requested. (through some out of the box processing rules and services)

    this is the transport level and then comes the business level when the payload is processed.

    regards


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


  • 4.  RE: EDIINT AS2

    Posted Wed April 23, 2014 08:41 AM
    1. EDIINT Version 8.2 SP1 process message that have one of the following content types.(These content types are for both EDIINT documents and MDNs.) application/edi-consent
      application/edi-x12
      application/edifact
      application/pkcs7-mime
      application/pkcs7-signature
      application/xml
      message/disposition-notification
      multipart/related
      multipart/report
      multipart/signed

    2. EDIINT Version 8.2 SP1 can process messages with multiple attachments that have one of the following content types:
      application/msword
      application/octet-stream
      application/pdf
      application/rtf
      application/vnd.ms-excel
      application/x-msexcel
      application/xml
      application/zip
      image/bmp
      image/jpeg
      image/gif
      image/tiff
      text/html
      text/plain
      text/rtf
      text/xml

    3. EDI Version 8.0 SP1 to process payloads that have one of the following content types:
      application/edi-x12
      application/edifact
      application/xml
      application/edi-consent (which you can use to submit TRADACOMS payloads)

    4. Trading Networks Server Version 9.5.1 supported following content types text/xml text/plain


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


  • 5.  RE: EDIINT AS2

    Posted Fri April 25, 2014 12:51 PM

    thank you for the information,

    we have EDIINT version 8.0.1.0.31 . and we use wm.EDIINT:receive to handle flat file messages with content type = application/text . we are now facing a problem of MDN sent from WM but not received by the partner although the application/EDIFACT doesn’t encounter any problem.

    does this mean that this version doesn’t support the MDN for application/text messages.

    regards


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


  • 6.  RE: EDIINT AS2

    Posted Fri April 25, 2014 01:22 PM

    Does your TN shows MDN sent for the inbound request or activity log says no MDN requested?

    I believe MDN should return when you have application/Plain request too.

    HTH,
    RMG


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


  • 7.  RE: EDIINT AS2

    Posted Fri April 25, 2014 01:43 PM

    Yes, TN shows it sent, there is an EDIINT MDN transaction with user status " SendMDNMsg:DONE" and everything is fine on the activity log.

    activity log for EDIINT MDN:
    Processing complete
    Status changed
    Service invoke: wm.EDIINT.rules:sendMDN
    Status changed.
    Synchronous MDN sent
    Status changed. General
    Document persisted. General
    Routing rule EDIINT Send MDN Message selected

    but the partner received a file with an html content (interface wm.tn.route:routeBizdoc , inputs… ) instead of receiving the MDN

    any idea?


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


  • 8.  RE: EDIINT AS2

    Posted Thu March 10, 2016 01:50 PM

    Hello,

    please if i can have any help in this probleme : version 8.2.2

    actualy we do receive txt and edifact message with ediint receive service (AS2 protocol) : .

    the probleme:

    we do receive the "stream " of message with content-type: application/edifact , application/txt application/xml but we can not receive messages with conte-type: application/octet-stream

    can you tel me if the octet stream is handled by trading network (ediint receive ) …

    how can i solve that probleme:

    the service that we developped containt does imputs parameters :

    protocol
    message-ID
    contentType
    From
    To
    AS2-From
    AS2-To
    AS3-From
    AS3-To
    AS3Filename
    stream
    ReceiptDeliveryOption

    in the flow service we call :

    pub.flow:getTransportInfo
    and
    wm.EDIINT:receive

    in the error message when getting message from the new partner we got : missing paramter stream ===> stream is null we do receive no stream

    we do have proxy server where we can see that we receive the message with all it content :

    Date: jeu., 10 mars 2016 11:47:55 UTC

    Authorization: Basic YW5wdXNlcjphbnB1c2Vy

    content-length: 707

    Message-ID: 123123123@DEDE

    Subject: test

    Mime-Version: 1.0

    Content-Type: application/octet-stream

    Content-Transfer-Encoding: binary

    Disposition-Notification-To: tets@test.com

    Content-Disposition: attachment; filename=“test.edi”

    AS2-From: TEST

    AS2-To: NEWTEST

    AS2-Version: 1.1

    thanks in advance,
    Omar


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


  • 9.  RE: EDIINT AS2

    Posted Thu March 24, 2016 04:33 PM

    Hello,

    To get the stream value we used as input variable:
    ContentStream

    Probleme solved

    Thanks in advance


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