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.  Mapping from custom record reference

    Posted 11/28/03 04:28 AM

    I am new to webMethods and something has me totally stumped. I have defined a record type from an xsd and am using this as a record reference for the output of documentToRecord (mapped boundNode to my record reference).

    Now, whenever I try to map from any field within the record, I don’t get any values back (everything is always null)! I have written a small java service that recursively logs the contents of an IData object, and that show all the data exactly where I would expect it, so I think the problem lies indeed with the mapping.

    Why oh why does the mapping not work?

    Thanks in advance,

    Max


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


  • 2.  RE: Mapping from custom record reference

    Posted 11/28/03 05:42 AM

    I think I have managed to work out the reason for my problem: namespaces.
    The record reference generated from the xsd contains a top-level element of name “aseXML”. The xml file I am parsing has a top-level element of name “ase:aseXML”, which is not recognized by IS as being the same.

    Any ideas on how to fix this?

    Oh, I am using IS 4.6.

    Cheers,
    Max


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