in reply to Re^3: Perl WSDL WebService Call
in thread Perl WSDL WebService Call

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

Replies are listed 'Best First'.
Re^5: Perl WSDL WebService Call
by Anonymous Monk on Aug 10, 2014 at 09:42 UTC

    ...

    Demo is demo, its for demonstration purposes, however you setup $soap, set it up