GTA_PUB_WS


Click here for a complete list of operations.

GetConfigurationBySearchParameters

Returns a Configuration object or array of objects

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /GTA_PUB_WS.asmx HTTP/1.1
Host: gtapubwebservice.umusic.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "UniversalMusic.com/WebServices/GetConfigurationBySearchParameters"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetConfigurationBySearchParameters xmlns="UniversalMusic.com/WebServices/">
      <Configuration>
        <Description>string</Description>
        <GtaCarrierCode>string</GtaCarrierCode>
        <IsacConfigurationCode>string</IsacConfigurationCode>
        <Status>string</Status>
      </Configuration>
    </GetConfigurationBySearchParameters>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetConfigurationBySearchParametersResponse xmlns="UniversalMusic.com/WebServices/">
      <GetConfigurationBySearchParametersResult>
        <ConfigurationResult>
          <GtaConfigurationID>string</GtaConfigurationID>
          <GtaCarrierCode>string</GtaCarrierCode>
          <TechnicalDescription>string</TechnicalDescription>
          <AudioInd>string</AudioInd>
          <VideoInd>string</VideoInd>
          <DigitalInd>string</DigitalInd>
          <GtaProductGroupCode>string</GtaProductGroupCode>
          <GtaAudioFormatCode>string</GtaAudioFormatCode>
          <GtaNumberOfSides>string</GtaNumberOfSides>
          <GtaDiameterCode>string</GtaDiameterCode>
          <GtaProgramDesc1Code>string</GtaProgramDesc1Code>
          <GtaProgramDesc2Code>string</GtaProgramDesc2Code>
          <GtaSpeedCode>string</GtaSpeedCode>
          <CopyrightSPopCode>string</CopyrightSPopCode>
          <CopyrightSClassicCode>string</CopyrightSClassicCode>
          <IsacConfigurationCode>string</IsacConfigurationCode>
          <Description>string</Description>
          <Status>string</Status>
        </ConfigurationResult>
        <ConfigurationResult>
          <GtaConfigurationID>string</GtaConfigurationID>
          <GtaCarrierCode>string</GtaCarrierCode>
          <TechnicalDescription>string</TechnicalDescription>
          <AudioInd>string</AudioInd>
          <VideoInd>string</VideoInd>
          <DigitalInd>string</DigitalInd>
          <GtaProductGroupCode>string</GtaProductGroupCode>
          <GtaAudioFormatCode>string</GtaAudioFormatCode>
          <GtaNumberOfSides>string</GtaNumberOfSides>
          <GtaDiameterCode>string</GtaDiameterCode>
          <GtaProgramDesc1Code>string</GtaProgramDesc1Code>
          <GtaProgramDesc2Code>string</GtaProgramDesc2Code>
          <GtaSpeedCode>string</GtaSpeedCode>
          <CopyrightSPopCode>string</CopyrightSPopCode>
          <CopyrightSClassicCode>string</CopyrightSClassicCode>
          <IsacConfigurationCode>string</IsacConfigurationCode>
          <Description>string</Description>
          <Status>string</Status>
        </ConfigurationResult>
      </GetConfigurationBySearchParametersResult>
    </GetConfigurationBySearchParametersResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /GTA_PUB_WS.asmx HTTP/1.1
Host: gtapubwebservice.umusic.net
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetConfigurationBySearchParameters xmlns="UniversalMusic.com/WebServices/">
      <Configuration>
        <Description>string</Description>
        <GtaCarrierCode>string</GtaCarrierCode>
        <IsacConfigurationCode>string</IsacConfigurationCode>
        <Status>string</Status>
      </Configuration>
    </GetConfigurationBySearchParameters>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetConfigurationBySearchParametersResponse xmlns="UniversalMusic.com/WebServices/">
      <GetConfigurationBySearchParametersResult>
        <ConfigurationResult>
          <GtaConfigurationID>string</GtaConfigurationID>
          <GtaCarrierCode>string</GtaCarrierCode>
          <TechnicalDescription>string</TechnicalDescription>
          <AudioInd>string</AudioInd>
          <VideoInd>string</VideoInd>
          <DigitalInd>string</DigitalInd>
          <GtaProductGroupCode>string</GtaProductGroupCode>
          <GtaAudioFormatCode>string</GtaAudioFormatCode>
          <GtaNumberOfSides>string</GtaNumberOfSides>
          <GtaDiameterCode>string</GtaDiameterCode>
          <GtaProgramDesc1Code>string</GtaProgramDesc1Code>
          <GtaProgramDesc2Code>string</GtaProgramDesc2Code>
          <GtaSpeedCode>string</GtaSpeedCode>
          <CopyrightSPopCode>string</CopyrightSPopCode>
          <CopyrightSClassicCode>string</CopyrightSClassicCode>
          <IsacConfigurationCode>string</IsacConfigurationCode>
          <Description>string</Description>
          <Status>string</Status>
        </ConfigurationResult>
        <ConfigurationResult>
          <GtaConfigurationID>string</GtaConfigurationID>
          <GtaCarrierCode>string</GtaCarrierCode>
          <TechnicalDescription>string</TechnicalDescription>
          <AudioInd>string</AudioInd>
          <VideoInd>string</VideoInd>
          <DigitalInd>string</DigitalInd>
          <GtaProductGroupCode>string</GtaProductGroupCode>
          <GtaAudioFormatCode>string</GtaAudioFormatCode>
          <GtaNumberOfSides>string</GtaNumberOfSides>
          <GtaDiameterCode>string</GtaDiameterCode>
          <GtaProgramDesc1Code>string</GtaProgramDesc1Code>
          <GtaProgramDesc2Code>string</GtaProgramDesc2Code>
          <GtaSpeedCode>string</GtaSpeedCode>
          <CopyrightSPopCode>string</CopyrightSPopCode>
          <CopyrightSClassicCode>string</CopyrightSClassicCode>
          <IsacConfigurationCode>string</IsacConfigurationCode>
          <Description>string</Description>
          <Status>string</Status>
        </ConfigurationResult>
      </GetConfigurationBySearchParametersResult>
    </GetConfigurationBySearchParametersResponse>
  </soap12:Body>
</soap12:Envelope>