This document was generated from CDN thread
Created by: Ankur Shah on 07-03-2011 04:43:53 PM
Hi,
I see a bunch of fields in the scheduling API but am not sure which one's are mandatory and optional.
Thanks,
Subject: RE: Mandatory & Optional Fields
Replied by: John Yontz on 07-03-2011 05:20:18 PM
The mandatory and optional attributes for the method parameters are not specified in the WSDL. This is primarily because the WSDL was generated using a "code first" JAXWS approach.
The best way to determine whether a parameter is mandatory or optional is to consult the documentation for the method parameters and their usage. In any case, CTX will enforce the presence of mandatory parameters and will throw a MISSING_PARAMETER exception identifying any missing parameter(s).