I tried with old version of SoapLib too, but couldn't get succeedm because environ remains None even if we pass dict, its not updating it, because wsgiApp actually doesn't transfer the http_req_env to DefinitionBase, so link is breaking in decomosing incoming message, I worked out, but wrote my own class inheriting wsgi.Base...
On 10 August 2011 12:15, Dieter Maurer <[email protected]> wrote: > Japan Shah wrote at 2011-8-10 11:54 +0530: > >Not Worked for me, > > In general, "not worked" is too weak. Usually, we must know > what happened instead of the expected behavior (e.g. did the web server > reported a problem (which one); what has been logged (by the web server, > by the framework). > > >I'm using SoapLib 2.0 beta > > I see 2 options for you: > > * wait until someone with the necessary insight steps in > and tells you how you achieve your goals > > * look yourself at the code. > > The component integrating with the web framework (i.e. what > is activated by "mod_wsgi") somehow gets the request information > (including the IP address). > > You must find a way how to pass this information on > to your method implementation. > > I would be surprised if your version would be very different > from the one Michael successfully used his code for. > > > > -- > Dieter > -- #Japan Shah
_______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
