Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there a way that I can call a WCF Service using HttpWebRequest?

I have used ASP.NET Web Service by calling through HttpWebRequest.

Any references, ideas, suggestions are welcome.

Thanks in advance.
Posted

1 solution

Yes you can. It depends on the kind of binding your WCF service has. It must use WebHttpBinding[^]. Can you check which binding your service uses?
 
Share this answer
 
Comments
Venkatesh Mookkan 27-Apr-11 23:55pm    
This is helpful. But I like to hear more from others too.
Sergey Alexandrovich Kryukov 28-Apr-11 0:12am    
:-)
Sergey Alexandrovich Kryukov 28-Apr-11 0:12am    
Good, my 5.
--SA

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