SieteWS
Click here for a complete list of operations.
GetSeries
Test
The test form is only available for methods with primitive types as parameters.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 /SieteWS/SieteWS.asmx HTTP/1.1
Host: si3.bcentral.cl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://bancocentral.org/GetSeries"
<?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>
<GetSeries xmlns="http://bancocentral.org/">
<user>string</user>
<password>string</password>
<firstDate>string</firstDate>
<lastDate>string</lastDate>
<seriesIds>
<string>string</string>
<string>string</string>
</seriesIds>
</GetSeries>
</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>
<GetSeriesResponse xmlns="http://bancocentral.org/">
<GetSeriesResult>
<Codigo>int</Codigo>
<Descripcion>string</Descripcion>
<Series>
<fameSeries>
<seriesKey xsi:nil="true" xmlns="" />
<precision xmlns="">int</precision>
<obs xsi:nil="true" xmlns="" />
<obs xsi:nil="true" xmlns="" />
</fameSeries>
<fameSeries>
<seriesKey xsi:nil="true" xmlns="" />
<precision xmlns="">int</precision>
<obs xsi:nil="true" xmlns="" />
<obs xsi:nil="true" xmlns="" />
</fameSeries>
</Series>
<SeriesInfos>
<internetSeriesInfo>
<seriesId xmlns="">string</seriesId>
<frequency xmlns="">UNDEFINED or SEMIANNUAL or WEEKLY or QUARTERLY or MONTHLY or ANNUAL or DAILY</frequency>
<frequencyCode xmlns="">string</frequencyCode>
<observed xmlns="">UNDEFINED or SUMMED or LOW or HIGH or END or BEGINNING or AVERAGED</observed>
<observedCode xmlns="">string</observedCode>
<spanishTitle xmlns="">string</spanishTitle>
<englishTitle xmlns="">string</englishTitle>
<firstObservation xmlns="">string</firstObservation>
<lastObservation xmlns="">string</lastObservation>
<updatedAt xmlns="">string</updatedAt>
<createdAt xmlns="">string</createdAt>
</internetSeriesInfo>
<internetSeriesInfo>
<seriesId xmlns="">string</seriesId>
<frequency xmlns="">UNDEFINED or SEMIANNUAL or WEEKLY or QUARTERLY or MONTHLY or ANNUAL or DAILY</frequency>
<frequencyCode xmlns="">string</frequencyCode>
<observed xmlns="">UNDEFINED or SUMMED or LOW or HIGH or END or BEGINNING or AVERAGED</observed>
<observedCode xmlns="">string</observedCode>
<spanishTitle xmlns="">string</spanishTitle>
<englishTitle xmlns="">string</englishTitle>
<firstObservation xmlns="">string</firstObservation>
<lastObservation xmlns="">string</lastObservation>
<updatedAt xmlns="">string</updatedAt>
<createdAt xmlns="">string</createdAt>
</internetSeriesInfo>
</SeriesInfos>
</GetSeriesResult>
</GetSeriesResponse>
</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 /SieteWS/SieteWS.asmx HTTP/1.1
Host: si3.bcentral.cl
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>
<GetSeries xmlns="http://bancocentral.org/">
<user>string</user>
<password>string</password>
<firstDate>string</firstDate>
<lastDate>string</lastDate>
<seriesIds>
<string>string</string>
<string>string</string>
</seriesIds>
</GetSeries>
</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>
<GetSeriesResponse xmlns="http://bancocentral.org/">
<GetSeriesResult>
<Codigo>int</Codigo>
<Descripcion>string</Descripcion>
<Series>
<fameSeries>
<seriesKey xsi:nil="true" xmlns="" />
<precision xmlns="">int</precision>
<obs xsi:nil="true" xmlns="" />
<obs xsi:nil="true" xmlns="" />
</fameSeries>
<fameSeries>
<seriesKey xsi:nil="true" xmlns="" />
<precision xmlns="">int</precision>
<obs xsi:nil="true" xmlns="" />
<obs xsi:nil="true" xmlns="" />
</fameSeries>
</Series>
<SeriesInfos>
<internetSeriesInfo>
<seriesId xmlns="">string</seriesId>
<frequency xmlns="">UNDEFINED or SEMIANNUAL or WEEKLY or QUARTERLY or MONTHLY or ANNUAL or DAILY</frequency>
<frequencyCode xmlns="">string</frequencyCode>
<observed xmlns="">UNDEFINED or SUMMED or LOW or HIGH or END or BEGINNING or AVERAGED</observed>
<observedCode xmlns="">string</observedCode>
<spanishTitle xmlns="">string</spanishTitle>
<englishTitle xmlns="">string</englishTitle>
<firstObservation xmlns="">string</firstObservation>
<lastObservation xmlns="">string</lastObservation>
<updatedAt xmlns="">string</updatedAt>
<createdAt xmlns="">string</createdAt>
</internetSeriesInfo>
<internetSeriesInfo>
<seriesId xmlns="">string</seriesId>
<frequency xmlns="">UNDEFINED or SEMIANNUAL or WEEKLY or QUARTERLY or MONTHLY or ANNUAL or DAILY</frequency>
<frequencyCode xmlns="">string</frequencyCode>
<observed xmlns="">UNDEFINED or SUMMED or LOW or HIGH or END or BEGINNING or AVERAGED</observed>
<observedCode xmlns="">string</observedCode>
<spanishTitle xmlns="">string</spanishTitle>
<englishTitle xmlns="">string</englishTitle>
<firstObservation xmlns="">string</firstObservation>
<lastObservation xmlns="">string</lastObservation>
<updatedAt xmlns="">string</updatedAt>
<createdAt xmlns="">string</createdAt>
</internetSeriesInfo>
</SeriesInfos>
</GetSeriesResult>
</GetSeriesResponse>
</soap12:Body>
</soap12:Envelope>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /SieteWS/SieteWS.asmx/GetSeries HTTP/1.1 Host: si3.bcentral.cl Content-Type: application/x-www-form-urlencoded Content-Length: length user=string&password=string&firstDate=string&lastDate=string&seriesIds=string&seriesIds=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<Respuesta xmlns="http://bancocentral.org/">
<Codigo>int</Codigo>
<Descripcion>string</Descripcion>
<Series>
<fameSeries>
<seriesKey xmlns="">
<keyFamilyId>string</keyFamilyId>
<lastModified>dateTime</lastModified>
<lastModifiedUser>string</lastModifiedUser>
<seriesId>string</seriesId>
<dataStage>string</dataStage>
<exists>boolean</exists>
<Description>string</Description>
<descripIng>string</descripIng>
<descripEsp>string</descripEsp>
</seriesKey>
<precision xmlns="">int</precision>
<obs xmlns="">
<indexDateString>string</indexDateString>
<seriesKey d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<statusCode>string</statusCode>
<value>double</value>
</obs>
<obs xmlns="">
<indexDateString>string</indexDateString>
<seriesKey d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<statusCode>string</statusCode>
<value>double</value>
</obs>
</fameSeries>
<fameSeries>
<seriesKey xmlns="">
<keyFamilyId>string</keyFamilyId>
<lastModified>dateTime</lastModified>
<lastModifiedUser>string</lastModifiedUser>
<seriesId>string</seriesId>
<dataStage>string</dataStage>
<exists>boolean</exists>
<Description>string</Description>
<descripIng>string</descripIng>
<descripEsp>string</descripEsp>
</seriesKey>
<precision xmlns="">int</precision>
<obs xmlns="">
<indexDateString>string</indexDateString>
<seriesKey d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<statusCode>string</statusCode>
<value>double</value>
</obs>
<obs xmlns="">
<indexDateString>string</indexDateString>
<seriesKey d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<statusCode>string</statusCode>
<value>double</value>
</obs>
</fameSeries>
</Series>
<SeriesInfos>
<internetSeriesInfo>
<seriesId xmlns="">string</seriesId>
<frequency xmlns="">UNDEFINED or SEMIANNUAL or WEEKLY or QUARTERLY or MONTHLY or ANNUAL or DAILY</frequency>
<frequencyCode xmlns="">string</frequencyCode>
<observed xmlns="">UNDEFINED or SUMMED or LOW or HIGH or END or BEGINNING or AVERAGED</observed>
<observedCode xmlns="">string</observedCode>
<spanishTitle xmlns="">string</spanishTitle>
<englishTitle xmlns="">string</englishTitle>
<firstObservation xmlns="">string</firstObservation>
<lastObservation xmlns="">string</lastObservation>
<updatedAt xmlns="">string</updatedAt>
<createdAt xmlns="">string</createdAt>
</internetSeriesInfo>
<internetSeriesInfo>
<seriesId xmlns="">string</seriesId>
<frequency xmlns="">UNDEFINED or SEMIANNUAL or WEEKLY or QUARTERLY or MONTHLY or ANNUAL or DAILY</frequency>
<frequencyCode xmlns="">string</frequencyCode>
<observed xmlns="">UNDEFINED or SUMMED or LOW or HIGH or END or BEGINNING or AVERAGED</observed>
<observedCode xmlns="">string</observedCode>
<spanishTitle xmlns="">string</spanishTitle>
<englishTitle xmlns="">string</englishTitle>
<firstObservation xmlns="">string</firstObservation>
<lastObservation xmlns="">string</lastObservation>
<updatedAt xmlns="">string</updatedAt>
<createdAt xmlns="">string</createdAt>
</internetSeriesInfo>
</SeriesInfos>
</Respuesta>