Ive Added in the Office XP Web Services Toolkit, and written some sample code to access my webservices.
So long as Im calling a webservice that returns some simple data, such as a string, it all works fine.
As soon as I change it to call a WebService that returns a more complex type, I get an error "SoapMapper: restoring date into SoapMapper <type> failed".
Ive put fiddler in the loop and the data is being sent ok, and also returned exactly as I'd expect it.
Ive tried receiving the data from the webmethod as a variant, a variantarray and an IXMLDOMNodeList, but get the same error for all.
So what can I try to diagnose this further?
So long as Im calling a webservice that returns some simple data, such as a string, it all works fine.
As soon as I change it to call a WebService that returns a more complex type, I get an error "SoapMapper: restoring date into SoapMapper <type> failed".
Ive put fiddler in the loop and the data is being sent ok, and also returned exactly as I'd expect it.
Ive tried receiving the data from the webmethod as a variant, a variantarray and an IXMLDOMNodeList, but get the same error for all.
So what can I try to diagnose this further?