Click here to Skip to main content
15,908,115 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello, Please could any one post me a WCF project code to communicate with XML documents?

Explanation:- I would like to develop a WCF service project, which can take the XML request from the webapplication and send the XML response back to Webapplication.

Thank You,
Posted
Comments
Sergey Alexandrovich Kryukov 20-Feb-13 21:18pm    
I don't think so. This is not how it can work. We answer questions, but not sending projects.
If you do a project by yourself, feel stuck and have questions, we can help you, not the other way.
—SA
ProjectsUser 20-Feb-13 21:30pm    
If you could redirect me to appropriate link, that would be great SIR!
Sergey Alexandrovich Kryukov 20-Feb-13 21:55pm    
What, don't like my answer? There are no easy ways, and those which are very easy, won't get you there... :-)
—SA

1 solution

This is all you need, really:
http://en.wikipedia.org/wiki/Windows_Communication_Foundation[^],
http://msdn.microsoft.com/en-us/library/dd456779.aspx[^].

It will need considerable effort to master. As always, when it comes to a whole technology, code samples written by others won't solve the problem, but please see:
http://www.codeproject.com/search.aspx?doctypeid=1&q=WCF[^].

—SA
 
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