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.  Not receiveing document from pipeline into TN for processing.

    Posted 04/04/12 02:35 PM

    Hi Experts,

    I am try to retriving XML data which Trading partner submitted in TN.
    For this I have created processing rule and invoking service through processing rule. Document is coming in pipeline directory but not able to retrive document in service.

    I tried by following manners

    1. savePipelineToFile and restorePipelineToFile.
    2. I have put specification reference wm.tn.rec:ProcessingService but no results.

    If anyone knows please explain me steps to resolve this issue. I’ll be really thankful.

    Thanks,
    Kuldeep:(


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Not receiveing document from pipeline into TN for processing.

    Posted 04/04/12 03:51 PM

    You can extract the TN data from the variable bizdoc from the pipeline (bizdoc/content (bytes) and do bytesToString (string has the xmldata)

    or

    just call this service first step wm.tn.doc.xml:bizdocToRecord (outputs IDATA boundNode) and map it to your XML document type (structure)

    Please review the TN BIS services guide for more information also:

    HTH,
    RMG


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Not receiveing document from pipeline into TN for processing.

    Posted 04/05/12 08:55 AM

    Thanks RMG

    I found my mistake which I was doing in savePipelineToFile service.
    I was debugging again whereas service already got executed by processing rule.

    Correct steps are for developing
    1.Save pipeline
    2. restorepipeline
    3. select wm.tn.rec:processingService in Specification Reference and
    4. bizdocToRecord.

    Hoping these steps will help to beginners :slight_smile:


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 4.  RE: Not receiveing document from pipeline into TN for processing.

    Posted 04/05/12 09:06 AM

    Thanks RMG

    I found my mistake which I was doing in savePipelineToFile service.
    I was debugging again whereas service already got executed by processing rule.

    Correct steps are for developing
    1.Save pipeline
    2. restorepipeline
    3. select wm.tn.rec:processingService in Specification Reference and
    4. bizdocToRecord.

    Hoping these steps will help to beginners :slight_smile:


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 5.  RE: Not receiveing document from pipeline into TN for processing.



  • 6.  RE: Not receiveing document from pipeline into TN for processing.

    Posted 04/07/12 11:47 AM