Web Service: CustomFieldService
Port CustomFieldServiceInterfacePort Port typeSource code
- createCustomFieldOptionsDetailSource code
- createCustomFieldsDetailSource code
- getCustomFieldOptionDetailSource code
- getCustomFieldsByStatementDetailSource code
- performCustomFieldActionDetailSource code
- updateCustomFieldOptionsDetailSource code
- updateCustomFieldsDetailSource code
Operations
- createCustomFieldOptionsDescription:Creates new {@link CustomFieldOption} objects.
The following fields are required:
- {@link CustomFieldOption#displayName}
- {@link CustomFieldOption#customFieldId}
Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:createCustomFieldOptionsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type createCustomFieldOptionsCreates new {@link CustomFieldOption} objects.The following fields are required:
- {@link CustomFieldOption#displayName}
- {@link CustomFieldOption#customFieldId}
- customFieldOptions - optional, unbounded; type CustomFieldOptionAn option represents a permitted value for a custom field that has a {@link CustomField#dataType} of {@link CustomFieldDataType#DROP_DOWN}.
- id - optional; type longUnique ID of this option. This value is readonly and is assigned by Google.
- customFieldId - optional; type longThe id of the custom field this option belongs to.
- displayName - optional; type stringThe display name of this option.
- id - optional; type long
Output:createCustomFieldOptionsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type createCustomFieldOptionsResponse- rval - optional, unbounded; type CustomFieldOptionAn option represents a permitted value for a custom field that has a {@link CustomField#dataType} of {@link CustomFieldDataType#DROP_DOWN}.
- id - optional; type longUnique ID of this option. This value is readonly and is assigned by Google.
- customFieldId - optional; type longThe id of the custom field this option belongs to.
- displayName - optional; type stringThe display name of this option.
- id - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - createCustomFieldsDescription:Creates new {@link CustomField} objects.
The following fields are required:
- {@link CustomField#name}
- {@link CustomField#entityType}
- {@link CustomField#dataType}
- {@link CustomField#visibility}
Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:createCustomFieldsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type createCustomFieldsCreates new {@link CustomField} objects.The following fields are required:
- {@link CustomField#name}
- {@link CustomField#entityType}
- {@link CustomField#dataType}
- {@link CustomField#visibility}
- customFields - optional, unbounded; type CustomFieldAn additional, user-created field on an entity.
- id - optional; type longUnique ID of the {@code CustomField}. This value is readonly and is assigned by Google.
- name - optional; type stringName of the {@code CustomField}. This is value is required to create a custom field. The max length is 127 characters.
- description - optional; type stringA description of the custom field. This value is optional. The maximum length is 511 characters
- isActive - optional; type booleanSpecifies whether or not the custom fields is active. This attribute is read-only.
- entityType - optional; type CustomFieldEntityType - type string with restriction - enum { 'LINE_ITEM', 'ORDER', 'CREATIVE', 'PROPOSAL', 'PROPOSAL_LINE_ITEM', 'UNKNOWN' }The type of entity that this custom field is associated with. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- dataType - optional; type CustomFieldDataType - type string with restriction - enum { 'STRING', 'NUMBER', 'TOGGLE', 'DROP_DOWN', 'UNKNOWN' }The type of data this custom field contains. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- visibility - optional; type CustomFieldVisibility - type string with restriction - enum { 'UNKNOWN', 'API_ONLY', 'READ_ONLY', 'FULL' }How visible/accessible this field is in the UI.
- id - optional; type long
Output:createCustomFieldsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type createCustomFieldsResponse- rval - optional, unbounded; type CustomFieldAn additional, user-created field on an entity.
- id - optional; type longUnique ID of the {@code CustomField}. This value is readonly and is assigned by Google.
- name - optional; type stringName of the {@code CustomField}. This is value is required to create a custom field. The max length is 127 characters.
- description - optional; type stringA description of the custom field. This value is optional. The maximum length is 511 characters
- isActive - optional; type booleanSpecifies whether or not the custom fields is active. This attribute is read-only.
- entityType - optional; type CustomFieldEntityType - type string with restriction - enum { 'LINE_ITEM', 'ORDER', 'CREATIVE', 'PROPOSAL', 'PROPOSAL_LINE_ITEM', 'UNKNOWN' }The type of entity that this custom field is associated with. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- dataType - optional; type CustomFieldDataType - type string with restriction - enum { 'STRING', 'NUMBER', 'TOGGLE', 'DROP_DOWN', 'UNKNOWN' }The type of data this custom field contains. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- visibility - optional; type CustomFieldVisibility - type string with restriction - enum { 'UNKNOWN', 'API_ONLY', 'READ_ONLY', 'FULL' }How visible/accessible this field is in the UI.
- id - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - getCustomFieldOptionDescription:Returns the {@link CustomFieldOption} uniquely identified by the given ID.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getCustomFieldOptionRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type getCustomFieldOptionReturns the {@link CustomFieldOption} uniquely identified by the given ID.
- customFieldOptionId - optional; type long
Output:getCustomFieldOptionResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type getCustomFieldOptionResponse- rval - optional; type CustomFieldOptionAn option represents a permitted value for a custom field that has a {@link CustomField#dataType} of {@link CustomFieldDataType#DROP_DOWN}.
- id - optional; type longUnique ID of this option. This value is readonly and is assigned by Google.
- customFieldId - optional; type longThe id of the custom field this option belongs to.
- displayName - optional; type stringThe display name of this option.
- id - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - getCustomFieldsByStatementDescription:Gets a {@link CustomFieldPage} of {@link CustomField} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
PQL Property Object Property {@code id} {@link CustomField#id} {@code entityType} {@link CustomField#entityType} {@code name} {@link CustomField#name} {@code isActive} {@link CustomField#isActive} {@code visibility} {@link CustomField#visibility} Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getCustomFieldsByStatementRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type getCustomFieldsByStatementGets a {@link CustomFieldPage} of {@link CustomField} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:PQL Property Object Property {@code id} {@link CustomField#id} {@code entityType} {@link CustomField#entityType} {@code name} {@link CustomField#name} {@code isActive} {@link CustomField#isActive} {@code visibility} {@link CustomField#visibility} - filterStatement - optional; type StatementCaptures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary.
An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}.
Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query.
An example of such a query might be {@code "WHERE id = :idValue"}.
Statements also support use of the LIKE keyword. This provides wildcard string matching.
An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}.
The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.- query - optional; type stringHolds the query in PQL syntax. The syntax is:
[WHERE{[AND | OR] ...}]
[ORDER BY[ASC | DESC]]
[LIMIT {[,] } | { OFFSET }]
:={< | <= | > | >= | = | != }
:={< | <= | > | >= | = | != }
:= IN
:= IS NULL
:= LIKE
:= :
- values - optional, unbounded; type String_ValueMapEntryHolds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable.
In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}.
This represents an entry in a map with a key of type String and value of type Value.- key - optional; type string
- value - optional; type Value{@code Value} represents a value.
- query - optional; type string
Output:getCustomFieldsByStatementResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type getCustomFieldsByStatementResponse- rval - optional; type CustomFieldPageCaptures a page of {@link CustomField} objects.
- totalResultSetSize - optional; type intThe size of the total result set to which this page belongs.
- startIndex - optional; type intThe absolute index in the total result set on which this page begins.
- results - optional, unbounded; type CustomFieldAn additional, user-created field on an entity.
- id - optional; type longUnique ID of the {@code CustomField}. This value is readonly and is assigned by Google.
- name - optional; type stringName of the {@code CustomField}. This is value is required to create a custom field. The max length is 127 characters.
- description - optional; type stringA description of the custom field. This value is optional. The maximum length is 511 characters
- isActive - optional; type booleanSpecifies whether or not the custom fields is active. This attribute is read-only.
- entityType - optional; type CustomFieldEntityType - type string with restriction - enum { 'LINE_ITEM', 'ORDER', 'CREATIVE', 'PROPOSAL', 'PROPOSAL_LINE_ITEM', 'UNKNOWN' }The type of entity that this custom field is associated with. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- dataType - optional; type CustomFieldDataType - type string with restriction - enum { 'STRING', 'NUMBER', 'TOGGLE', 'DROP_DOWN', 'UNKNOWN' }The type of data this custom field contains. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- visibility - optional; type CustomFieldVisibility - type string with restriction - enum { 'UNKNOWN', 'API_ONLY', 'READ_ONLY', 'FULL' }How visible/accessible this field is in the UI.
The collection of custom fields contained within this page. - id - optional; type long
- totalResultSetSize - optional; type int
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - filterStatement - optional; type Statement
- performCustomFieldActionDescription:Performs actions on {@link CustomField} objects that match the given {@link Statement#query}.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:performCustomFieldActionRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type performCustomFieldActionPerforms actions on {@link CustomField} objects that match the given {@link Statement#query}.
- customFieldAction - optional; type CustomFieldActionRepresents the actions that can be performed on {@link CustomField} objects.
- filterStatement - optional; type StatementCaptures the {@code WHERE}, {@code ORDER BY} and {@code LIMIT} clauses of a PQL query. Statements are typically used to retrieve objects of a predefined domain type, which makes SELECT clause unnecessary.
An example query text might be {@code "WHERE status = 'ACTIVE' ORDER BY id LIMIT 30"}.
Statements support bind variables. These are substitutes for literals and can be thought of as input parameters to a PQL query.
An example of such a query might be {@code "WHERE id = :idValue"}.
Statements also support use of the LIKE keyword. This provides wildcard string matching.
An example of such a query might be {@code "WHERE name LIKE '%searchString%'"}.
The value for the variable idValue must then be set with an object of type {@link Value}, e.g., {@link NumberValue}, {@link TextValue} or {@link BooleanValue}.- query - optional; type stringHolds the query in PQL syntax. The syntax is:
[WHERE{[AND | OR] ...}]
[ORDER BY[ASC | DESC]]
[LIMIT {[,] } | { OFFSET }]
:={< | <= | > | >= | = | != }
:={< | <= | > | >= | = | != }
:= IN
:= IS NULL
:= LIKE
:= :
- values - optional, unbounded; type String_ValueMapEntryHolds keys and values for bind variables and their values. The key is the name of the bind variable. The value is the literal value of the variable.
In the example {@code "WHERE status = :bindStatus ORDER BY id LIMIT 30"}, the bind variable, represented by {@code :bindStatus} is named {@code bindStatus}, which would also be the parameter map key. The bind variable's value would be represented by a parameter map value of type {@link TextValue}. The final result, for example, would be an entry of {@code "bindStatus" => StringParam("ACTIVE")}.
This represents an entry in a map with a key of type String and value of type Value.- key - optional; type string
- value - optional; type Value{@code Value} represents a value.
- query - optional; type string
Output:performCustomFieldActionResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type performCustomFieldActionResponse- rval - optional; type UpdateResultRepresents the result of performing an action on objects.
- numChanges - optional; type intThe number of objects that were changed as a result of performing the action.
- numChanges - optional; type int
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - customFieldAction - optional; type CustomFieldAction
- updateCustomFieldOptionsDescription:Updates the specified {@link CustomFieldOption} objects.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:updateCustomFieldOptionsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type updateCustomFieldOptionsUpdates the specified {@link CustomFieldOption} objects.
- customFieldOptions - optional, unbounded; type CustomFieldOptionAn option represents a permitted value for a custom field that has a {@link CustomField#dataType} of {@link CustomFieldDataType#DROP_DOWN}.
- id - optional; type longUnique ID of this option. This value is readonly and is assigned by Google.
- customFieldId - optional; type longThe id of the custom field this option belongs to.
- displayName - optional; type stringThe display name of this option.
- id - optional; type long
Output:updateCustomFieldOptionsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type updateCustomFieldOptionsResponse- rval - optional, unbounded; type CustomFieldOptionAn option represents a permitted value for a custom field that has a {@link CustomField#dataType} of {@link CustomFieldDataType#DROP_DOWN}.
- id - optional; type longUnique ID of this option. This value is readonly and is assigned by Google.
- customFieldId - optional; type longThe id of the custom field this option belongs to.
- displayName - optional; type stringThe display name of this option.
- id - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - customFieldOptions - optional, unbounded; type CustomFieldOption
- updateCustomFieldsDescription:Updates the specified {@link CustomField} objects.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:updateCustomFieldsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type updateCustomFieldsUpdates the specified {@link CustomField} objects.
- customFields - optional, unbounded; type CustomFieldAn additional, user-created field on an entity.
- id - optional; type longUnique ID of the {@code CustomField}. This value is readonly and is assigned by Google.
- name - optional; type stringName of the {@code CustomField}. This is value is required to create a custom field. The max length is 127 characters.
- description - optional; type stringA description of the custom field. This value is optional. The maximum length is 511 characters
- isActive - optional; type booleanSpecifies whether or not the custom fields is active. This attribute is read-only.
- entityType - optional; type CustomFieldEntityType - type string with restriction - enum { 'LINE_ITEM', 'ORDER', 'CREATIVE', 'PROPOSAL', 'PROPOSAL_LINE_ITEM', 'UNKNOWN' }The type of entity that this custom field is associated with. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- dataType - optional; type CustomFieldDataType - type string with restriction - enum { 'STRING', 'NUMBER', 'TOGGLE', 'DROP_DOWN', 'UNKNOWN' }The type of data this custom field contains. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- visibility - optional; type CustomFieldVisibility - type string with restriction - enum { 'UNKNOWN', 'API_ONLY', 'READ_ONLY', 'FULL' }How visible/accessible this field is in the UI.
- id - optional; type long
Output:updateCustomFieldsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type updateCustomFieldsResponse- rval - optional, unbounded; type CustomFieldAn additional, user-created field on an entity.
- id - optional; type longUnique ID of the {@code CustomField}. This value is readonly and is assigned by Google.
- name - optional; type stringName of the {@code CustomField}. This is value is required to create a custom field. The max length is 127 characters.
- description - optional; type stringA description of the custom field. This value is optional. The maximum length is 511 characters
- isActive - optional; type booleanSpecifies whether or not the custom fields is active. This attribute is read-only.
- entityType - optional; type CustomFieldEntityType - type string with restriction - enum { 'LINE_ITEM', 'ORDER', 'CREATIVE', 'PROPOSAL', 'PROPOSAL_LINE_ITEM', 'UNKNOWN' }The type of entity that this custom field is associated with. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- dataType - optional; type CustomFieldDataType - type string with restriction - enum { 'STRING', 'NUMBER', 'TOGGLE', 'DROP_DOWN', 'UNKNOWN' }The type of data this custom field contains. This attribute is read-only if there exists a {@link CustomFieldValue} for this field.
- visibility - optional; type CustomFieldVisibility - type string with restriction - enum { 'UNKNOWN', 'API_ONLY', 'READ_ONLY', 'FULL' }How visible/accessible this field is in the UI.
- id - optional; type long
Fault:ApiException (wsdlsoap:fault, use = literal)Source codeApiException type ApiExceptionFaultException class for holding a list of service errors.Base class for exceptions.- message - optional; type stringError message.
- errors - optional, unbounded; type ApiErrorThe API error base class that provides details about an error that occurred while processing a service request.
The OGNL field path is provided for parsers to identify the request data element that may have caused the error.
- fieldPath - optional; type stringThe OGNL field path to identify cause of error.
- fieldPathElements - optional, unbounded; type FieldPathElementA parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.A segment of a field path. Each dot in a field path defines a new segment.
- field - optional; type stringThe name of a field in lower camelcase. (e.g. "biddingStrategy")
- index - optional; type intFor list fields, this is a 0-indexed position in the list. Null for non-list fields.
- field - optional; type string
- trigger - optional; type stringThe data that caused the error.
- errorString - optional; type stringA simple string representation of the error and reason.
List of errors. - fieldPath - optional; type string
A fault element of type ApiException. - customFields - optional, unbounded; type CustomField
Port type CustomFieldServiceInterfaceSource code
WSDL source code
About wsdl-viewer.xsl
Author: tomi vanek
Download athttp://tomi.vanek.sk/xml/wsdl-viewer.xsl.
The transformation was inspired by the article
Uche Ogbuji: WSDL processing with XSLT