Sha256: 0e1141728669d661e621fc9bc8918edd070d4ed8bc5428e27c7f263a4d035d9d

Contents?: true

Size: 453 Bytes

Versions: 62

Compression:

Stored size: 453 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header xmlns="http://webservices.somewhere.com/definitions">
    <SessionNumber>ABCD1234</SessionNumber>
  </soap:Header>
  <soap:Body>
    <AuthenticateReply xmlns="http://xml.somewhere.com/ABCD">
      <processStatus>
        <statusCode>P</statusCode>
      </processStatus>
    </AuthenticateReply>
  </soap:Body>
</soap:Envelope>

Version data entries

62 entries across 62 versions & 10 rubygems

Version Path
savon-2.5.1 spec/fixtures/response/header.xml
sekken-0.2.0 spec/fixtures/response/header.xml
savon-2.5.0 spec/fixtures/response/header.xml
savon_with_adapter-2.4.1 spec/fixtures/response/header.xml
sekken-0.1.0 spec/fixtures/response/header.xml
savon-2.4.0 spec/fixtures/response/header.xml
savon-2.3.3 spec/fixtures/response/header.xml
savon-2.3.2 spec/fixtures/response/header.xml
savon-2.3.1 spec/fixtures/response/header.xml
savon-ng-1.6-2.4.1 spec/fixtures/response/header.xml
savon-ng-1.6-2.4.0 spec/fixtures/response/header.xml
savon-2.3.0 spec/fixtures/response/header.xml
savon-2.2.0 spec/fixtures/response/header.xml
savon-2.1.0 spec/fixtures/response/header.xml
savon-2.0.3 spec/fixtures/response/header.xml
savon-2.0.2 spec/fixtures/response/header.xml
savon-2.0.1 spec/fixtures/response/header.xml
savon-2.0.0 spec/fixtures/response/header.xml
savon-1.2.0 spec/fixtures/response/header.xml
savon-1.1.0 spec/fixtures/response/header.xml