halllo / wcf.js

Invoke WCF services with JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wcf.js

Experimenting invoking WCF services with JavaScript. The WCF endpoints use WSHttpBinding which correspond to SOAP1.2-Envelopes (http://www.w3.org/2003/05/soap-envelope).

Can my WCF backend acknowledge the CORS preflight? WCF cannot: Screenshot

Hosting a CORS middleware with OWIN at the same origin does not solve the problem. The entire web app needs to be hosted at the WCF server origin because then the browser does not emit the CORS preflight request.

About

Invoke WCF services with JavaScript.


Languages

Language:C# 89.4%Language:JavaScript 8.2%Language:HTML 2.3%Language:ASP 0.2%