Author Message
RicardoSosa
Joined: Dec 1, 2011
Messages: 43
Offline
Hello,

I have a GET call to a REST web service. When calling this service, it seems that the application is sending the call twice.

I can see in the logs:

30/07/2019 09:29:33:720 DEBUG - E9B3A3975C90B28FE3453EE153862191:/AXA_eRescue : Web Service Request -> https://34.248.108.33/sms?user=eResQFrance&password=LxZP9rc6&destination=34671462190&message=Click+here+to+get+David+Assistance+https%3A%2F%2Fwww.engie.clicassist.fr%2Fplate_identification%2Fplate
30/07/2019 09:29:34:008 INFO - E9B3A3975C90B28FE3453EE153862191:/AXA_eRescue : Response had content type: text/html. Retrying call with new type...
30/07/2019 09:29:34:200 DEBUG - E9B3A3975C90B28FE3453EE153862191:/AXA_eRescue : Storing [] to: var_return
30/07/2019 09:29:34:200 DEBUG - E9B3A3975C90B28FE3453EE153862191:/AXA_eRescue : Web Service Reply <-


Notice "Response had content type: text/html. Retrying call with new type..."

Is there any way to disable this retrying?

Thank you.

Ricardo Sosa.
RicardoSosa
Joined: Dec 1, 2011
Messages: 43
Offline
Hello again,

I solved this issue by implementing the REST service call in a servlet.

Anyway, I would like to know if there is any way to use OD REST objects to call a service that returns text/html.

Thank you.
Go to:   
Mobile view