cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
108
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
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).
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links