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 implementation

    Posted 08/13/07 10:10 AM

    Hi all .

    I am new to EDI, please help me .

    Please help me to implement EDI
    I will submit a sample EDI 830 from Admin page and I have set a processing rule which will execute a service when
    this document comes.
    Now my doubt is in the service , BizDocEnvelope is the input for that service.
    I have invoked two services wm.b2b.editn:getTspace and wm.b2b.edi:envelopeProcess
    Is this service enough to get the EDI mesg in Document ??
    please give your inputs


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


  • 2.  RE: EDI implementation

    Posted 08/13/07 02:14 PM

    You don’t need to call getTspace nor envelopeProcess. Just call wm.b2b.editn:bizdocToRecord.

    Review the EDI Module Concepts Guide, “Using the EDI Module with Trading Networks”, and the EDI Module User’s Guide for additional info.


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


  • 3.  RE: EDI implementation

    Posted 08/13/07 03:26 PM

    Raaj,

    You could use the service mentioned above or you can extract the content from your service input bizdoc(BizDocEnvelope)/content(bytes) and call bytesToString to extact the edicontent and then use WmEDI services for parsing,mapping etc…

    HTH,
    RMG


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


  • 4.  RE: EDI implementation

    Posted 08/13/07 04:53 PM

    What would be the advantage of doing all these steps instead of just using bizdocToRecord?


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


  • 5.  RE: EDI implementation

    Posted 08/13/07 06:09 PM

    The result could be the same…but i never played deeper with the above said service always followed the old custom way…Thanks Rob…

    HTH,
    RMG


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