CheckpointService
Click here for a complete list of operations.
VratiSubjektSkraceniPrikaz
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 /service.asmx HTTP/1.1 Host: service.checkpoint.rs Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "service.checkpoint.rs/VratiSubjektSkraceniPrikaz" <?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 /> </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 /> </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 /service.asmx HTTP/1.1 Host: service.checkpoint.rs 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> <VratiSubjektSkraceniPrikaz xmlns="service.checkpoint.rs"> <subjekt_ID>int</subjekt_ID> <token>string</token> </VratiSubjektSkraceniPrikaz> </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> <VratiSubjektSkraceniPrikazResponse xmlns="service.checkpoint.rs"> <VratiSubjektSkraceniPrikazResult> <Subjekt_ID>int</Subjekt_ID> <MBR>string</MBR> <PIB>string</PIB> <Datum_Osnivanja>dateTime</Datum_Osnivanja> <Datum_Brisanja>dateTime</Datum_Brisanja> <Naziv_skraceni>string</Naziv_skraceni> <Naziv_pun>string</Naziv_pun> <Sediste_mesto>string</Sediste_mesto> <Sediste_opstina>string</Sediste_opstina> <Sediste_region>string</Sediste_region> <Sediste_drzava>string</Sediste_drzava> <Sediste_ulica>string</Sediste_ulica> <Sediste_postanski_broj>string</Sediste_postanski_broj> <Status_APR>string</Status_APR> <Status_NBS>string</Status_NBS> <Status_CheckPoint>string</Status_CheckPoint> <Pravna_Forma>string</Pravna_Forma> <Delatnost_Sifra>string</Delatnost_Sifra> <Delatnost_Region>char</Delatnost_Region> <Delatnost_Naziv>string</Delatnost_Naziv> <Poslednji_FI>int</Poslednji_FI> <Velicina>string</Velicina> <Insolventan>string</Insolventan> <Pdv_Broj>string</Pdv_Broj> </VratiSubjektSkraceniPrikazResult> </VratiSubjektSkraceniPrikazResponse> </soap12:Body> </soap12:Envelope>