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.  document to string table

    Posted Thu June 10, 2010 02:07 PM

    i’m new webMethods. can anyone help me to create a flow steps to convert document to string table.

    example :

    -result(document)

    • reference[0]
      • name
      • reference
        • reference[0]
          • name
        • reference[1]
          • name
    • reference[1]
      • name
      • reference
        • reference[0]
          • name
            i need to populate all the name into the name table. pls help me on this.

    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: document to string table

    Posted Fri June 18, 2010 10:01 AM

    In the flow service, add a map step and add a stinglist field to it. Map the results/name to the string list. It will copy all the names present in the document list to the string list.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: document to string table

    Posted Tue June 22, 2010 06:05 PM

    The document is populated at runtime so we cannot guess the structure of the document to map it in the flow service.

    for examples:

    if we input the service name to this service:

    wm.server.ns.dependency:getReferences

    the output would be in document structure which i need to populate it in string table.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB