AusweisApp2/test/fixture/paos/TransmitResponse.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>
<TransmitResponse 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#error</ResultMajor>
<ResultMinor>http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#communicationError</ResultMinor>
<ResultMessage xml:lang="en">Application was invoked with wrong parameters.</ResultMessage>
</Result>
<OutputAPDU>a</OutputAPDU>
<OutputAPDU>b</OutputAPDU>
<OutputAPDU>c</OutputAPDU>
</TransmitResponse>
</soap:Body>
</soap:Envelope>