FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: returnShortCodeResponse

Description

A returnShortCodeResponse message contains an element of returnShortCodeResponseType.

Derived By

Type returnShortCodeResponseType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
statusInfo  StatusInfoType  1..1 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—The request was processed.

  • FAILURE—The request was not processed.

reason
string
Gives reason if failure.
 
failedData  failedReturnShortCodeDataType  0..1  Information about a short code return response that was not generated is listed in the failedData element. See failedReturnShortCodeDataType.
responseData  returnedShortCodeDataType  0..1  Information about a short code return response that was generated is listed in the responseData element. responseData contains a shortCode return response string. This response is delivered back to the customer to enter into an activation utility.
Referenced By
Name  Type 
returnShortCode  Method 
XML Example

The following XML fragment illustrates a successful returnShortCodeResponse message:

<returnShortCodeResponse>
   <statusInfo>
      <status>SUCCESS</status>
   </statusInfo>
   <responseData>
      <shortCode>...</shortCode>
   </responseData>
</returnShortCodeResponse>