Reputation: 559
I want to send an XML Document(string) to WCF webservice in iOS. I have done it in REST webservices. NO idea how to do it in WCF service. Can any one help ?
Upvotes: 0
Views: 69
Reputation: 1120
You can expose WCF services as REST endpoints if you want. How complex of a document are you sending? Do you want to use SOAP or just POST via HTTP?
Upvotes: 1