Batch Operation

The batch operation is a simple way of accomplishing multiple operations while only transmitting a single soap request/response. Here is the WSDL for the "batch" element:

Authentication has already been discussed; what is important here is the ability to specify any number of "operation" elements, each of which map to the "operation" complex type:

The operation complex type is simply an aggregate of all the other operation types available.

Here is a sample batch request:

This batch request edits the /intranet/default page and then publishes those changes.

Last modified on Mon, 14 Jan 2008 11:13:53 -0500

Comments


Top / Previous / Next / Up / Table of Contents