Created
June 29, 2017 08:32
-
-
Save turingmachine/9747d4017a4ac9f65069d65339d345a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope"> | |
<s:Header> | |
<a:Action s:mustUnderstand="1">http://www.admin.ch/xmlns/Services/evd/Livestock/AnimalTracing/1/AnimalTracingPortType/GetCattleHistoryResponse</a:Action> | |
</s:Header> | |
<s:Body> | |
<GetCattleHistoryResponse xmlns="http://www.admin.ch/xmlns/Services/evd/Livestock/AnimalTracing/1"> | |
<GetCattleHistoryResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | |
<Result> | |
<Code>1</Code> | |
<Description>Die Verarbeitung wurde erfolgreich abgeschlossen.</Description> | |
<Status>1</Status> | |
</Result> | |
<EarTagNumber>CH 120.0783.0421.2</EarTagNumber> | |
<RemainingQuota>99999</RemainingQuota> | |
<CattleHistoryState>3</CattleHistoryState> | |
<CattleStays> | |
<CattleStayDataItem> | |
<ArrivalDate>2009-02-24T00:00:00</ArrivalDate> | |
<ArrivalNotificationDate>2009-03-01T00:00:00</ArrivalNotificationDate> | |
<ArrivalNotificationType>1</ArrivalNotificationType> | |
<CountryOrigin i:nil="true"/> | |
<TVDNumberOrigin i:nil="true"/> | |
<TVDNumberStay>1367256</TVDNumberStay> | |
<StayAddress>Schafroth-Schüpbach Stefan, Staldenstr., 1, 3322, Urtenen-Schönbühl</StayAddress> | |
<LeavingDate>2010-06-03T00:00:00</LeavingDate> | |
<LeavingNotificationDate>2010-06-07T00:00:00</LeavingNotificationDate> | |
<LeavingNotificationType>3</LeavingNotificationType> | |
<CattleStayState>1</CattleStayState> | |
</CattleStayDataItem> | |
<CattleStayDataItem> | |
<ArrivalDate>2010-06-03T00:00:00</ArrivalDate> | |
<ArrivalNotificationDate>2010-06-14T00:00:00</ArrivalNotificationDate> | |
<ArrivalNotificationType>2</ArrivalNotificationType> | |
<CountryOrigin i:nil="true"/> | |
<TVDNumberOrigin>1367256</TVDNumberOrigin> | |
<TVDNumberStay>1309614</TVDNumberStay> | |
<StayAddress>Commune bourgeoise d'Evilard, Métairie d'Evilard, , 2534, Orvin</StayAddress> | |
<LeavingDate>2010-09-20T00:00:00</LeavingDate> | |
<LeavingNotificationDate>2010-09-26T00:00:00</LeavingNotificationDate> | |
<LeavingNotificationType>3</LeavingNotificationType> | |
<CattleStayState>1</CattleStayState> | |
</CattleStayDataItem> | |
<CattleStayDataItem> | |
<ArrivalDate>2010-09-20T00:00:00</ArrivalDate> | |
<ArrivalNotificationDate>2010-09-26T00:00:00</ArrivalNotificationDate> | |
<ArrivalNotificationType>2</ArrivalNotificationType> | |
<CountryOrigin i:nil="true"/> | |
<TVDNumberOrigin>1309614</TVDNumberOrigin> | |
<TVDNumberStay>1367256</TVDNumberStay> | |
<StayAddress>Schafroth-Schüpbach Stefan, Staldenstr., 1, 3322, Urtenen-Schönbühl</StayAddress> | |
<LeavingDate i:nil="true"/> | |
<LeavingNotificationDate i:nil="true"/> | |
<LeavingNotificationType i:nil="true"/> | |
<CattleStayState>1</CattleStayState> | |
</CattleStayDataItem> | |
</CattleStays> | |
</GetCattleHistoryResult> | |
</GetCattleHistoryResponse> | |
</s:Body> | |
</s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment