Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect if request was started #17

Open
pzienowicz opened this issue Oct 16, 2018 · 1 comment
Open

Detect if request was started #17

pzienowicz opened this issue Oct 16, 2018 · 1 comment

Comments

@pzienowicz
Copy link

pzienowicz commented Oct 16, 2018

Hi, I need to know if request was started because I don't receive any response from the server.
So I don't know if the issue is in my app or on the server side.

Any idea how to achieve it?

request.execute(); is called but nothing is happening later.
Neither onCompletion nor onException from observer is fired.

Ahh, I have no access to server logs, but the admin says that request is not reaching the server.

@AlexGilleran
Copy link
Owner

Maybe set the timeout really low and see what happens?

Possibly you could put a breakpoint in https://github.com/AlexGilleran/IceSoap/blob/master/IceSoap/src/com/alexgilleran/icesoap/request/impl/HUCSOAPRequester.java and see what the status of the connection variable is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants