• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question SoapServer failed to open stream: Cannot assign requested address

artadam

Junior Member
Hello!
I am doing yii-1 app migration to another server (on docker). Now I have this problem:
SoapServer::SoapServer(http://localhost:1111/urepak/service/index): failed to open stream: Cannot assign requested address
/var/www/test.test/yii-framework-1.1.10/web/services/CWebService.php(156)
156 row:
$server=new SoapServer($this->wsdlUrl,$this->getOptions());
only when I am doing request via SoapUI. Website opens correct. The request is 100% correct (is working on old server).

Where can be the problem?
How to debug this problem?


I have installed php5.6-soap and tried to change php.ini file like here , but it still does not work so far…(
Thanks for Your ideas)
 
Back
Top