0

invalid date returned from ListMessages soap call

I had a spam message in my inbox which was dated 03/10/44 (or something like that)
The soap call to ListMessages returned negative value for that date (logically correct since it was number of seconds from 1/1/1970, negative!)
However .net response parser fails since wsdl defines that field as Unsinged 32-bit Integer.
Any idea how to work around this bug?

Soap classes are added using Add web reference as recommended in YMail documentation.

by
1 Reply
  • I ran into the same problem. I had to update the WSDL and change the date fields from xsd:unsignedInt to xsd:string. This did the trick for me.

    Eric
    0

Recent Posts

in Yahoo! Mail Web Services API