For a google app engine application using django web framework, how can we send xml as part of request? When I define a function in views.py like this:
def businesslist(request): Then I want to extract the xml from the request. I have to send an xml from the iphone application to the google app engine application that will save the contents of xml into the datastore tables Any idea how can we do this? 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
