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

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

Jquery .ajax() 405 (method Not Allowed) / Cross Domain

I have seen so many questions on SO about this, but I can't find what is missing in my code. I&… Read more Jquery .ajax() 405 (method Not Allowed) / Cross Domain

.jquery .ajax How Do I Call Wcf Method With Return Value?

I have been able to call WCF methods with .ajax. How do I call a method that returns a value? I nee… Read more .jquery .ajax How Do I Call Wcf Method With Return Value?

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?

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?