AusweisApp2/test/fixture/paos/DIDAuthenticateResponse.xml

31 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:paos="urn:liberty:paos:2006-08" xmlns:wsa="http://www.w3.org/2005/03/addressing" xmlns:dss="urn:oasis:names:tc:dss:1.0:core:schema" xmlns:ecard="http://www.bsi.bund.de/ecard/api/1.1" xmlns:iso="urn:iso:std:iso-iec:24727:tech:schema">
<soap:Header>
<paos:PAOS soap:mustUnderstand="1" soap:actor="http://schemas.xmlsoap.org/soap/actor/next">
<paos:Version>urn:liberty:paos:2006-08</paos:Version>
<paos:EndpointReference>
<paos:Address>http://www.projectliberty.org/2006/01/role/paos</paos:Address>
<paos:MetaData>
<paos:ServiceType>http://www.bsi.bund.de/ecard/api/1.1/PAOS/GetNextCommand</paos:ServiceType>
</paos:MetaData>
</paos:EndpointReference>
</paos:PAOS>
<wsa:ReplyTo>
<wsa:Address>http://www.projectliberty.org/2006/02/role/paos</wsa:Address>
</wsa:ReplyTo>
<wsa:MessageID>STRIP ME</wsa:MessageID>
</soap:Header>
<soap:Body>
<DIDAuthenticateResponse xmlns="urn:iso:std:iso-iec:24727:tech:schema" Profile="http://www.bsi.bund.de/ecard/api/1.1">
<Result xmlns="urn:oasis:names:tc:dss:1.0:core:schema">
<ResultMajor>http://www.bsi.bund.de/ecard/api/1.1/resultmajor#ok</ResultMajor>
</Result>
<AuthenticationProtocolData xsi:type="iso:EAC2OutputType" Protocol="urn:oid:1.3.162.15480.3.0.14.2">
<EFCardSecurity>a</EFCardSecurity>
<AuthenticationToken>b</AuthenticationToken>
<Nonce>c</Nonce>
</AuthenticationProtocolData>
</DIDAuthenticateResponse>
</soap:Body>
</soap:Envelope>