GlobalTypeAheadUSAPremium - Spectrum_OnDemand - main

Spectrum OnDemand Web Services (SOAP)

Product type
Software
Portfolio
Verify
Product family
Product
Spectrum OnDemand
Version
main
Language
English
Product name
Spectrum OnDemand
Title
Spectrum OnDemand Web Services (SOAP)
First publish date
2006

Resource URL

https://OnDemandServer/soap/GlobalTypeAheadUSAPremium

For a list of Spectrum OnDemand servers, see Connecting to Spectrum OnDemand Servers.

Example

The following shows a SOAP request:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://www.pb.com/spectrum/services/GlobalTypeAheadUSAPremium">
   <soapenv:Header/>
   <soapenv:Body>
      <glob:GlobalTypeAheadUSAPremiumRequest>
         <!--Optional:-->
         <glob:options>
          <!--Optional:-->
         </glob:options>
         <glob:Input>
            <!--Zero or more repetitions:-->
            <glob:Row>
               <!--You may enter the following 7 items in any order-->
               <!--Optional:-->
               <glob:AddressLine1>po box 534, dayton, oh 45404</glob:AddressLine1>
               <!--Optional:-->
               <glob:City></glob:City>
               <!--Optional:-->
               <glob:StateProvince></glob:StateProvince>
               <!--Optional:-->
               <glob:PostCode></glob:PostCode>
               <!--Optional:-->
               <glob:InstanceKey></glob:InstanceKey>
               <!--Optional:-->
               <glob:PostalCode></glob:PostalCode>
               <!--Optional:-->
               <glob:user_fields>
                  <!--Zero or more repetitions:-->
                  <glob:user_field>
                     <glob:name></glob:name>
                     <glob:value></glob:value>
                  </glob:user_field>
               </glob:user_fields>
            </glob:Row>
         </glob:Input>
      </glob:GlobalTypeAheadUSAPremiumRequest>
   </soapenv:Body>
</soapenv:Envelope>

This would be the response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns3:GlobalTypeAheadUSAPremiumResponse xmlns:ns2="http://spectrum.pb.com/" xmlns:ns3="http://www.pb.com/spectrum/services/GlobalTypeAheadUSAPremium">
         <ns3:Output>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 534</ns3:AddressLine1>
               <ns3:StateProvince>OH</ns3:StateProvince>
               <ns3:PostalCode>45404-0534</ns3:PostalCode>
               <ns3:City>Dayton</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMTMTYyMjM3NjM1ODQ1NAMT02Mz</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 534, Dayton, OH, 45404-0534</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:PostalCode.AddOn>0534</ns3:PostalCode.AddOn>
               <ns3:HouseNumber/>
               <ns3:ApartmentLabel/>
               <ns3:AddressLine2/>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
         </ns3:Output>
      </ns3:GlobalTypeAheadUSAPremiumResponse>
   </soap:Body>
</soap:Envelope>