I tried to create another simple method in the same class. It accespts an int
and returns the value of the int.ToString(). This methos works when accessed
from classic ASP.
So I guess the class is properly registered and the problem is the input
parameter which is Request ?? I'd appreciate any ideas about how to overcome
this problem.
Thans again.
Automation objects have a limited list of paramater types, and Request isn't
one of them by the look of it....
If the parameter doesn't map to a Variant, you can't pass it. There's a list
in here, scroll down, legacy types.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncomg/html/msd
n_vbscriptcom.asp

Signature
Phil Wilson [MVP Windows Installer]
----
>I tried to create another simple method in the same class. It accespts an
>int
[quoted text clipped - 37 lines]
>>
>> Thank you in advance
Vi - 21 Jun 2005 03:07 GMT
Thank you, Phil,
I was affraid that something like this will happend and it did :(.
I guess the same thing applies even if I would use server side JavaScript
instead of VBScript?
Thanks again.
> Automation objects have a limited list of paramater types, and Request isn't
> one of them by the look of it....
[quoted text clipped - 44 lines]
> >>
> >> Thank you in advance
Phil Wilson - 24 Jun 2005 21:55 GMT
That's true, the same general limitation.

Signature
Phil Wilson [MVP Windows Installer]
----
> Thank you, Phil,
> I was affraid that something like this will happend and it did :(.
[quoted text clipped - 58 lines]
>> >>
>> >> Thank you in advance