REST Batching

Has anyone had any success batching REST calls together with the batch service methods?

 

We are currently on V11 in a RAMP environment and I'm having some issues with this. I am get the error "Object reference not set to an instance of an object." for any service URI I enter (local, relative, or even web.

 

I'm really stuck on this right now and I'm not sure if this is a V11, RAMP, or coding or other random issue.

 

Here is my current POST body to https://fairlb/testapi/constituentservice/constituents/batch from within my RAMP terminal (local to the gateway):

<BatchRequest>

<Requests>

<Request>

<Id>1</Id>

<Uri>https://fairlb/testapi/constituentservice/constituents/5</Uri>

<HttpMethod>GET</HttpMethod>

</Request>

</Requests>

</BatchRequest>

 

Has anyone had similar issues in a non-RAMP environment?

-Chris

Parents Reply Children
No Data