views:

29

answers:

1

Hi,

I have been trying to do a REST web service using PUT in iphone for days but with no luck. i'm wondering if anyone can upload a sample of doing REST web service using PUT or the approach to do? it will be of great help. Thanks

+1  A: 

I would recommend using ASIHTTPRequest. Read the PUT requests and custom POSTs section in the overview.

Felixyz