Answer the question
In order to leave comments, you need to log in
Problem connecting to SOAP server with non-standard port?
SOAP server is located at an address with a non-standard port
trying to connect
$soap = new SoapClient('http://domen.ru:5080/api.wsdl');
SoapClient::SoapClient(http://domen.ru:5080/api.wsdl): failed to open stream: Connection timed out
Answer the question
In order to leave comments, you need to log in
You are describing a strange situation. Want to connect via 5080, but the server is running on port 80. This should not happen - if you want the connection to be made on 5080 - change it on the server.
domen.ru:5080/api.wsdl is some strange address, as a rule something like domen.ru:5080/api?wsdl is used everywhere. Does your wsdl come off in the browser?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question