Hello,
I’m trying to run a service anonymously, w/o providing granting.
What I did is :
- Called service : Execute ACL = Anonymous (inherited), others DEFAULT
- WSD : Execute ACL = Anonymous (inherited), others DEFAULT
- Parent directory : Execute ACL = Anonymous (inherited), others DEFAULT
- Top directory : Execute ACL = Anonymous, others DEFAULT
Unfortunately, when I’m trying to call my WS from a PHP code, I got :
Warning: SoapClient::SoapClient(http://b2bdev.sgp.st.com:5555/ws/STPrivateLF.TestWS:HelloWSD?WSDL): failed to open stream: HTTP request failed! HTTP/1.0 401 Invalid Session ID or Session Expired
If I try this URL on my browser, I’m requested for my credential
Where I’m wrong, what I missed ?
Thanks
Laurent