Thanks for the suggestion, but it did not work. I added a few new public members and declared my contstant as a property. The new members show up in the WSDL (so I know everything is compiling in both applications), but the new property did not.
The property is declared as:
public int...
I am using a web service coded in C#. There are classes and an enum type in the interface. I want to define a constant that the client can set as one of the properties of a class on the interface. It's a magic number and I want to provide it as a contant on the interface.
I added the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.