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
  • 1.  webMethods EDI XML

    Posted Sat July 27, 2013 02:17 AM

    when client service posting edixml to TN…Request is failing while EDINT:ProcessPayload.I traced and found EDINT Message do payload is not coming in Biz document .Can any One help Regarding EDINT Message do payload.

    IN Profile MDN is requested as Asyncronous.

    EDINT RULE:processPayload using EDINT Message do payload Biz doc attribute in branch condition thats why its failing But not able to find root cause.


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


  • 2.  RE: webMethods EDI XML

    Posted Tue August 06, 2013 04:36 PM

    a few things to check:
    Assume your XML is coming in in AS2 envelope, make sure the content-type for this content part is: application/xml
    so WM’s content handler will treat it as xml
    also define a proper TN doc type for this xml.
    If you have both, you will see the xml as a TN doc.
    Then you can define a rule to trigger processing of this xml document.


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


  • 3.  RE: webMethods EDI XML

    Posted Tue August 06, 2013 05:59 PM

    What is your current EDIINT AS2 setup in your flow/TN to proces the XML payload so far?

    Assuming you already created XML document type in the TN and custom rules to process it via EDIINT:send (Content-Type set to application/XML) along with required Delivery method/URL’s setup?

    HTH,
    RMG


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


  • 4.  RE: webMethods EDI XML

    Posted Wed August 07, 2013 01:01 AM

    Hi all, issue is fixed after updating delivery url ,its working fine.

    Thanks a lot for your support.


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


  • 5.  RE: webMethods EDI XML

    Posted Wed August 07, 2013 12:31 PM

    Great…glad it worked out for you!


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