Integrating WCF Clients with ASMX Services

By : Keyvan Nayyeri  |    On : 2007 May 25  


Tag : Web Service

  |   View Original

Back in December 2006 I linked to Thom Robbins' blog post about integrating WCF with ASMX services.  The other side of integration between WCF and ASMX services is integration between WCF clients and ASMX services which is the title of this post. First I create an ASMX service to build my WCF client for it. using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols;   [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = W...

Total:

Click here to continue on details

Content Ownership

The content of this posting is wholly owned by Keyvan Nayyeri, and as such: the same retains sole copyright for the content. softlogger.com is not responsible for this content.


Recommended Related Readings :

Exception Handling, Logging, and more with WCF and our Smart Client

Sam has a coupleposts outlining some of the great fun we had this past week.  How to use the S...


Performance Improvement for WCF Client Proxy Creation in .NET 3.5 and Best Practices

Introduction In .NET 3.0 SP1, which will be shipped together with .NET 3.5, there is signific...


SYSK 286: What Does a Web Service Proxy Look Like on a Client Side?

AJAX.NET makes it extremely simple to call a web service from a client using JavaScript…  But ...


ADO.NET Data Services - Tracing Messages from Client to Service

I (very foolishly) spent a few minutes today trying to figure out why applying WCF tracing con...


Best Practice: Always open WCF client proxy explicitly when it is shared

In order to provide symmetric programming model for the client-side as for the server-side, WC...


July Web Service Factory and Smart Client BAT is Out!

Both the July drop of the Web Service Factory or Service BAT is out& and the June SCBAT are ou...




Quote: Good judgment comes from experience, and often experience comes from bad judgment - Rita Mae Brown