Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have created a WCF service in which one of the methods is returning a composite data. When the service method is consumed at the server side through WSHTTP binding, it works properly and returns the data. But when I try to consume the service through jQuery via WebHTTP binding, i am getting the error "The server did not return a response for this request." I assume if I set the value "IsReference=true", it should work fine. But I am not able to change that value in EntityObject.cs file. Any other way to tackle this issue?

any help would be appreciated.

Thanks,
Pulak
Posted
Updated 21-May-13 1:20am
v2
Comments
tumbledDown2earth 23-May-13 0:22am    
Did you implement the webhttpbinding properly? A sample is here http://msdn.microsoft.com/en-us/library/bb412178.aspx .. Please validate your implementation and post back

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