T
Toby Mathews
Hi there,
Could anyone tell me if it is possible to expose the methods of a class
returned by a web service. I have an instance of a class created something
like this:
MyWebService webSrv = new MyWebService();
MyWebService.MyClass myClass = webSrv.GetClass();
The definition for MyClass in my web service includes some methods, say
MyClass.Method(), but these aren't visible from the client consuming the web
service.
Any help much appreciated, thanks,
Toby Mathews
Could anyone tell me if it is possible to expose the methods of a class
returned by a web service. I have an instance of a class created something
like this:
MyWebService webSrv = new MyWebService();
MyWebService.MyClass myClass = webSrv.GetClass();
The definition for MyClass in my web service includes some methods, say
MyClass.Method(), but these aren't visible from the client consuming the web
service.
Any help much appreciated, thanks,
Toby Mathews