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.

Replies are listed 'Best First'.
Re: Deploy SOAP::Lite Server
by Anonymous Monk on Oct 21, 2009 at 06:20 UTC