Hello everyone,

I'm new to this web services thing, so any help would be appreciated.

I'm trying to access a web service written by another company
so I can't change that side.

Everything works except for the parsing of the returned XML.

If a parameter is defined as int or Date and is returned as an empty tag
I get a parse error.

for ints I get NumberFormatException: For input string: ""
for Dates I get StringIndexOutOf RangeException

Is there a way to tell the Deserializer to ignore empty tags?

Thank for any help
Rick

Reply via email to