I am exposing a .NET managed component (C#) via COM+, by ticking the uses Soap option and providing the SOAP VRoot info. Some of the methods in the application return Datasets. When I add a web reference to a client application the following error occurs: C:\..\localhost2\Reference.map(1):
Custom tool error: Unable to import WebService/Schema. Unable to import binding 'StoreManagerBinding' from namespace 'http://......./. Unable to import operation 'GetStoreList'. The datatype 'DataSet' is missing. The client has a reference to System.Data and
the server component returns System.Data.DataSet. Any class containing a method with a DataSet fails with this message.
gc1
Member
15 Points
3 Posts
COM+(SOAP) DataSet error!
Mar 29, 2004 01:46 PM|LINK