I have a WCF service using basicHttpBinding, with an OperationContract that returns a string array. When I try to invoke it using a SoapHttpClientProtocol-derived proxy class in a .NET 2.0 client class, the WCF method is invoked and returns the array, but the proxy always gets an array with zero elements.One possible workaround would be to add a web reference to the client app, but I'm trying to replace an old ASMX service with a new WCF version without changing the client application.
Product Version