Contents tagged with WSE
-
Making WCF Output a single WSDL file for interop purposes.
By default, when WCF emits a WSDL definition for your services, it can often contain many links to others related schemas that need to be imported. For the most part, this is fine. WCF clients understand this type of schema without issue, and it conforms to the requisite standards as far as WSDL definitions go.
-
WCF and Concurrent usage throttling
Have a requirement to interface with a legacy system that exposes a set of web services. The legacy system is not terribly fast and there are concerns by the client that it cannot handle excessive load. It seems to handle the current load ok, but we have been tasked with writing a system which will interface directly with the legacy system and potentially increase that load substantially. I can neither confirm nor deny the legacy systems ability to handle our projected load as the metrics simply are not available and its not feasible to generate them at this time.
-
ASP.NET Podcast - Show #94 - WCF, Client Side
-
WCF Client Channel Pool - Improved Client Performance
Not long ago, I posted about WCF client performance and some work I have been doing around improving that with a "Channel Pool" type implementation.
-
WCF Client Performance
One of the easiest performance traps when using WCF services is constant creation of new client proxies when accessing those services. In WSE land, this was common place:
-
WCF Performance Whitepaper - realistic?
I recently looked through a WCF Performance whitepaper published by Microsoft and was a little puzzled by some of the comparisons.
-
WCF Proxy Performance vs WSE V3
Recently, I had been asked to examine a situation where WSE V3 service calls were substantially quicker than the equivalent WCF version.