Re: urllib and writing web service clients

2010-07-09 Thread Javier Guerra Giraldez
On Fri, Jul 9, 2010 at 10:27 AM, irum wrote: > From command prompt, I invoke. curl > http://127.0.0.1:8000/api/hb/bookings/21/rooms/ > It does not respond anything, even if left for long time. However if I > use remote url, i.e. : > req = urllib2.Request('http://www.example.com') , it returns the

urllib and writing web service clients

2010-07-09 Thread irum
Hi, I am relatively new to working with django and web services. I am using django-piston and I posted this on that group as well but got no reply yet. Posting it here since its more active community and my problem is not related to Django-piston in particular but rather Django and web services in