TerytParseFile
(Różnice między wersjami)
Linia 5: | Linia 5: | ||
<Net47> | <Net47> | ||
<SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> | <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> | ||
− | <Priority> | + | <Priority>20</Priority> |
<Request> | <Request> | ||
<Type>TerytParseFile</Type> | <Type>TerytParseFile</Type> |
Wersja z 16:48, 25 sty 2012
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >20</ Priority > < Request > < Type >TerytParseFile</ Type > < TerytParseFile > < Type >SIMC</ Type > <!-- SIMC = Katalog miejscowości, TERC = Katalog podziału terytorialnego, ULIC = Katalog ulic, WMRODZ = Katalog miejscowości --> < File >teryt/abc.xml</ File > <!-- wszystkie *.xml --> </ TerytParseFile > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >TerytParseFile</ Type > < TerytParseFile > < Status >OK</ Status > </ TerytParseFile > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error >Błąd w pliku lub plik nie poprawny</ Error > </ Request > </ Net47 > //BEGINEND// |