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