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.

 View Only
  • 1.  EDIINT AS2 HTTP Header

    Posted Mon February 20, 2017 02:30 AM

    Hi All,

    We using EDIINT trigger AS2 message to partner,

    Is possible add in the “Date” in to the AS2 HTTPHeaders?

    Now:
    InboundHttpHeaders
    Connection: Keep-Alive
    Content-Length: 13912
    Content-Type: application/pkcs7-mime; name=smime.p7m; smime-type=enveloped-data
    Accept: image/gif, /
    Host: xxxxx
    Max-Forwards: 10
    User-Agent: Mozilla/4.0 [en] (WinNT; I)
    Disposition-notification-to: XXXXXX
    Disposition-notification-options: signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha1
    AS2-From: 123456
    AS2-To: XXXXX
    AS2-Version: 1.2
    ediint-features: multiple-attachments
    Message-ID: <123456>
    Content-Disposition: attachment; filename=smime.p7m
    X-Original-URL: /XXX/XXX
    X-Forwarded-For: 122.33.33.3355562
    X-ARR-SSL: 2048|128|C=US, O=GeoTrust Inc., CN=GeoTrust SSL CA - G3|C=SG, S=XXXX, L=XXXX, O=XXXX, CN=xxxx@com
    X-ARR-LOG-ID: xxxxx

    Become:
    InboundHttpHeaders
    Date: Tue, 17 Jan 2017 00:10:10 GMT
    Connection: Keep-Alive
    Content-Length: 13912
    Content-Type: application/pkcs7-mime; name=smime.p7m; smime-type=enveloped-data
    Accept: image/gif, /
    Host: xxxxx
    Max-Forwards: 10
    User-Agent: Mozilla/4.0 [en] (WinNT; I)
    Disposition-notification-to: XXXXXX
    Disposition-notification-options: signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha1
    AS2-From: 123456
    AS2-To: XXXXX
    AS2-Version: 1.2
    ediint-features: multiple-attachments
    Message-ID: <123456>
    Content-Disposition: attachment; filename=smime.p7m
    X-Original-URL: /XXX/XXX
    X-Forwarded-For: 122.33.33.3355562
    X-ARR-SSL: 2048|128|C=US, O=GeoTrust Inc., CN=GeoTrust SSL CA - G3|C=SG, S=XXXX, L=XXXX, O=XXXX, CN=xxxx@com
    X-ARR-LOG-ID: xxxxx

    Thanks.


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: EDIINT AS2 HTTP Header

    Posted Mon February 20, 2017 04:12 AM

    Please add “customHeaders/Date” to service In of wm.EDIINT:send.


    #Integration-Server-and-ESB
    #edi
    #webMethods


  • 3.  RE: EDIINT AS2 HTTP Header

    Posted Mon February 20, 2017 04:57 AM

    Thanks! I will try this method.


    #Integration-Server-and-ESB
    #edi
    #webMethods