GlobalTypeAheadUSCANPremium - Spectrum_OnDemand - Latest

Spectrum OnDemand Web Services (SOAP)

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

Resource URL

https://OnDemandServer/soap/GlobalTypeAheadUSCANPremium

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/GlobalTypeAheadUSCANPremium">
   <soapenv:Header/>
   <soapenv:Body>
      <glob:GlobalTypeAheadUSCANPremiumRequest>
         <!--Optional:-->
         <glob:options/>
         <!--Optional:-->
         <glob:Input>
            <!--Zero or more repetitions:-->
            <glob:Row>
               <!--You may enter the following 7 items in any order-->
               <!--Optional:-->
               <glob:AddressLine1>PO BOX 4001 STN A, VICTORIA</glob:AddressLine1>
               <!--Optional:-->
               <glob:City></glob:City>
               <!--Optional:-->
               <glob:StateProvince></glob:StateProvince>
               <!--Optional:-->
               <glob:PostCode></glob:PostCode>
               <!--Optional:-->
               <glob:InstanceKey></glob:InstanceKey>
               <!--Optional:-->
               <glob:Country>Canada</glob:Country>
               <!--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:GlobalTypeAheadUSCANPremiumRequest>
   </soapenv:Body>
</soapenv:Envelope>

This would be the response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns3:GlobalTypeAheadUSCANPremiumResponse xmlns:ns2="http://spectrum.pb.com/" xmlns:ns3="http://www.pb.com/spectrum/services/GlobalTypeAheadUSCANPremium">
         <ns3:Output>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4000 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4000 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4001 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4001 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4002 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4002 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4003 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4003 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4004 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4004 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4005 Stn Central</ns3:AddressLine1>
              <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4005 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4006 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4006 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4007 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4007 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4008 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4008 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
            <ns3:Row>
               <ns3:AddressLine1>PO Box 4009 Stn Central</ns3:AddressLine1>
               <ns3:StateProvince>BC</ns3:StateProvince>
               <ns3:PostalCode>V8W 0E6</ns3:PostalCode>
               <ns3:City>Victoria</ns3:City>
               <ns3:ProcessedBy>GTAS</ns3:ProcessedBy>
               <ns3:InstanceKey>ACUjMjMTYyMjM3NjcwMTk1NgMj02Mj</ns3:InstanceKey>
               <ns3:FirmName/>
               <ns3:FormattedAddress>PO Box 4009 Stn Central, Victoria, BC, V8W 0E6</ns3:FormattedAddress>
               <ns3:Ranges/>
               <ns3:Country>Canada</ns3:Country>
               <ns3:user_fields>
                  <ns3:user_field>
                     <ns3:name/>
                     <ns3:value/>
                  </ns3:user_field>
               </ns3:user_fields>
            </ns3:Row>
         </ns3:Output>
      </ns3:GlobalTypeAheadUSCANPremiumResponse>
   </soap:Body>
</soap:Envelope>