9 Feb
2003
9 Feb
'03
7:31 p.m.
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