On Sun, 2007-04-08 at 20:26 -0700, johnny wrote: > I just need to know how to get the xml document coming in over http. > Is it just regular request.Post?
You are probably better off using request.raw_post_data in these cases. However, the best way to work this out is to construct a test case. You will learn far more by doing it. Just set up a view that prints out all the fields in request you are interested in to the console and then returns an empty HttpResponse. Then you can see what appears in each field when you submit a document you are interested in. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---