- It happens in the WCF web service, when I try to return a System.Object, to which I have assigned an object of type 'UBL_PurchaseOrder.OrderType' . I am trying this approach instead of using the Xsd approach, since using the UBL schema is not supported by the WCF datacontract serializer.
|