Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Arguments → MultipleOptions
MultipleOptions holds the Options type and enables you to specify whether a Web service should continue if an error is encountered, or stop and throw an error.
Name | Type | Description |
---|---|---|
options | Extension. See Options. | Options extension base. Holds name value pairing for future arguments on certain calls. |
multiOption | MultipleOption | Enumeration element that holds the option to continue or stop processing of items. |
MultipleOptions holds the Options type and the MultipleOption type. You use the multiOption parameter to control service handling as follows:
The following XML shows MultipleOptions in the <urn:options> element in a typical call.
<urn:options> <urn:extraOption> <urn:name></urn:name> <urn:value></urn:value> </urn:extraOption> <urn:multiOption>CONTINUE-ON-FAILURE</urn:multiOption> </urn:options>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.