Sha256: c4b19100bd92f4b1e7536e8c53ba121898ec3d40d3b207e704d37c35bded6794
Contents?: true
Size: 805 Bytes
Versions: 2
Compression:
Stored size: 805 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <soapenv:Fault> <faultcode>Client</faultcode> <faultstring>An exception has been raised as a result of client data.</faultstring> <detail> <err:Errors xmlns:err="http://www.ups.com/XMLSchema/XOLTWS/Error/v1.1"> <err:ErrorDetail> <err:Severity>Hard</err:Severity> <err:PrimaryErrorCode> <err:Code>190102</err:Code> <err:Description>No shipment found within the allowed void period</err:Description> </err:PrimaryErrorCode> </err:ErrorDetail> </err:Errors> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_shipping-0.4.7 | spec/fixtures/ups_void_response.soap.xml.erb |
simple_shipping-0.4.6 | spec/fixtures/ups_void_response.soap.xml.erb |