User Profile
Collapse
-
Mark P replied to Intermittent Error: Client found response content type of 'text/html;charset=utf-8',in .NETI forgot to mention that the Web Services are communicating via SSL, so it's not possible (as far as I know) to sniff the line to prove that the .Net WS is generating a valid request. -
Mark P started a topic Intermittent error: Client found response content type of 'text/html;charset=utf-8',in JavaIntermittent error: Client found response content type of 'text/html;charset=utf-8',
I've written a .Net 1.1 Web Service that receives a file and forwards the file to another Web Service (this one written in Java). The Web Service generally works, but intermittently gets the following error when executing the Java Web Service:
Client found response content type of 'text/html;charset=ut f-8', but expected 'text/xml'
The code that executes the Java Web Service:
...Code:private bool WSFile(sbyte[] sbfr,
-
Mark P started a topic Intermittent Error: Client found response content type of 'text/html;charset=utf-8',in .NETIntermittent Error: Client found response content type of 'text/html;charset=utf-8',
I've written a .Net 1.1 Web Service that receives a file and forwards the file to another Web Service (this one written in Java). The Web Service generally works, but intermittently gets the following error when executing the Java Web Service:
Client found response content type of 'text/html;charset=ut f-8', but expected 'text/xml'
The code that executes the Java Web Service:
...Code:private bool WSFile(sbyte[] sbfr,
No activity results to display
Show More
Leave a comment: