Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wcf

Posting Json To Wcf Rest Endpoint

I'm working on implementing PUT, POST, and DELETE for my service. But every time I try to send… Read more Posting Json To Wcf Rest Endpoint

Http-push (comet/reverse Ajax)using Silverlight To Javascript Bridge?

Is it a good idea to use PollingDuplexHttpBinding with Silverlight in conjunction with the function… Read more Http-push (comet/reverse Ajax)using Silverlight To Javascript Bridge?

Pass A Javascript Map To Json Wcf Service

I would like to pass an associative array to a json wcf service. So in JavaScript I have something … Read more Pass A Javascript Map To Json Wcf Service

How To Ignore Case Sensitive Properties Name In Wcf Service Call?

Hello I wonder about possibility to call WCF method from client side what would be ignore case sens… Read more How To Ignore Case Sensitive Properties Name In Wcf Service Call?

Why Can't I Access My Wcf Web Service With Javascript?

I'm new at AJAX and I'm trying to access a WCF web service the following way: $(function ()… Read more Why Can't I Access My Wcf Web Service With Javascript?