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.  problem when mapping to document list

    Posted 04/06/10 06:56 PM

    Hi,

    I have very strange result, when I using NodeToDocument and the output I map to a predefined doucument.

    I have predeifined Document, and the structure is like

    Text -
    -User (this is a documentlist)
    –Name (string)
    –address (string)
    –state (string)

    When pipeline comes in, there is only one tag, and then after mapping my predefined document, the User became “Document” rather than document list.

    When there are multiple value, then I saw document list type on result panel.

    I already defined the destination document is a document list so I assuem even there is only one set of data, it should still present as “Document list” rather than “Document”.

    Any ideal?

    Thanks!

    Avina


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


  • 2.  RE: problem when mapping to document list

    Posted 04/06/10 07:06 PM

    Are you populating “documentTypeName” variable input in the service and setting “makeArrays” to false ?


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


  • 3.  RE: problem when mapping to document list

    Posted 04/07/10 09:02 PM

    Thanks for your reply.
    On service NodeToDocument, I did set the “MakeArrays” to “true”, but I missed the part of add new DocumentList variables to “arrays”.

    After fixing this, it worked fine.

    Thanks!


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