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.  Flat File to Batch to EDIINT

    Posted 03/20/08 07:12 PM

    Currently I’m creating a flat file of EDI data on TN which is queued and then processed using the batch processing default method. This create an X12 Envelope and when I look at the content it tell me that the Name is EDIdata and the Type is application/EDIstream with a storage type of tspace.

    I created a processing rule to call a service to try to take the content and repost to TN as EDIINT data for an AS2 customer, but this doesn’t seem to work. What is the easiest way to take the X12 Envelope and route it through the EDIINT delivery process. I know I have to use the wm.EDIINT.send service, but it errors out due to an error, I’m not producing a stream input from my bizdoc as input to the service.

    Thank for any help.


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


  • 2.  RE: Flat File to Batch to EDIINT

    Posted 03/20/08 08:19 PM

    Are you creating the stream from bizdoc/content (bytes) converting it to stream?? Basically you have to make use of this content particle from the bizdoc.

    Then finally map it to EDIINT:send (stream input)

    HTH,
    RMG


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


  • 3.  RE: Flat File to Batch to EDIINT

    Posted 03/20/08 09:07 PM

    RMG,

    I’m currently using the following services.

    wm.tn.doc.view
    wm.tn.getContentPartData
    pub.io.bytesToStream, which should bring back a stream, but I’m not seeing this.

    The content on TN is application/EDIstream and the storage type is tspace.


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