Android Question Strange behaviour with HttpJob in Release Mode

George Martinos

Member
Licensed User
Longtime User
Well, i have a strange situation. I hit a soap web service (asmx). When i am in debug mode all works fine (i get the result successfully). In release mode i get error "Unsupported Media Type". The version i use is 5.5.
Any ideas?

Edit: I used 5.02 and all went fine. Something wrong with 5.5?
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
I don't see how there is a difference between debug mode and release mode. The unsupported media type message comes from the server, right?
I think that the problem is somewhere else.

There was a similar issue recently which was related to the way the content type header is set in OkHttp. However as you are not using it then it is not relevant.
 
Upvote 0
Top