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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -