Hi!
It should be working now, with the following approach (example):
-
The Service Endpoint: Use a body parser, and then map the rawBodyData to a service variable:
-
The Action executed by the Service Endpoint: Use a Create File Object with the following settings (note the encoding here…):
I believe the request towards the service endpoint (1) should have Content-Type: text/plain; charset=latin1
. Here’s an example setup of an Web Request sending a file to a Service Endpoint.