Hi,
I am having a problem with inheritance in my webservice. I have a webservice that is working fine, but now I want to modify it to be more generic. I want the parameter to the operation to be an abstract type that I can have other objects inherit from and be sent to the same webservice end...