[Zope] [HELP] How to get the content of a REQUEST

Ed Leafe ed at leafe.com
Sun Jan 11 09:00:13 EST 2004


On Jan 11, 2004, at 6:23 AM, Frédéric LEMAITRE wrote:

> Is there something like :
>  REQUEST.getContent()
>  REQUEST.read()

	I have some Zope scripts that parse SOAP requests, which requires 
getting the entire content of the request. The code I use looks like:

	if request.has_key('BODY'):
		doc = context.REQUEST['BODY']


      ___/
     /
    __/
   /
  ____/
  Ed Leafe

Linux Love:
unzip;strip;touch;finger;mount;fsck;more;yes;umount;sleep




More information about the Zope mailing list