[PyWrapper-devel] Accessing HTTP data from pywrapper
Status: Alpha
Brought to you by:
jatorre
From: Javier de la T. <ja...@gm...> - 2006-11-12 19:09:29
|
Hey Markus, I am trying to debug biomoby in my machine, but I get a very strange behaviour I think since we moved to cherrypy 3.0 When I do this in the biomoby request class stdin, length = self.getPara (cfgObj.PyWrapper.httpBodyParameter, (None,None)) if stdin is None: log.warn("No request message found.") raise RequestParsingError("No SOAP message found in the request") Seems that I always get stdin is None and therefore can not catch the biomoby request... Any idea? I am trying with dashboard so I suppose I am really sending something to pywrapper, but I lost the little program I was using to debug traffic, do you remember the name of the tool for mac os x to trace traffic? Cheers. |