S
Stuart Eastland
I am trying to call a webservice method from a CF VB project.
The call returns a System.InvalidOperationException with the following
message:
"Server found request content type to be 'text/html; charset=utf-8',
but expected 'text/xml'."
My web project has the following globalisation setting:
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
Can anyone tell me how to ensure that the call to the webservice uses
the correct encoding?
Thanks,
Stuart Eastland
The call returns a System.InvalidOperationException with the following
message:
"Server found request content type to be 'text/html; charset=utf-8',
but expected 'text/xml'."
My web project has the following globalisation setting:
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
Can anyone tell me how to ensure that the call to the webservice uses
the correct encoding?
Thanks,
Stuart Eastland