Instantiating Abstract Types from WSDL
How do I instantiate abstract data types defined in the WSDL?
How do I instantiate abstract data types defined in the WSDL?
That is correct. You must create a class that inherits from an abstract type and instantiate that in order to 'instantiate' the abstract type. By definition an abstract type is a placeholder on which to build real classes, and it cannot be created itself.