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.  Problem with TN

    Posted 11/10/04 04:24 PM

    when the edi document comes to TN, it goes thru the processing rules and accordingly it calls the flowservice.
    my problem is when i run the flowservice after posting the document in the browser, the edidata is not passing through the envelope process(which is my step in flowservice)
    but when i have savepipleline to file and restore piplelinefrom file, i am able to see the edidata.
    whats going wrong, can anyone suggest me in this

    TiA
    Venkat


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


  • 2.  RE: Problem with TN

    Posted 11/10/04 04:31 PM

    Venkat,

    Please search this site before posting since this basic procedure have been discussed many times in other threads.this saves your time too.

    Anyways the flowservice input signature should be bizdoc(wm.tn.doc:BizdocEnvelope),if edidata is not in the pipeline then make use of bizdoc/content(bytes) convert this bytesToString(edidata)and map this to convertToValues for further processing.

    HTH,
    RMG.


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


  • 3.  RE: Problem with TN

    Posted 11/10/04 04:42 PM

    RMG,

    Thanks a lot for ur valuable advise

    Venkat


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