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 string list in a document

  • 1.  null string list in a document

    Posted Fri March 22, 2002 04:21 PM

    Hi,

    Having a string representing a XML document, I invoke the following services

    stringToDocument
    documentToRecord

    recordToBizdoc
    routeBizdoc

    In my record boundNode, I have a string list that contains nothing (In the result panel, you can see the value “null” written in red). When I route it to Trading Network and I look at the content of my document, I can see that my string list contains the “null” text, i.e null.

    If I use a string instead of a string list, the problem does not occurs.

    Is there a way to have a tag with no value in it i.e ?

    Thanks for your help


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


  • 2.  RE: null string list in a document

    Posted Sat March 23, 2002 02:33 PM

    If you look at the boundNode StringList in the Result tab of B2B Developer/Integrator and you click on it, does it show numbered line(s) of data each with the value “null” or does it just should the word “null” with no line numbers?

    If there are line numbers then it is really a String with each value a null.

    WmPublic pub.web:recordToDocument generates XML for both keys that have all values as null and String with zero-length-string


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