Supun
To get the POST request working we need to register a mime type with the IIS server i.e asp, php etc. But we don't have a mime type in our service URLs and requests to our services comes without an extension part. Because of this IIS rejects the requests at a very early stage. I thing the service URLs for .Net services has a extension part (.svc) and they are associated with their ISAPI application.
What you say wrt to .Net may be true.. but if the POST comes as a relative path (e.g. /services/myservice) even *without* the extension, then Axis2/C works - which contradicts your observation.

asankha

On Wed, Jun 4, 2008 at 10:09 PM, Asankha C. Perera <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    Supun

        I think this is a known issue in IIS 5. Please refer the links
        below

        http://support.microsoft.com/kb/216493
        http://www.somacon.com/p126.php


    Sorry but I don't understand the logical relevance of the above
    with the issue I report.. if .net services understands http 1.1,
    why doesn't axis2/c on IIS ?


    asankha

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


Reply via email to