C
cmrchs
Hi,
how can I make an enum type visible to a WebService-client ?
Here's what I mean :
declaring a class in the WebService :
public class MyClass
{...}
makes it available for the client, but ....
declaring an enum in the WebService :
public enum MyEnum
{...}
does not make it available for the client.
How can make MyEnum available anyway ?
Thanks
Chris
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
how can I make an enum type visible to a WebService-client ?
Here's what I mean :
declaring a class in the WebService :
public class MyClass
{...}
makes it available for the client, but ....
declaring an enum in the WebService :
public enum MyEnum
{...}
does not make it available for the client.
How can make MyEnum available anyway ?
Thanks
Chris
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...