You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing something strange. I've to call a ws method that requires a token as authentication method. The token is retrieved by another call. The call that returns the token runs without any problem, the second method get stuck at the line SoapClient.post(soapAction, requestEnvelope).
No time out, no exception.
I tried to send the same envelope via php SoapClient, and it works fine.
Is there a way to debug some how what really get stuck?
Hi,
I'm experiencing something strange. I've to call a ws method that requires a token as authentication method. The token is retrieved by another call. The call that returns the token runs without any problem, the second method get stuck at the line SoapClient.post(soapAction, requestEnvelope).
No time out, no exception.
I tried to send the same envelope via php SoapClient, and it works fine.
Is there a way to debug some how what really get stuck?
This is the envelope that doesn't work:
The soapAction for WS_Select is: Orkis_WebService#WS_Select
The end-point is http://photoserver.8tto.net:8081/4DWSDL/
username: cloudstore
password: cloudstore2017!
(it's a test environment)
This is the envelope that return the token without any problem:
The soapAction for WS_Connect is: Orkis_WebService#WS_Connect
Thanks in advance,
Samuel
The text was updated successfully, but these errors were encountered: