You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing an endpoint, it is necessary to save the request body, Dynamicweb Codeunit Request, before you can send it using the "Send request" button. In the example here, I have entered the XML for a price lookup in good faith that this will posted to the NAV endpoint, but I get the response for the heartbeat request, which is saved on the endpoint:
I believe this is something that has been changed from previous versions, but I could be wrong. This makes it more difficult to use for testing as it is a two step process. The body is supplied by the usage of the endpoint and not by the setup of the endpoint, so the only usage of the "body" field in endpoint is to test. So, the "Send request" button should take the content of the request field and send it to the endpoint. If it is necessary to save body first, the "Send request" button should save the body and send the request with the new body in one go.
Br.
Lars
The text was updated successfully, but these errors were encountered:
Hi :)
When testing an endpoint, it is necessary to save the request body, Dynamicweb Codeunit Request, before you can send it using the "Send request" button. In the example here, I have entered the XML for a price lookup in good faith that this will posted to the NAV endpoint, but I get the response for the heartbeat request, which is saved on the endpoint:
I believe this is something that has been changed from previous versions, but I could be wrong. This makes it more difficult to use for testing as it is a two step process. The body is supplied by the usage of the endpoint and not by the setup of the endpoint, so the only usage of the "body" field in endpoint is to test. So, the "Send request" button should take the content of the request field and send it to the endpoint. If it is necessary to save body first, the "Send request" button should save the body and send the request with the new body in one go.
Br.
Lars
The text was updated successfully, but these errors were encountered: