SAVI_DATA
Click here for a complete list of operations.
GetDataYearRefLayerIDGeographyColumnNameByCOLID
Returns the all function information by categories for a given process type and can be filtered by parent categories.
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 /savi_service/SAVI_DATA.asmx HTTP/1.1 Host: beta.savi.org Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetDataYearRefLayerIDGeographyColumnNameByCOLID" <?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> <GetDataYearRefLayerIDGeographyColumnNameByCOLID xmlns="http://tempuri.org/"> <ApplicationID>int</ApplicationID> <DeliveryPackageID>int</DeliveryPackageID> <IMS_CLS_COLUMNID>int</IMS_CLS_COLUMNID> <CLS_COLUMNID>string</CLS_COLUMNID> <GROUP_COLUMNID>string</GROUP_COLUMNID> <DATAYEAR>int</DATAYEAR> <REF_LAYER_CLASSID>int</REF_LAYER_CLASSID> <GEOGRAPHY_COLUMNNAME>string</GEOGRAPHY_COLUMNNAME> <NORMALIZATION_DISPLAYLABEL>string</NORMALIZATION_DISPLAYLABEL> <GEOGRAPHY>string</GEOGRAPHY> <FUNCTION_DISPLAYLABEL>string</FUNCTION_DISPLAYLABEL> <UNIT_LABEL>string</UNIT_LABEL> <ServicePassword>string</ServicePassword> <ErrorDescription>string</ErrorDescription> </GetDataYearRefLayerIDGeographyColumnNameByCOLID> </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> <GetDataYearRefLayerIDGeographyColumnNameByCOLIDResponse xmlns="http://tempuri.org/"> <GetDataYearRefLayerIDGeographyColumnNameByCOLIDResult>boolean</GetDataYearRefLayerIDGeographyColumnNameByCOLIDResult> <CLS_COLUMNID>string</CLS_COLUMNID> <GROUP_COLUMNID>string</GROUP_COLUMNID> <DATAYEAR>int</DATAYEAR> <REF_LAYER_CLASSID>int</REF_LAYER_CLASSID> <GEOGRAPHY_COLUMNNAME>string</GEOGRAPHY_COLUMNNAME> <NORMALIZATION_DISPLAYLABEL>string</NORMALIZATION_DISPLAYLABEL> <GEOGRAPHY>string</GEOGRAPHY> <FUNCTION_DISPLAYLABEL>string</FUNCTION_DISPLAYLABEL> <UNIT_LABEL>string</UNIT_LABEL> <ErrorDescription>string</ErrorDescription> </GetDataYearRefLayerIDGeographyColumnNameByCOLIDResponse> </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 /savi_service/SAVI_DATA.asmx HTTP/1.1 Host: beta.savi.org 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> <GetDataYearRefLayerIDGeographyColumnNameByCOLID xmlns="http://tempuri.org/"> <ApplicationID>int</ApplicationID> <DeliveryPackageID>int</DeliveryPackageID> <IMS_CLS_COLUMNID>int</IMS_CLS_COLUMNID> <CLS_COLUMNID>string</CLS_COLUMNID> <GROUP_COLUMNID>string</GROUP_COLUMNID> <DATAYEAR>int</DATAYEAR> <REF_LAYER_CLASSID>int</REF_LAYER_CLASSID> <GEOGRAPHY_COLUMNNAME>string</GEOGRAPHY_COLUMNNAME> <NORMALIZATION_DISPLAYLABEL>string</NORMALIZATION_DISPLAYLABEL> <GEOGRAPHY>string</GEOGRAPHY> <FUNCTION_DISPLAYLABEL>string</FUNCTION_DISPLAYLABEL> <UNIT_LABEL>string</UNIT_LABEL> <ServicePassword>string</ServicePassword> <ErrorDescription>string</ErrorDescription> </GetDataYearRefLayerIDGeographyColumnNameByCOLID> </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> <GetDataYearRefLayerIDGeographyColumnNameByCOLIDResponse xmlns="http://tempuri.org/"> <GetDataYearRefLayerIDGeographyColumnNameByCOLIDResult>boolean</GetDataYearRefLayerIDGeographyColumnNameByCOLIDResult> <CLS_COLUMNID>string</CLS_COLUMNID> <GROUP_COLUMNID>string</GROUP_COLUMNID> <DATAYEAR>int</DATAYEAR> <REF_LAYER_CLASSID>int</REF_LAYER_CLASSID> <GEOGRAPHY_COLUMNNAME>string</GEOGRAPHY_COLUMNNAME> <NORMALIZATION_DISPLAYLABEL>string</NORMALIZATION_DISPLAYLABEL> <GEOGRAPHY>string</GEOGRAPHY> <FUNCTION_DISPLAYLABEL>string</FUNCTION_DISPLAYLABEL> <UNIT_LABEL>string</UNIT_LABEL> <ErrorDescription>string</ErrorDescription> </GetDataYearRefLayerIDGeographyColumnNameByCOLIDResponse> </soap12:Body> </soap12:Envelope>