Hi On 9 August 2011 12:28, Japan Shah <[email protected]> wrote: > I'm using SoapLib for my server side web service implementation, > and suds as a soapClient, for client side communication
OK, but how is your soaplib code being run? Apache with mod_wsgi? Or something else? > On 9 August 2011 15:53, Dieter Maurer <[email protected]> wrote: >> >> Japan Shah wrote at 2011-8-9 14:43 +0530: >> > can anyone has idea how to retrieve the client's IP Address in exposed >> >soap method ? >> >any help or link for such example would be appreciated ! >> >> SOAP itself is transport independent and therefore does not know >> anything about IP adresses. >> >> Therefore, it depends on your (lower level) web framework and its >> transport layer how you can access the IP address. >> >> >> To get more precise information, you must tell us >> which web framework and which SOAP framework you are using. -- Michael Wood <[email protected]> _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
