Reading -binary data on incoming PASOE request (Web transpor

Posted by Nate Bauer on 07-Jan-2020 23:59

To those who encounter this post,

I have a PASOE service setup that is built using the  WEB transport. I plan to send it a request using CURL. E.G.

CURL -X PUT -data-binary @/location/data <url>

Is there anyway to read the binary request data in my method without using web-handlers or data object handlers?

Posted by Peter Judge on 08-Jan-2020 14:10

I believe not. The rest transport only supports JSON to the best of my knowledge.
 

All Replies

Posted by Peter Judge on 08-Jan-2020 14:10

I believe not. The rest transport only supports JSON to the best of my knowledge.
 

This thread is closed