CensusIntersectionService_V03_01
Click here for a complete list of operations.
GetCensusIntersectionWithoutState
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /Services/CensusIntersection/WebService/CensusIntersectionWebService_V03_01.asmx HTTP/1.1
Host: geoservices.tamu.edu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://geoservices.tamu.edu/GetCensusIntersectionWithoutState"
<?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>
<GetCensusIntersectionWithoutState xmlns="http://geoservices.tamu.edu/">
<longitude>double</longitude>
<latitude>double</latitude>
<censusYear>Unknown or NineteenNinety or TwoThousand or TwoThousandTen or AllAvailable</censusYear>
<apiKey>string</apiKey>
<version>double</version>
<shouldNotStore>boolean</shouldNotStore>
</GetCensusIntersectionWithoutState>
</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>
<GetCensusIntersectionWithoutStateResponse xmlns="http://geoservices.tamu.edu/">
<GetCensusIntersectionWithoutStateResult>
<TransactionId>string</TransactionId>
<QueryStatusCodes>Unknown or Success or Failure or InternalError or APIKeyError or APIKeyMissing or APIKeyInvalid or APIKeyNotActivated or NonProfitError or NonProfitNotConfirmed or QueryError or QueryParameterMissing or QueryRestrictedCoverage or QuotaExceededError or QuotaExceededAnonymous or QuotaExceededPaid or VersionInvalid or VersionMissing</QueryStatusCodes>
<QueryStatusCodeName>string</QueryStatusCodeName>
<QueryStatusCodeValue>int</QueryStatusCodeValue>
<ErrorMessage>string</ErrorMessage>
<TimeTaken>double</TimeTaken>
<CensusYear>Unknown or NineteenNinety or TwoThousand or TwoThousandTen or AllAvailable</CensusYear>
<CensusStateFips>string</CensusStateFips>
<CensusCountyFips>string</CensusCountyFips>
<CensusTract>string</CensusTract>
<CensusBlockGroup>string</CensusBlockGroup>
<CensusBlock>string</CensusBlock>
<CensusPlaceFips>string</CensusPlaceFips>
<CensusMcdFips>string</CensusMcdFips>
<CensusMsaFips>string</CensusMsaFips>
<CensusMetDivFips>string</CensusMetDivFips>
<CensusCbsaFips>string</CensusCbsaFips>
<CensusCbsaMicro>string</CensusCbsaMicro>
<ExceptionOccured>boolean</ExceptionOccured>
<ExceptionMessage>string</ExceptionMessage>
</GetCensusIntersectionWithoutStateResult>
</GetCensusIntersectionWithoutStateResponse>
</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 /Services/CensusIntersection/WebService/CensusIntersectionWebService_V03_01.asmx HTTP/1.1
Host: geoservices.tamu.edu
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>
<GetCensusIntersectionWithoutState xmlns="http://geoservices.tamu.edu/">
<longitude>double</longitude>
<latitude>double</latitude>
<censusYear>Unknown or NineteenNinety or TwoThousand or TwoThousandTen or AllAvailable</censusYear>
<apiKey>string</apiKey>
<version>double</version>
<shouldNotStore>boolean</shouldNotStore>
</GetCensusIntersectionWithoutState>
</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>
<GetCensusIntersectionWithoutStateResponse xmlns="http://geoservices.tamu.edu/">
<GetCensusIntersectionWithoutStateResult>
<TransactionId>string</TransactionId>
<QueryStatusCodes>Unknown or Success or Failure or InternalError or APIKeyError or APIKeyMissing or APIKeyInvalid or APIKeyNotActivated or NonProfitError or NonProfitNotConfirmed or QueryError or QueryParameterMissing or QueryRestrictedCoverage or QuotaExceededError or QuotaExceededAnonymous or QuotaExceededPaid or VersionInvalid or VersionMissing</QueryStatusCodes>
<QueryStatusCodeName>string</QueryStatusCodeName>
<QueryStatusCodeValue>int</QueryStatusCodeValue>
<ErrorMessage>string</ErrorMessage>
<TimeTaken>double</TimeTaken>
<CensusYear>Unknown or NineteenNinety or TwoThousand or TwoThousandTen or AllAvailable</CensusYear>
<CensusStateFips>string</CensusStateFips>
<CensusCountyFips>string</CensusCountyFips>
<CensusTract>string</CensusTract>
<CensusBlockGroup>string</CensusBlockGroup>
<CensusBlock>string</CensusBlock>
<CensusPlaceFips>string</CensusPlaceFips>
<CensusMcdFips>string</CensusMcdFips>
<CensusMsaFips>string</CensusMsaFips>
<CensusMetDivFips>string</CensusMetDivFips>
<CensusCbsaFips>string</CensusCbsaFips>
<CensusCbsaMicro>string</CensusCbsaMicro>
<ExceptionOccured>boolean</ExceptionOccured>
<ExceptionMessage>string</ExceptionMessage>
</GetCensusIntersectionWithoutStateResult>
</GetCensusIntersectionWithoutStateResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Services/CensusIntersection/WebService/CensusIntersectionWebService_V03_01.asmx/GetCensusIntersectionWithoutState?longitude=string&latitude=string&censusYear=string&apiKey=string&version=string&shouldNotStore=string HTTP/1.1 Host: geoservices.tamu.edu
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <WebServiceCensusIntersectionQueryResult xmlns="http://geoservices.tamu.edu/"> <TransactionId>string</TransactionId> <QueryStatusCodes>Unknown or Success or Failure or InternalError or APIKeyError or APIKeyMissing or APIKeyInvalid or APIKeyNotActivated or NonProfitError or NonProfitNotConfirmed or QueryError or QueryParameterMissing or QueryRestrictedCoverage or QuotaExceededError or QuotaExceededAnonymous or QuotaExceededPaid or VersionInvalid or VersionMissing</QueryStatusCodes> <QueryStatusCodeName>string</QueryStatusCodeName> <QueryStatusCodeValue>int</QueryStatusCodeValue> <ErrorMessage>string</ErrorMessage> <TimeTaken>double</TimeTaken> <CensusYear>Unknown or NineteenNinety or TwoThousand or TwoThousandTen or AllAvailable</CensusYear> <CensusStateFips>string</CensusStateFips> <CensusCountyFips>string</CensusCountyFips> <CensusTract>string</CensusTract> <CensusBlockGroup>string</CensusBlockGroup> <CensusBlock>string</CensusBlock> <CensusPlaceFips>string</CensusPlaceFips> <CensusMcdFips>string</CensusMcdFips> <CensusMsaFips>string</CensusMsaFips> <CensusMetDivFips>string</CensusMetDivFips> <CensusCbsaFips>string</CensusCbsaFips> <CensusCbsaMicro>string</CensusCbsaMicro> <ExceptionOccured>boolean</ExceptionOccured> <ExceptionMessage>string</ExceptionMessage> </WebServiceCensusIntersectionQueryResult>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Services/CensusIntersection/WebService/CensusIntersectionWebService_V03_01.asmx/GetCensusIntersectionWithoutState HTTP/1.1 Host: geoservices.tamu.edu Content-Type: application/x-www-form-urlencoded Content-Length: length longitude=string&latitude=string&censusYear=string&apiKey=string&version=string&shouldNotStore=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <WebServiceCensusIntersectionQueryResult xmlns="http://geoservices.tamu.edu/"> <TransactionId>string</TransactionId> <QueryStatusCodes>Unknown or Success or Failure or InternalError or APIKeyError or APIKeyMissing or APIKeyInvalid or APIKeyNotActivated or NonProfitError or NonProfitNotConfirmed or QueryError or QueryParameterMissing or QueryRestrictedCoverage or QuotaExceededError or QuotaExceededAnonymous or QuotaExceededPaid or VersionInvalid or VersionMissing</QueryStatusCodes> <QueryStatusCodeName>string</QueryStatusCodeName> <QueryStatusCodeValue>int</QueryStatusCodeValue> <ErrorMessage>string</ErrorMessage> <TimeTaken>double</TimeTaken> <CensusYear>Unknown or NineteenNinety or TwoThousand or TwoThousandTen or AllAvailable</CensusYear> <CensusStateFips>string</CensusStateFips> <CensusCountyFips>string</CensusCountyFips> <CensusTract>string</CensusTract> <CensusBlockGroup>string</CensusBlockGroup> <CensusBlock>string</CensusBlock> <CensusPlaceFips>string</CensusPlaceFips> <CensusMcdFips>string</CensusMcdFips> <CensusMsaFips>string</CensusMsaFips> <CensusMetDivFips>string</CensusMetDivFips> <CensusCbsaFips>string</CensusCbsaFips> <CensusCbsaMicro>string</CensusCbsaMicro> <ExceptionOccured>boolean</ExceptionOccured> <ExceptionMessage>string</ExceptionMessage> </WebServiceCensusIntersectionQueryResult>