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

xml processing instructions lost by documentToRecord

  • 1.  xml processing instructions lost by documentToRecord

    Posted Fri April 26, 2002 01:13 PM

    I am working with documents that contain xml processing instructions. For example:

    <?xml version="1.0" encoding="UTF-8" ?> <?jdi action="update" ?> Sampl03

    When I pass this document through documentToRecord, I get a record like this:

    boundNode
    @version=1.0
    @encoding=UTF-8
    JDI
    JobPost
    @aspect=internal
    @postingId=627
    JobPostId=Sampl03

    Does anyone know of a way I can preserve the processing instruction?


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