Batching SOAP requests on multiple standard/custom objects
Content
Hi folks,
Not sure if this is possible or not but Im having a hard time creating it myself so I thought Id ask. A client has requested a number of SOAP requests for pulling information out of RN. The entities they are trying to work with are a custom parent of contact, Contact itself and a number of entities that hang off contact. Ive been able to structure a bunch of individual requests that Ive been submitting via SoapUI and obtaining the necessary responses but Ive been trying to combine them into a single request using batching.
1. Can a batch Get request return multiple different entities or just multiple occurances of the same entity? The documentation shows pulling multiple incident records but doesnt show pulling a variety of entities. If it can, has anyone done it and could share the request they used?