Hi Kyle, you need to convert the physical file document into binary data in order to pass that as the body. The Community Commons module in the App Store has Java actions build to turn File Documents into binary strings.
call enterprise interface
Request tab select “Binary for the entire request”,content is your file class/contents prop
HTTP headers tab input key-value:
filename:
filelength:
Content-Type:application/octet-stream