Web Services Developer's Guide → Web Services API Reference → SBM Administrative 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. | 
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–2016 Serena Software, Inc. All rights reserved.