Arsalan Haider
Arsalan Haider

Reputation: 559

Sending an XML to WebSerivce in iPhone SDK

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

Answers (1)

Jared Peless
Jared Peless

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

Related Questions