Locked Java web service returns invalid XML due to an empty tag

  • Thursday, May 31, 2012 6:39 AM
     
     

    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 


             


All Replies