Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have defined certain methods in wcf services(restful)

in the following format myservice.svc/my method but i want all the methods in wcf services to be called asynchronously i.e without using proxy how to achieve this
Posted

1 solution

using ajax call.
you can use ajax call and in that as url pass the service uri.
and you can also pass the value.
and then parse the json or other.
 
Share this answer
 

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