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.  How to test the Processing rule For TPA

    Posted 07/25/07 05:05 PM

    Hi All ,

    I trying to test a Processing rule which has having a execute service and with selected Document Type Criteria … Service will take a bizdoc which is not editable by user…

    Please let me know how to test this Rule.

    I appreciate your help.


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


  • 2.  RE: How to test the Processing rule For TPA

    Posted 07/25/07 05:13 PM

    Add a savePipelineToFile step in the service.
    Submit a sample document to TN.
    Disable the savePipelineToFile step.
    Add a restorePipelineToFile step.
    Step through your service.


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


  • 3.  RE: How to test the Processing rule For TPA

    Posted 07/25/07 05:21 PM

    Raj,

    Here is the test procedure that you have to do:

    1.First run your flow that posts your document to TN it will trigger appropriate processing rule that you created above.Once TN determine matches the triplet i.e. sender/receiver/documenttype criteria it will execute your service that mentioned in the processing actions .Now for testing purpose in your processing service put a pub.flow:savePipelineToFile/restorePipelineToFile services as the first step enable only the savepipeline service.Once the document flows thru TN and hit your service/execution successfully then for further debugging disable the savePipelineToFile and enable the restorePipelineToFile.Now step thru the flow to make sure the bizdoc (document) exists in the pipeline and see if the bizdoc/Content is getting extracted which i believe you might doing this for your downstream mapping or delivering the document to trading partner or internal processing etc…

    HTH,
    RMG


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


  • 4.  RE: How to test the Processing rule For TPA

    Posted 07/25/07 05:21 PM


  • 5.  RE: How to test the Processing rule For TPA

    Posted 07/25/07 05:26 PM