Created
March 18, 2015 17:47
-
-
Save ovictorpinto/9a774b8dc12888af9aab to your computer and use it in GitHub Desktop.
This file contains 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"?> | |
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://schemas.datacontract.org/2004/07/Base.Model.Reserva" xmlns:ns2="http://tempuri.org/"> | |
<SOAP-ENV:Body> | |
<ns2:CancelarReserva> | |
<ns2:filtro> | |
<ns1:AgenteReserva>Internet</ns1:AgenteReserva> | |
<ns1:CodigoAssociado>69875</ns1:CodigoAssociado> | |
<ns1:CodigoFuncionario>1</ns1:CodigoFuncionario> | |
<ns1:CodigoReserva>1088263</ns1:CodigoReserva> | |
</ns2:filtro> | |
<ns2:token>40bb77df359e844c67a63b9ae9f00c93</ns2:token> | |
</ns2:CancelarReserva> | |
</SOAP-ENV:Body> | |
</SOAP-ENV:Envelope> | |
<s:Envelope | |
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> | |
<s:Header> | |
<ActivityId CorrelationId="42548ded-d09e-4540-8489-a62fe55f6d4b" | |
xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">c6e45918-6d5e-46a2-8d9e-ef5ede54ac78 | |
</ActivityId> | |
</s:Header> | |
<s:Body> | |
<CancelarReservaResponse | |
xmlns="http://tempuri.org/"> | |
<CancelarReservaResult | |
xmlns:a="http://schemas.datacontract.org/2004/07/Common" | |
xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | |
<a:Exception | |
xmlns:b="http://schemas.datacontract.org/2004/07/System"> | |
<ClassName i:type="c:string" | |
xmlns="" | |
xmlns:c="http://www.w3.org/2001/XMLSchema">System.Exception | |
</ClassName> | |
<Message i:type="c:string" | |
xmlns="" | |
xmlns:c="http://www.w3.org/2001/XMLSchema">Arithmetic overflow error for data type smallint, value = 69875.
 | |
The statement has been terminated. | |
</Message> | |
<Data i:nil="true" | |
xmlns=""/> | |
<InnerException i:nil="true" | |
xmlns=""/> | |
<HelpURL i:nil="true" | |
xmlns=""/> | |
<StackTraceString i:nil="true" | |
xmlns=""/> | |
<RemoteStackTraceString i:nil="true" | |
xmlns=""/> | |
<RemoteStackIndex i:type="c:int" | |
xmlns="" | |
xmlns:c="http://www.w3.org/2001/XMLSchema">0 | |
</RemoteStackIndex> | |
<ExceptionMethod i:nil="true" | |
xmlns=""/> | |
<HResult i:type="c:int" | |
xmlns="" | |
xmlns:c="http://www.w3.org/2001/XMLSchema">-2146233088 | |
</HResult> | |
<Source i:nil="true" | |
xmlns=""/> | |
<WatsonBuckets i:nil="true" | |
xmlns=""/> | |
</a:Exception> | |
<a:IsSuccess>false</a:IsSuccess> | |
<a:Mensagem>Erro ao cancelar reserva</a:Mensagem> | |
<a:MensagemErro>Arithmetic overflow error for data type smallint, value = 69875.
 | |
The statement has been terminated.</a:MensagemErro> | |
<a:Objects i:nil="true" | |
xmlns:b="http://schemas.datacontract.org/2004/07/Base.Model.Reserva"/> | |
</CancelarReservaResult> | |
</CancelarReservaResponse> | |
</s:Body> | |
</s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment