LanKontrolerSchedulerGetAll
(Różnice między wersjami)
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Pr...”) |
|||
Linia 10: | Linia 10: | ||
<LanKontrolerSchedulerGetAll> | <LanKontrolerSchedulerGetAll> | ||
<IP>192.168.123.42</IP> | <IP>192.168.123.42</IP> | ||
+ | <User>nazwa</User> | ||
+ | <Password>haselko</Password> | ||
</LanKontrolerSchedulerGetAll> | </LanKontrolerSchedulerGetAll> | ||
</Request> | </Request> |
Wersja z 17:11, 27 paź 2014
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 >0</ Priority > < Request > < Type >LanKontrolerSchedulerGetAll</ Type > < LanKontrolerSchedulerGetAll > < IP >192.168.123.42</ IP > < User >nazwa</ User > < Password >haselko</ Password > </ LanKontrolerSchedulerGetAll > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >LanKontrolerSchedulerGetAll</ Type > < LanKontrolerSchedulerGetAll > < s0 >0*10*0*1*0*</ s0 > < s1 >0*10*0*1*0*</ s1 > < s2 >0*10*0*1*0*</ s2 > < s3 >0*10*0*1*0*</ s3 > < s4 >0*10*0*1*0*</ s4 > < s5 >0*10*0*1*0*</ s5 > < s6 >0*10*0*1*0*</ s6 > < s7 >0*10*0*1*0*</ s7 > < s8 >0*10*0*1*0*</ s8 > < s9 >0*10*0*1*0*</ s9 > </ LanKontrolerSchedulerGetAll > </ 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: </ Error > </ Request > </ Net47 > //BEGINEND// |