Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everyone,
I need some help.I am developing an application architecture using Asp.Net,
WCF,ExtJS 4.Till now the application works like this:

1) extjs client sends ajax request to asp.net handler file(.ashx file), the
2) handler calls WCF service, then
3) WCF sends back c# object to the handler, then
4) handler converts the c# object into json format and returns it as a response to the ajax call.

Everything works fine. Now i want some changes,i need to be able to call WCF services directly from ExtJS client.How do i achieve this?
Posted
Updated 27-Feb-12 21:50pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900