Thanks for your ideas. The problem is that I need to dynamically create both the proxyURI and the bindingURI as this application will hit multiple servers. I dont think using BEGIN will work since I need the uri and proxy fields to support multiple connection points during the runtime of the script itself. Is there a way to use autodispatch and not use
?
This way I could create a SOAP::Lite object in main, and recall that object over the lifecycle of the script passing in different proxy and bind paths?
Thanks
Rob