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.  EDIINT send

    Posted 04/09/03 04:02 PM

    I am pushing data to TN from the mainframe environment invoking the tn:receive. I get the x12 doc in TN. The processing rule triggers my service that should pass the input to the EDIINT:send service. I am using getContentPart >converting it to stream and then invoking the send service. It runs without error but I do not see the EDIINT msgs in TN after it has run. Can anyone offer any advice in trouble-shooting this?

    Thanks,
    C.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: EDIINT send

    Posted 04/09/03 06:34 PM

    Before sending to EDIINT:send,i hope you are doing this way…

    1.converting the string using “stringToBytes” specifying “UTF-8” as encoding
    2. convert the bytes to stream using “pub.io:bytesToStream”
    3. supplying this stream to ediiint:send flowservice .

    If not, pls try with the above scenario…

    HTH.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: EDIINT send

    Posted 04/10/03 03:07 PM

    Thanks for the response. I did try this method. The data is in the pipeline because I traced the pipeline to my log and could see the content. I am having trouble retrieving it from the pipeline into my service. A bigger problem I have is that the data coming has a break in the ISA segment, I removed it to pass it through TN and it works fine, however I have to receive the data with the break and it is not recognized by TN that way. I need to know how to handle this data with the break and how to extract it from the pipeline.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 4.  RE: EDIINT send

    Posted 04/11/03 01:00 PM

    Can you pls post this thread also to wmusers forum,may be you will get a quick resolution.

    I will also try to come up, if i found any resolution…

    Cheers…


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB