Using IIS Module, if an error is returned the beginning of the response is
garbled (possible memory corruption)
---------------------------------------------------------------------------------------------------------------
Key: AXIS2C-940
URL: https://issues.apache.org/jira/browse/AXIS2C-940
Project: Axis2-C
Issue Type: Bug
Components: transport/http
Affects Versions: Current (Nightly)
Environment: Windows XP, IIS 5.1
Reporter: Dave Meier
Priority: Critical
Build axis2c in release mode. Set up IIS 5.1 with the IIS module.
Run the following client from the command line with an incorrect operation
specified. Capture the results of the response. I used HTTP Analyzer V2 to
capture the request and response. tcpmon.exe did not capture the response,
probably because the problem with it.
----------------
Command:
----------------
D:\axis2c\c\buildrel\deploy\bin\samples>math addx 3 4
http://localhost:80/axis2/services/math
Using endpoint : http://localhost:80/axis2/services/math
Invoking operation addx with params 3 and 4
math stub invoke FAILED!
D:\axis2c\c\buildrel\deploy\bin\samples>
----------------
Response:
----------------
ìKæK:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<soapenv:Code>
<soapenv:Value>soapenv:Receiver</soapenv:Value>
</soapenv:Code>
<soapenv:Reason>
<soapenv:Text xml:lang="en"
xmlns:xml="http://www.w3.org/XML/1998/namespace">Operation Not
Found</soapenv:Text>
</soapenv:Reason>
<soapenv:Detail>
<Exception>Operation Not Found, Endpoint referance address is
httplocalhost80/axis2/services/math and wsa actions is (null)</Exception>
</soapenv:Detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
--
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]