Skip to content

Instantly share code, notes, and snippets.

@turingmachine
Created June 29, 2017 08:32
Show Gist options
  • Save turingmachine/9747d4017a4ac9f65069d65339d345a9 to your computer and use it in GitHub Desktop.
Save turingmachine/9747d4017a4ac9f65069d65339d345a9 to your computer and use it in GitHub Desktop.
<?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&#160;Verarbeitung&#160;wurde&#160;erfolgreich&#160;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&#252;pbach Stefan, Staldenstr., 1, 3322, Urtenen-Sch&#246;nb&#252;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&#233;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&#252;pbach Stefan, Staldenstr., 1, 3322, Urtenen-Sch&#246;nb&#252;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