End Google Ads 201810 - BS.net 01 --> I write a COM class in VC++ that is used in a .Net WebService as a refrence.

The COM object has an interface that simulates an IDispatch array to pass arrays of different objects to/from COM object.

I can pass that array to COM object in C# samples correctly, but when i pass it in C# webservice i get exception.

Can enyone help me?
Is there any limitation for WebServices in using COM objects