Create a WCF service application using HTTP PUT
How do I create a WCF service application to receive and send xml file based on HTTP PUT request and response. This service will be used by client IOS devices.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
vignan gallaPosted Nov 19, 2014, 8:58 PM
But I need to receive and send XML file in the WCF service. Can you please help me.
Ramesh MaruthiPosted Nov 19, 2014, 9:08 AM
and if your using HTTp methods its comes under WCF rest services not the soap. Please find the attached link and let me know if u need any further help :)
http://www.codeproject.com/Articles/182393/Create-a-REST-service-with-WCF-and-consume-it-usin