Inherited types in XSD

W

WorldMaker

I'm attempting to build a InfoPath form against a Web Service and the big key
difficulty I'm having is that the return type is a base type with many
derived classes that could be returned based upon parameters to the service.
The InfoPath schema provides the base type alone and doesn't appear to let me
override it with a derived type. Is there some way I'm missing to use the
derived type in the form as opposed to the base type?
 
Top