You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Senaka Fernando (JIRA)" <ji...@apache.org> on 2008/02/05 22:25:08 UTC

[jira] Assigned: (AXIS2C-940) Using IIS Module, if an error is returned the beginning of the response is garbled (possible memory corruption)

     [ https://issues.apache.org/jira/browse/AXIS2C-940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando reassigned AXIS2C-940:
--------------------------------------

    Assignee: Senaka Fernando

> 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
>            Assignee: Senaka Fernando
>            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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org