Hi thanks again for your help
i am not sure how can i replace
my $url = "https://sepm-site:8446/sepm/ws/v1/LicenseService?wsdl";
#my $service = soap->service($url);
with
my $soap = SOAP::Lite->uri( 'http://127.0.0.1/MyModule' )
->proxy( 'http://127.0.0.1:1203' );
What will be my uri and what is the proxy