Just a quick one here:
Am currently doing some native integration to classic (java-implemented) webservices from a WCF-client. What I thought would manifest itself as a SoapException on my side (the WCF-side), actually renders as a FaultException instead. So when communicating with a native asmx or classic webservice – expect to catch FaultExceptions instead of the “old” System.Web.Services.SoapException type.
Just a quick 10 cent here…
1 comment:
You've added it as a service, not a web service.
Post a comment