How do i save a XML file that is been sent to my web API

Certified Associate Developer

i have a post  web API  which receives an  XML file   and with this files it triggers a process model. but unfortunately when we get   the  file  we just get the  XML file content. it's like we where getting just the content of the XML and this is a signed  file that should not be modified that's why i hesitate on  just cutting  the text and  paste it in a new file.

my web API

This is  what we are getting in the body of the httprequest

is there a way on turning this into the sent xml file again ?

just  for letting you know the a!httpresponse.formData is empty  because we are not using the xx-www-form-urleenconded

  Discussion posts and replies are publicly visible