Hi,

Yes, IIS 7 fully supports the IIS 6 architecture. So we won't have problems
using this in IIS 7. But IIS 7 has a more powerful (according to the
Microsoft) architecture for creating modules. Still I'm researching on it
and it seems that it is little bit complicated. Also IIS 7 supports FCGI. So
FCGI is an option for integrating Axis2/C in IIS 7 (PHP support IIS 7 using
FCGI). First I will implement this and then we can look at what are the
added advantages if we are going to use the IIS 7 specific features.
Hopefully we will be able to finish the IIS 6 implementation in a short
period of time.

Regards,
Supun..

On Wed, May 28, 2008 at 11:41 PM, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote:

> What about IIS 7? Can we re-use the stuff form IIS 6?
>
> Samisa...
>
> Supun Kamburugamuva wrote:
>
>> Hi List,
>>
>> I would like to implement support for IIS 6. At the moment we have an IIS
>> ISAPI module which is a ISAPI Filter + ISAPI Extension. This is not a good
>> design for IIS 6 since it doesn't encourage the use of filters. So I thought
>> of writing a ISAPI Extension for IIS 6 which will connect IIS 6 and Axis2/C.
>>
>> Here is the rough outline of what this new extension will do.
>>
>> Intercept all the incoming requests.
>> Check weather they are for Axis2/C or not.
>> If the request is for Axis2/C process the request (this can be done using
>> the existing code in IIS module)
>> Write the response back (Here we can improve the existing code, since IIS
>> 6 supports more features)
>>
>> This design was not possible for IIS 5 since it doesn't support Extensions
>> which can intercept all the incoming messages.
>>
>> Regards,
>> Supun.
>>  ------------------------------------------------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG. Version: 8.0.100 / Virus Database: 269.24.2/1471 - Release
>> Date: 5/28/2008 5:33 PM
>>
>>
>
>
> --
> Samisa Abeysinghe Director, Engineering; WSO2 Inc.
>
> http://www.wso2.com/ - "The Open Source SOA Company"
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to