H
Hari
Hi,
I have created a web service which implements a custom interface.
I have added this web service as a web reference to a console application
that acts as a web service consumer.
After creating an instance for the web service class, when i am trying to
type cast that instance to my custom interface, i am getting
"InvalidTypeCastException" ?
When I do the same for System Interfaces like IDisposable it is working fine.
Can somebody help me with this ?
Thanks in Advance
Regards
Hari
I have created a web service which implements a custom interface.
I have added this web service as a web reference to a console application
that acts as a web service consumer.
After creating an instance for the web service class, when i am trying to
type cast that instance to my custom interface, i am getting
"InvalidTypeCastException" ?
When I do the same for System Interfaces like IDisposable it is working fine.
Can somebody help me with this ?
Thanks in Advance
Regards
Hari