Thomas,
Thanks. I did not have that enabled. I enabled it, however I am still not able to hit my service. I am getting the following error:
"Error processing request stream. The request should be a valid top-level resource object."
Here is my request payload:
- --changeset
- Content-Type:application/http
- Content-Transfer-Encoding:binary
- Content-ID: 2
- POST ResourceComplianceRequirements HTTP/1.1
- Content-Type:application/json
- Content-Length:2
- []
- --changeset
- Content-Type:application/http
- Content-Transfer-Encoding:binary
- PUT $1/$links/ResourceComplianceRequirements HTTP/1.1
- Content-Type:application/json
- Content-Length:12
- {"uri":"$2"}
- --changeset--
- --batch--
- I know that this is a little different than the example from above. Do you see anything that would cause the error above? I am expecting it to call my xsjslib exit method and give an error for empty name field.
- Thanks & Regards,
- Neal