Hi
I need to call a java web service which unfortunately under certain conditions outputs an empty tag.
(<value></value> rather than <value/>)
This causes and error at my C# client to error out with an invalid XML error. Is there anyway trap and
handle or work around this issue. Regrettably I don't have access to the java service to change this behavior
cheers in advance