I have weird issue regarding BC consume XML API using HTTP Client.
if i send a request from BC to API, i will get an error like below
but if send a request using postman, working fine
then i have tried to restart the server then the problem solved.
here is the request headers, my code in BC, sample request and the response from API
body request sampleAL code send Request XML APIresponse API
Kindly need help how to fix the problem without restarting the server.
Answers
I would suggest to copy both requests (postman and AL) into notepad++. check if there is any difference, blank spaces quotations (') etc.
if it helps...