ASMX Web Services and WCF Client Oddities
Posted by: Rick Strahls WebLog,
on 29 Nov 2006 |
View original
Im still messing around with WCF and right now playing with accessing a variety of Web Services through a WCF client and then feeding the result back through COM Interop to an unmanaged application. There are a couple of disturbing things happening when using the default SvcUtil Web Service import functionality with Web Services depending on what type of methods are available on the existing ASMX Web Service.
I have a Web Service that includes a couple of support methods that allow...