gilek / ewus

Library to simplify communication with the eWUŚ system.
MIT License
3 stars 9 forks source link

Error after NFZ crash #5

Closed ko5mi closed 3 years ago

ko5mi commented 3 years ago

After crash NFZ service in 19.04.2021 i have got error:

Fatal error: Uncaught Exception: Nie można pobrać informacji o identifikatorze sesji.

mariuszkostecki commented 3 years ago

Remove ?wsdl suffix from service URLs in file \src\server\ServerBroker.php and fix the url because it should be ServiceBroker instead of SerwerBroker at the end of URL in line 17. If you use tests you should do the same in \tests\EndToEnd\TestServiceBroker.php and \tests\Functional\Driver\NusoapDriverTest.php

gilek commented 3 years ago

@mariuszkostecki thanks for pointing errors. Fix has been merged:)

ko5mi commented 3 years ago

I also had to remove ?wsdl in file file \src\server\ServerBroker.php in line 20 return 'https://ewus.nfz.gov.pl/ws-broker-server-ewus/services/Auth';

It's work again