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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  EDI problem!!!!!

    Posted 02/05/09 01:19 PM

    Hi,

    I am using webMethods 7.1. I am new to EDI .I submitted the EDI Data
    from ADMIN>WMEDIPackage>DocExchange>Submit Test EDI Data.The data is submitted to TN .
    Now the prblem for me is ???

    What service is to use to get the bizdocenvelope refering to the following services.
    1)wm.b2b.editn:bizdocToRecord
    2)or normal geting the bizdocenvelope reference and convert that to string and string -bytes like this

    any one can explain me the steps for any service how to get that document

    thx in advance…

         Regards,
    Varanasi Saichand.:)
    

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


  • 2.  RE: EDI problem!!!!!

    Posted 02/05/09 03:14 PM

    You can follow the 2nd option:
    “normal geting the bizdocenvelope reference and convert that to string and string -bytes like this”

    Steps to extract the EDI content from
    [B]bizdoc/content particle/b -(wm.tn.rec:BizDocEnvelope) document reference
    bytesToString(map to edidata)
    envelopeProcess(you can access the Interchange/Group ISA/GS data)–use only if required
    getEDIString (extract the transaction ST level data)
    convertToValues(parse edidata to IDATA)
    Map steps – for translation/downstream routing etc…

    HTH,
    RMG


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