Browse by Tags

All Tags » WCF (RSS)
In my previous blog about consuming WCF service from BizTalk orchestration I wrote about how we’d invoke a service based on a document coming in and mapping it into the service request schema. This time I had the input for the service coming from a context...
Posted by Sean Feldman | 2 comment(s)
Filed under: , ,
I had to look into a project that submits large files to WCF service. Implementation is based on data chunking. This is a good approach when your client and server are not both based on WCF, bud different technologies. The problem with something like...
Posted by Sean Feldman | 2 comment(s)
Filed under: ,
A true asynchronous service operation is not the one that returns void, but the one that is marked as IsOneWay=true using BeginX/EndX asynchronous operations (thanks Krzysztof). To support this sort of fire-and-forget invocation, Windows Communication...
Posted by Sean Feldman | 1 comment(s)
Filed under:
More Posts