clue / reactphp-soap

Simple, async SOAP webservice client, built on top of ReactPHP.
https://clue.engineering/2020/announcing-reactphp-soap-2
MIT License
64 stars 25 forks source link

Tests failing because the WSDL website is down #58

Open yadaiio opened 1 year ago

yadaiio commented 1 year ago

I noticed some typos in the documentation and tried to fix them. However, when I pushed my changes to my GitHub repository, the tests started failing. Specifically, there was an error in PHP 7.3, causing the other tests to stop as well. I started analyzing the error message and came across a direct link: http://www.thomas-bayer.com/axis2/services/BLZService?wsdl. I opened the link and discovered that the service on this website is currently down, resulting in a 404 error code.

From my understanding, the issue lies in the fact that the user is unable to download the actual WSDL-files that are necessary for the tests.

Screenshot error soap

Should we try reaching out to the website owner to resolve this problem, or should we search for a new source of WSDL-files directly? If you have any other ideas or options on how I can assist you, please don't hesitate to let me know.

SimonFrings commented 7 months ago

Thanks for bringing this to our attention @yadaiio! :+1:

I know that this happened before and we contacted Thomas Bayer in order to get the services up and running again. I just sent out an email, telling them that their services are down, so I'm currently waiting for a response to get some insights on this topic. Once I here back, I will update this ticket accordingly.