Blogs

Showing 0 results.

Forums

« Back to Scheduling API

Mandatory & Optional Fields

Combination View Flat View Tree View
Threads [ Previous | Next ]
Mandatory & Optional Fields
scheduling api scheduling ctx scheduling api
Answer
3/7/11 10:58 PM
Hi,
 
I see a bunch of fields in the scheduling API but am not sure which one's are mandatory and optional.
 
Thanks,

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).

Collateral


No files available