Hi,
I have custom types in a WSE web service.
the consuming client can't seem to see my constructor when instantiating a class, is this normal?
Hi,
I have custom types in a WSE web service.
the consuming client can't seem to see my constructor when instantiating a class, is this normal?
Yes.
Web services do not pass objects, they pass messages. The class on the client side is simply a holder for properties on that message, it will not have implementation beyond that.