I'm talking with a web service with a generated proxy that uses System.Web.Services.Protocols.SoapHttpClientProtocol, is there any reason I might have trouble replacing the proxy with a WCF client proxy?
The web service being called is written in Java and uses the Apache Axis SOAP engine. It uses only HTTP Basic authentication.