A non SOAP response results in client crashing
----------------------------------------------

                 Key: AXISCPP-1029
                 URL: https://issues.apache.org/jira/browse/AXISCPP-1029
             Project: Axis-C++
          Issue Type: Bug
          Components: Client - Deserialization
    Affects Versions: current (nightly)
            Reporter: nadir amra
         Assigned To: nadir amra
             Fix For: current (nightly)


If a response returns that is not a SOAP response, then the client crashes in 
SoapDeSerializer::getHeader ().

For example, if a service returns simply an HTML response:

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Fri, 20 Apr 2007 20:51:44 GMT
Server: Microsoft-IIS/6.0
Content-Type: text/html

<html><head><title>Failure</title></head>
<body><h2>Failed to connect</h2>
</body>
</html>

We should be a little bit more resilient and throw an exception....


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to