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.

 View Only
  • 1.  BizDocType

    Posted Mon November 24, 2003 10:13 PM

    Does anyone know why the document type wm.tn.rec:BizDocType is only defined as:
    TypeID
    TypeName
    TypeDescription
    Deleted
    LastModified
    PreProcessingFlags
    while during run-time this document type contains far more elements? (Run wm.tn.doctype:view for an example.)

    I would like to be able to map these run-time elements using a Flow service, particularly, BizDocType.elementIData.ReceiverID.query, but I have not been able to figure out a way to do that yet. Any ideas?

    Thanks,
    Percio


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


  • 2.  RE: BizDocType

    Posted Mon November 24, 2003 10:59 PM

    Add a step, savePipelineToFile, and another, restorePipelineToFile. After you save the pipeline, you can disable save and enable restore. This will allow you to capture the runtime IData object and map the necessary elements.

    There is some documentation on the bizdoc in the TN programmers guide.

    HTH

    Ray


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