bachimanchi has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to get a wsdl from the webservice using the below code, but i get below error, but i can access the wsdl without any authentication from any browser on the same machine. Can someone please help how this can be resolved?
CODE:my $soap=SOAP::WSDL->new( wsdl => 'https://XXXXXXXXX.ABC.corp:11015/secure/services/Customer/v1?wsdl' );
my $x= $soap->get_wsdl();
print $x;
ERROR Message:"Can't connect to XXXXXXXXX.ABC.corp:11015 at line 7"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: get_wsdl https webService
by GotToBTru (Prior) on Mar 16, 2015 at 19:19 UTC | |
by bachimanchi (Initiate) on Mar 16, 2015 at 19:32 UTC | |
by GotToBTru (Prior) on Mar 16, 2015 at 19:43 UTC | |
by bachimanchi (Initiate) on Mar 16, 2015 at 19:55 UTC | |
by marinersk (Priest) on Mar 16, 2015 at 20:11 UTC | |
|