Hello,
I want to send an xml file (in a text parameter) to a codeunit procedure which is published as a webservice
Similar to this wel known procedure, except the "InputJson: Text", needs to be an "inputXml: text" parameter
procedure GetLengthOfStringWithConfirmation(inputJson: Text): Integer
I try this in Postman
But I get the error: "A supported MIME type could not be found that matches the content type of the response"
The xml is in the body below.
Thanks for helping