Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:FetchTokenRequestType"
Namespace:
Content:
complex, 12 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves an authentication token for a user.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:FetchTokenRequestType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="FetchTokenRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="SecretID" type="xs:string"/>
<xs:element minOccurs="0" name="SessionID" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/13)
ns:SecretID
Type:
xs:string, predefined, simple content
A value associated with the token retrieval request. SecretID is defined by the application, and is passed in the redirect URL to the eBay sign-in page. eBay recommends using a UUID for the secret ID value. You must also set Username (part of the RequesterCredentials) for the particular user of interest. SecretID and Username are not required if SessionID is present.
XML Representation Summary
<ns:SecretID>
   
Content: 
{ xs:string }
</ns:SecretID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SecretID" type="xs:string"/>

ns:SessionID
Type:
xs:string, predefined, simple content
A value associated with the token retrieval request. eBay generates the session ID when the application makes a GetSessionID request. SessionID is passed in the redirect URL to the eBay sign-in page. The advantage of using SessionID is that it does not require UserID as part of the FetchToken request. SessionID is not required if SecretID is present.
XML Representation Summary
<ns:SessionID>
   
Content: 
{ xs:string }
</ns:SessionID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SessionID" type="xs:string"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.