Sha256: be300d0d5e03dc97df12b19e15c04f317c3f698e62063265a3c25cede72504e9

Contents?: true

Size: 515 Bytes

Versions: 4

Compression:

Stored size: 515 Bytes

Contents

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ns2:authenticateResponse xmlns:ns2="http://v1_0.ws.user.example.com">
      <return>
        <authenticationValue>
          <token>a68d1d6379b62ff339a0e0c69ed4d9cf</token>
          <tokenHash>AAAJxA;cIedoT;mY10ExZwG6JuKgp2OYKxow==</tokenHash>
          <client>radclient</client>
        </authenticationValue>
        <success>true</success>
      </return>
    </ns2:authenticateResponse>
  </soap:Body>
</soap:Envelope>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
savon_model-0.2.0 spec/fixtures/authentication.xml
savon_model-0.1.2 spec/fixtures/authentication.xml
savon_model-0.1.1 spec/fixtures/authentication.xml
savon_model-0.1.0 spec/fixtures/authentication.xml