Does anyone know how I can fix web service responses? When I receive a message from soap back from a web service call, I get this error "String" is not a valid AllXsd value ", as soon as it is a value type, for example, datetime for example.
My proxy classes are generated from wsdl using wsdl.exe, wsdl seems valid. I did not see anything bad in proxy classes (given values are generated, datetime is nullable).
I tried netmon to see soapy envelopes on a wire, but everything seems normal.
Can you come up with other ways to fix this problem? or maybe a hint about what's going on here?
source
share