Answer the question
In order to leave comments, you need to log in
Php SOAP, how to authorize on all used domains in WSDL?
Good afternoon.
You need to send an envelope to the SOAP service. The conditions are as follows:
There is a stunel through which the tunnel is forwarded to the domainA domain. now through 127.0.0.1:8080 I am accessing this domain.
And so, I'm trying to create a soap client:
$location = 127.0.0.1:8080/some?wsdl
$client = new SoapClient($location, array('trace' => 1, 'location'=>$location, 'login' => $login, 'password' => $pass));
SOAP-ERROR: Parsing Schema: can't import schema from ' https://domainB/some.xsd '
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question