[google-appengine] Re: How to call a URL of your own application?

2010-03-22 Thread dhruvbird
On Mar 22, 6:30 am, Eli Jones eli.jo...@gmail.com wrote: Depends on how you want the code to work.. If you just want to send of work to get processed by those other handlers, then firing off a Task (either with Task Queue or Deferred Task) would be perfect for that. Actually, this is a

[google-appengine] Re: How to call a URL of your own application?

2010-03-22 Thread dhruvbird
Hello, And another thing I want to be able to do is figure out the HTTP return code for that internal URL. Since everything in already a web hook, I might as well model my app. in a similar fashion. I was wondering if the appengine guys could work out a hack for urllib where calls to internal

[google-appengine] Re: How to call a URL of your own application?

2010-03-21 Thread mstodd
This might be possible. Are you using Python or Java? In Python, I created an app which both serves Django and a SOAP web service so I had to learn how WSGI works, and how Google is handling it. To do what I needed, I created a wrapper like this: class ApplicationWrapper(): def