Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have written the SOAP::Lite Server program and SOAP::Lite Client program. How you can deploy the SOAP::Lite server? I like to use WSDL. How you can internally bind a 'Web Service Address' to the 'Internal Address' ? Currently I am using the client side code: proxy('some internal address'). I like to remove the need to specifiy the exact internal address.