开发者

post xml from iphone to server

开发者 https://www.devze.com 2023-01-01 03:27 出处:网络
How can I post XML data format to server? (I only know post para开发者_运维知识库mters to server)

How can I post XML data format to server? (I only know post para开发者_运维知识库mters to server)

Thank you!


It will depend on the server. You could get the NSData -bytes representation of the XML data and, if you're working with a RESTful web application, use PUT or POST when sending the data.

0

精彩评论

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