Though not tried so far, still I want to know whether it is possible
or not
>From an iphone application, I need to send xml to a django based
application hosted on google app engine. For this there is an entry in
urls.py as given below

(r'^list$', 'myapp.views.list'),

and correspondingly there is method in views.py

def list(request)

How can I handle this situation? Is it possible to send xml this way?
After getting the xml, I have to extract the contents and save it into
the datastore tables

Thanks
Arnie
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to