Currently if an external client looks up the wsdl of a webservice being proxied by Mule using the WSProxyService - Mule will lookup the WSDL and replace location/url references in the WSDL to the original address with the local endpoint (eg. http://www.webservicex.net/CurrencyConvertor.asmx?WSDL -> http://localhost:82/services/Test?WSDL). This should replace any reference to 'localhost' with the actual machine hostname.
Description
Currently if an external client looks up the wsdl of a webservice being proxied by Mule using the WSProxyService - Mule will lookup the WSDL and replace location/url references in the WSDL to the original address with the local endpoint (eg. http://www.webservicex.net/CurrencyConvertor.asmx?WSDL -> http://localhost:82/services/Test?WSDL). This should replace any reference to 'localhost' with the actual machine hostname.