Re: NSMutableURLRequest google my maps help

2010-10-24 Thread Philip Vallone
Thanks Jerry. Works perfect! Regards, Phil ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Up

Re: NSMutableURLRequest google my maps help

2010-10-24 Thread Jerry Krinock
On 2010 Oct 24, at 13:26, Philip Vallone wrote: > I am not getting a response back, which indicates my post method is wrong. I disagree. You probably are getting a response, but you're allowing it to fall into the bit bucket on the floor. What are logging there, although you have labelled it

NSMutableURLRequest google my maps help

2010-10-24 Thread Philip Vallone
Hi, I am trying to upload a xml file to google my maps that follows the following protocol: http://code.google.com/apis/maps/documentation/mapsdata/developers_guide_protocol.html#uploading_xml POST http://maps.google.com/maps/feeds/maps/userID/full Content-type: application/atom+xml Authorizat