The following example is the XML for a SOAP message that calls the
ItemSearch operation. While you will probably not be
building the SOAP message for a service request manually, it is useful to see
what your SOAP toolkit produces when provided with the appropriate values. Many
SOAP toolkits require that you build a request data structure similar to the XML
to make a request.
The ItemSearch element contains the parameters common to all requests. The
Request element contains the
ItemSearch parameters, SearchIndex and Keywords.