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.  boundNode question....

    Posted Wed August 07, 2002 12:01 PM

    In WmSamples

    tutorial:catalogue:loadCatalog

    In the map, how is the definition of the boundNode set?

    If I try to simply mimic loadCatalog, I cannot define the boundNode in the manner in which is done in the sample.

    Also, I see what is being done, but if someone could explain the concept abit further I’m sure that would help.


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


  • 2.  RE: boundNode question....

    Posted Tue August 13, 2002 11:27 AM

    To be clear, when I try to add the definition, and click save, it does not keep the structure that I define.


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


  • 3.  RE: boundNode question....

    Posted Tue August 13, 2002 02:41 PM

    Ok this is my solution for this issue. If u want to define a data structure within the boundednode record you should copy a record reference or define the fields within the boundednode and then map at least one of the elements to a variable in the pipeline. This will allow u to save your user defined data structure in the boundednode. If no variable is mapped from the boundednode to a target variable in the pipeline, webMethods will discard all elements in the boundednode.

    Another technique is to map the boundednode to a recordreference that mathces the shape of your incoming document. Then you can map the fields from this reference to your target variables or structure.

    Regards, Dlite


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