SOAP UI - Basic Authentication - where do I find it in Server Code?
I have a SOAP Server written in PHP - and am Testing using SOAP UI. Everything works fine and returns results as expected. I am now trying to add in Basic Authentication - have set up in SOAP UI with Username and Password - BUT can't find how to check it in the Server code? I was expecting the credentials to be in the [SERVER] object passed to the server - but they are not. Can anyone help and advise how I check these items? Thanks PhilSolved12KViews0likes11CommentsProblem installing Swagger-PHP
Hello guys, I need help. I've been working to solve this for a week now but still can't find any solution. My problem is, when I installed swagger-php's library to my project, the `OpenApi` folder didn't come with it. I tried reinstall it but still didn't solve it. Can someone help me please? Thanks :)