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
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to