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

Null / Blank XML tag ( insted of

  • 1.  Null / Blank XML tag ( insted of

    Posted Fri October 05, 2012 06:03 AM

    Hi All,

    In One of my integration my source system is sending an XML with blank/null tag values and the data is send as . After enriching the message at webMethods end the while converting it to a XML string the blank/null tag is changed as which the target system is not able to recognize it. It is throwing an error and at the target system they want the blank/null tag to be .

    As a work around we are setting the blank tag with space and while converting it is getting converted properly. Let me know if there is any direct way to solve this issue.

    Thank you,
    Gokul.


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


  • 2.  RE: Null / Blank XML tag ( insted of

    Posted Fri October 05, 2012 04:56 PM

    The direct way to solve it is for the receiving system to use a proper XML parser. Semantically, and are exactly the same.

    Another approach would be to omit the empty tag altogether.


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