开发者

Sending an XML to WebSerivce in iPhone SDK

开发者 https://www.devze.com 2023-03-30 11:41 出处:网络
I wantto send an XML Document(string) to WCF webservice in iOS. I开发者_JS百科 have done it in REST webservices.

I want to send an XML Document(string) to WCF webservice in iOS. I开发者_JS百科 have done it in REST webservices. NO idea how to do it in WCF service. Can any one help ?


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?

0

精彩评论

暂无评论...
验证码 换一张
取 消