[Zope] Where is the current SOAP action in Zope?
Dieter Maurer
dieter@handshake.de
Sun, 9 Feb 2003 20:31:51 +0100
Jens Wolk wrote at 2003-2-9 17:24 +0100:
> ....
>
> I'd prefer to handle the SOAP message myself (with one of the given libraries,
> that is). However, I seem not to be able to get at the SOAP message as such
> which I could feed to the WebService classes. A month ago there was a thread
> on this Mailing List, in which you suggested to access REQUEST['BODY'].
> However, this seems never to be defined (KeyError).
"REQUEST['BODY']" is not defined for "GET/HEAD" requests (they do not have
a body).
Are you sure, you are looking for it in "POST/PUT" requests?
Dieter