c# - how to pass baseclass/inheritedClass as web-service parameter? -


i'd in c# :

public bool method(baseclass ) { ... } 

with classes:

abstract baseclass ; inheritedclass1 , inherited class2. 

i'm trying pass object inhertited classes

<baseclass xsi:type="inheritedclass1" >     .... </baseclass> 

but while executing soapui got no answer @ not error.

i tried xmlinclude without success.

how can done?


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -