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
Expand all | Collapse all

B2b record with empty values to xml

  • 1.  B2b record with empty values to xml

    Posted Mon July 21, 2003 11:44 PM

    is there any way that i can get the xml format of the b2b record whose values are empty. when i do record to doc, doc to string with empty values for the record, the final xml doesn’t have the elements of the record that are empty.

    thanks
    DG


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


  • 2.  RE: B2b record with empty values to xml

    Posted Tue July 22, 2003 12:02 AM

    Yes,its possible…

    Before passing record structure to recordToDocument,just initialize your record (no need each field,just root element) and also pass the recordName param.

    It should work out and tested as well.


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