Re: Text nodes returned as part of the SOAP response

2002-11-19 Thread Alex Dovlecel
AFAIK this is the normal behaviour for each parser. BEcause it does not know if the text before the tag is relevant or not... so the parser just gives it to you. If you have a DTD refference at the begining of your document and turn the parser validation on, you will not receive the text field

Text nodes returned as part of the SOAP response

2002-11-19 Thread jerome baumgarten
Hi, I am using Axis for some developements. I provide through Axis a simple web service returning the local time for a given city (ex Europe/Paris) and a Locale (ex fr). I retrieve the result from a java piece of code. During some testing I realized that I get two text nodes as part of the reponse