> I'm not able to retreive this array from the ASP page. I'm having a
> type mismatch error if I try to intercept the array.
dim retVal as Array
retVal = classInstance.TestSTR()
should work.
Since the method is not static, you'll need an instance of the class...
How are you trying to access it?

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------