Web Service: MobileApplicationService
Port MobileApplicationServiceInterfacePort Port typeSource code
- createMobileApplicationsDetailSource code
- getMobileApplicationsByStatementDetailSource code
- performMobileApplicationActionDetailSource code
- updateMobileApplicationsDetailSource code
Operations
- createMobileApplicationsDescription:Creates and claims {@link MobileApplication mobile applications} to be used for targeting in the network.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:createMobileApplicationsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type createMobileApplicationsCreates and claims {@link MobileApplication mobile applications} to be used for targeting in the network.
- mobileApplications - optional, unbounded; type MobileApplicationA mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.
- id - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed.
- applicationId - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. The {@link #id} field is being deprecated in favor of this new ID space.
- displayName - optional; type stringThe display name of the mobile application. This attribute is required and has a maximum length of 255 characters.
- appStoreId - optional; type stringThe app store ID of the app to claim. This attribute is required for creation and then is read-only.
- appStores - optional, unbounded; type MobileApplicationStore - type string with restriction - enum { 'UNKNOWN', 'APPLE_ITUNES', 'GOOGLE_PLAY', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'AMAZON_APP_STORE', 'OPPO_APP_STORE', 'SAMSUNG_APP_STORE', 'VIVO_APP_STORE', 'XIAOMI_APP_STORE', 'LG_TV' }The app stores the mobile application belongs to. This attribute is required for creation and is mutable to allow for third party app store linking.
- isArchived - optional; type booleanThe archival status of the mobile application. This attribute is read-only.
- appStoreName - optional; type stringThe name of the application on the app store. This attribute is read-only and populated by Google.
- applicationCode - optional; type stringThe application code used to identify the app in the SDK. This attribute is read-only and populated by Google.
Note that the UI refers to this as "App ID".
- developerName - optional; type stringThe name of the developer of the mobile application. This attribute is read-only and populated by Google.
- platform - optional; type MobileApplicationPlatform - type string with restriction - enum { 'UNKNOWN', 'ANDROID', 'IOS', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'LG_TV' }The platform the mobile application runs on. This attribute is read-only and populated by Google.
- isFree - optional; type booleanWhether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google.
- downloadUrl - optional; type stringThe download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google.
- approvalStatus - optional; type MobileApplication.ApprovalStatus - type string with restriction - enum { 'UNKNOWN', 'DRAFT', 'UNCHECKED', 'APPROVED', 'DISAPPROVED', 'APPEALING' }The approval status for the mobile application.
- id - optional; type long
Output:createMobileApplicationsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type createMobileApplicationsResponse- rval - optional, unbounded; type MobileApplicationA mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.
- id - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed.
- applicationId - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. The {@link #id} field is being deprecated in favor of this new ID space.
- displayName - optional; type stringThe display name of the mobile application. This attribute is required and has a maximum length of 255 characters.
- appStoreId - optional; type stringThe app store ID of the app to claim. This attribute is required for creation and then is read-only.
- appStores - optional, unbounded; type MobileApplicationStore - type string with restriction - enum { 'UNKNOWN', 'APPLE_ITUNES', 'GOOGLE_PLAY', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'AMAZON_APP_STORE', 'OPPO_APP_STORE', 'SAMSUNG_APP_STORE', 'VIVO_APP_STORE', 'XIAOMI_APP_STORE', 'LG_TV' }The app stores the mobile application belongs to. This attribute is required for creation and is mutable to allow for third party app store linking.
- isArchived - optional; type booleanThe archival status of the mobile application. This attribute is read-only.
- appStoreName - optional; type stringThe name of the application on the app store. This attribute is read-only and populated by Google.
- applicationCode - optional; type stringThe application code used to identify the app in the SDK. This attribute is read-only and populated by Google.
Note that the UI refers to this as "App ID".
- developerName - optional; type stringThe name of the developer of the mobile application. This attribute is read-only and populated by Google.
- platform - optional; type MobileApplicationPlatform - type string with restriction - enum { 'UNKNOWN', 'ANDROID', 'IOS', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'LG_TV' }The platform the mobile application runs on. This attribute is read-only and populated by Google.
- isFree - optional; type booleanWhether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google.
- downloadUrl - optional; type stringThe download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google.
- approvalStatus - optional; type MobileApplication.ApprovalStatus - type string with restriction - enum { 'UNKNOWN', 'DRAFT', 'UNCHECKED', 'APPROVED', 'DISAPPROVED', 'APPEALING' }The approval status for the mobile application.
- 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. - mobileApplications - optional, unbounded; type MobileApplication
- getMobileApplicationsByStatementDescription:Gets a {@link MobileApplicationPage mobileApplicationPage} of {@link MobileApplication mobile applications} that satisfy the given {@link Statement}. The following fields are supported for filtering:
PQL Property Object Property {@code id} {@link MobileApplication#id} {@code displayName} {@link MobileApplication#displayName} {@code appStore} {@link MobileApplication#appStore} {@code mobileApplicationExternalId} {@link MobileApplication#appStoreId} {@code isArchived} {@link MobileApplication#isArchived} Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:getMobileApplicationsByStatementRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type getMobileApplicationsByStatementGets a {@link MobileApplicationPage mobileApplicationPage} of {@link MobileApplication mobile applications} that satisfy the given {@link Statement}. The following fields are supported for filtering:PQL Property Object Property {@code id} {@link MobileApplication#id} {@code displayName} {@link MobileApplication#displayName} {@code appStore} {@link MobileApplication#appStore} {@code mobileApplicationExternalId} {@link MobileApplication#appStoreId} {@code isArchived} {@link MobileApplication#isArchived} - 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:getMobileApplicationsByStatementResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type getMobileApplicationsByStatementResponse- rval - optional; type MobileApplicationPageCaptures a page of {@link MobileApplication mobile applications}.
- 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 MobileApplicationA mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.
- id - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed.
- applicationId - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. The {@link #id} field is being deprecated in favor of this new ID space.
- displayName - optional; type stringThe display name of the mobile application. This attribute is required and has a maximum length of 255 characters.
- appStoreId - optional; type stringThe app store ID of the app to claim. This attribute is required for creation and then is read-only.
- appStores - optional, unbounded; type MobileApplicationStore - type string with restriction - enum { 'UNKNOWN', 'APPLE_ITUNES', 'GOOGLE_PLAY', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'AMAZON_APP_STORE', 'OPPO_APP_STORE', 'SAMSUNG_APP_STORE', 'VIVO_APP_STORE', 'XIAOMI_APP_STORE', 'LG_TV' }The app stores the mobile application belongs to. This attribute is required for creation and is mutable to allow for third party app store linking.
- isArchived - optional; type booleanThe archival status of the mobile application. This attribute is read-only.
- appStoreName - optional; type stringThe name of the application on the app store. This attribute is read-only and populated by Google.
- applicationCode - optional; type stringThe application code used to identify the app in the SDK. This attribute is read-only and populated by Google.
Note that the UI refers to this as "App ID".
- developerName - optional; type stringThe name of the developer of the mobile application. This attribute is read-only and populated by Google.
- platform - optional; type MobileApplicationPlatform - type string with restriction - enum { 'UNKNOWN', 'ANDROID', 'IOS', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'LG_TV' }The platform the mobile application runs on. This attribute is read-only and populated by Google.
- isFree - optional; type booleanWhether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google.
- downloadUrl - optional; type stringThe download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google.
- approvalStatus - optional; type MobileApplication.ApprovalStatus - type string with restriction - enum { 'UNKNOWN', 'DRAFT', 'UNCHECKED', 'APPROVED', 'DISAPPROVED', 'APPEALING' }The approval status for the mobile application.
The collection of mobile applications 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
- performMobileApplicationActionDescription:Performs an action on {@link MobileApplication mobile applications}.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:performMobileApplicationActionRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type performMobileApplicationActionPerforms an action on {@link MobileApplication mobile applications}.
- mobileApplicationAction - optional; type MobileApplicationActionRepresents the actions that can be performed on {@link MobileApplication mobile applications}.
- 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:performMobileApplicationActionResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type performMobileApplicationActionResponse- 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. - mobileApplicationAction - optional; type MobileApplicationAction
- updateMobileApplicationsDescription:Updates the specified {@link MobileApplication mobile applications}.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:updateMobileApplicationsRequest (wsdlsoap:header, use = literal, part = RequestHeader)Source codeparameters type updateMobileApplicationsUpdates the specified {@link MobileApplication mobile applications}.
- mobileApplications - optional, unbounded; type MobileApplicationA mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.
- id - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed.
- applicationId - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. The {@link #id} field is being deprecated in favor of this new ID space.
- displayName - optional; type stringThe display name of the mobile application. This attribute is required and has a maximum length of 255 characters.
- appStoreId - optional; type stringThe app store ID of the app to claim. This attribute is required for creation and then is read-only.
- appStores - optional, unbounded; type MobileApplicationStore - type string with restriction - enum { 'UNKNOWN', 'APPLE_ITUNES', 'GOOGLE_PLAY', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'AMAZON_APP_STORE', 'OPPO_APP_STORE', 'SAMSUNG_APP_STORE', 'VIVO_APP_STORE', 'XIAOMI_APP_STORE', 'LG_TV' }The app stores the mobile application belongs to. This attribute is required for creation and is mutable to allow for third party app store linking.
- isArchived - optional; type booleanThe archival status of the mobile application. This attribute is read-only.
- appStoreName - optional; type stringThe name of the application on the app store. This attribute is read-only and populated by Google.
- applicationCode - optional; type stringThe application code used to identify the app in the SDK. This attribute is read-only and populated by Google.
Note that the UI refers to this as "App ID".
- developerName - optional; type stringThe name of the developer of the mobile application. This attribute is read-only and populated by Google.
- platform - optional; type MobileApplicationPlatform - type string with restriction - enum { 'UNKNOWN', 'ANDROID', 'IOS', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'LG_TV' }The platform the mobile application runs on. This attribute is read-only and populated by Google.
- isFree - optional; type booleanWhether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google.
- downloadUrl - optional; type stringThe download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google.
- approvalStatus - optional; type MobileApplication.ApprovalStatus - type string with restriction - enum { 'UNKNOWN', 'DRAFT', 'UNCHECKED', 'APPROVED', 'DISAPPROVED', 'APPEALING' }The approval status for the mobile application.
- id - optional; type long
Output:updateMobileApplicationsResponse (wsdlsoap:header, use = literal, part = ResponseHeader)Source codeparameters type updateMobileApplicationsResponse- rval - optional, unbounded; type MobileApplicationA mobile application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.
- id - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed.
- applicationId - optional; type longUniquely identifies the mobile application. This attribute is read-only and is assigned by Google when a mobile application is claimed. The {@link #id} field is being deprecated in favor of this new ID space.
- displayName - optional; type stringThe display name of the mobile application. This attribute is required and has a maximum length of 255 characters.
- appStoreId - optional; type stringThe app store ID of the app to claim. This attribute is required for creation and then is read-only.
- appStores - optional, unbounded; type MobileApplicationStore - type string with restriction - enum { 'UNKNOWN', 'APPLE_ITUNES', 'GOOGLE_PLAY', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'AMAZON_APP_STORE', 'OPPO_APP_STORE', 'SAMSUNG_APP_STORE', 'VIVO_APP_STORE', 'XIAOMI_APP_STORE', 'LG_TV' }The app stores the mobile application belongs to. This attribute is required for creation and is mutable to allow for third party app store linking.
- isArchived - optional; type booleanThe archival status of the mobile application. This attribute is read-only.
- appStoreName - optional; type stringThe name of the application on the app store. This attribute is read-only and populated by Google.
- applicationCode - optional; type stringThe application code used to identify the app in the SDK. This attribute is read-only and populated by Google.
Note that the UI refers to this as "App ID".
- developerName - optional; type stringThe name of the developer of the mobile application. This attribute is read-only and populated by Google.
- platform - optional; type MobileApplicationPlatform - type string with restriction - enum { 'UNKNOWN', 'ANDROID', 'IOS', 'ROKU', 'AMAZON_FIRETV', 'PLAYSTATION', 'XBOX', 'SAMSUNG_TV', 'LG_TV' }The platform the mobile application runs on. This attribute is read-only and populated by Google.
- isFree - optional; type booleanWhether the mobile application is free on the app store it belongs to. This attribute is read-only and populated by Google.
- downloadUrl - optional; type stringThe download URL of the mobile application on the app store it belongs to. This attribute is read-only and populated by Google.
- approvalStatus - optional; type MobileApplication.ApprovalStatus - type string with restriction - enum { 'UNKNOWN', 'DRAFT', 'UNCHECKED', 'APPROVED', 'DISAPPROVED', 'APPEALING' }The approval status for the mobile application.
- 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. - mobileApplications - optional, unbounded; type MobileApplication
Port type MobileApplicationServiceInterfaceSource 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