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.  DocumentToRecord issue

    Posted Fri February 04, 2005 09:22 PM

    I am using http post to post an XML document and I receive an XML response from http to body->bytes. Then I am using a service bytesToString and stringToDocument service. So far everything looks fine. But when I use documentToRecord and map the boundnode to my record I do not see any output. If I leave the output from documentToRecord to boundnode, then I see the output. I am setting makeArrays to false and assigning my record name in record name. I have referred to the below posting.

    [url=“wmusers.com”]wmusers.com

    I appreciate your help. Each small step needs takes so much time due to lack of good examples.

    Thanks,
    Roger


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


  • 2.  RE: DocumentToRecord issue

    Posted Fri February 04, 2005 09:35 PM

    Roger,

    Please make sure that your assinged record/fields are exactly matching to the boundNode/record/fields in the pipeline.If they match then only data be extracted in the ouput record when you map from the boundNode (IDATA record).

    To be more clear the record(roottag)/fields that you have created should exactly match with the boundNode/roottag/fields.If so documentToRecord works perfect as expected.

    HTH,
    RMG.


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


  • 3.  RE: DocumentToRecord issue

    Posted Mon February 07, 2005 07:53 PM

    Thanks for your help RMG. I was able to go past the error now.


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