Status Codes from RESTAPICLIENT
@Smith wrote: I’m working with RESTAPICLIENT to post to a database. In the process, I’ve built in an action to capture application errors and show the response status code from RESTAPICLIENT in the...
View ArticleStatus Codes from RESTAPICLIENT
@eddy.daouk wrote: Hi @Smith, This behavior makes sense since the REST API will only return a value when the connection and execution was successful. If the API crashes, the error will be posted in...
View ArticleStatus Codes from RESTAPICLIENT
@Smith wrote: Hi @eddy.daouk, If I understand what you are saying, the APP_RESPONSE_STATUS is only populated if the output status code is successful (200-204)? I’m surprised to hear this. I was under...
View ArticleStatus Codes from RESTAPICLIENT
@kevin.lee wrote: Hi Smith, have you tried using Postman to hit the same REST webservice with the same payload to see if you actually get a response code? Here is an example. The correct URL for REST...
View ArticleStatus Codes from RESTAPICLIENT
@Smith wrote: Thanks so very much for all that information. I have not tried Postman yet, but I will look into it! Read full topic
View Article