P
Peter Kron
We occasionally get reports of failures where the client of a webservice
receives a SOAP exception, such as:
"Server was unable to read request. --> There is an error in XML document
(1, 1021). --> The '<' character, hexadecimal value 0x3C, cannot be included
in a name. Line 1, position 1025."
It appears to be a problem with the client, but we don't control that
environment. Is there an appropriate place to trap this exception on the
server, so we can see the SOAP request causing this error? It never gets to
a web method, so perhaps there is something that can be done in global.asax?
Thanks
Peter Kron
receives a SOAP exception, such as:
"Server was unable to read request. --> There is an error in XML document
(1, 1021). --> The '<' character, hexadecimal value 0x3C, cannot be included
in a name. Line 1, position 1025."
It appears to be a problem with the client, but we don't control that
environment. Is there an appropriate place to trap this exception on the
server, so we can see the SOAP request causing this error? It never gets to
a web method, so perhaps there is something that can be done in global.asax?
Thanks
Peter Kron