Show
Ignore:
Timestamp:
10/13/09 10:23:28 (3 years ago)
Author:
Jay Jacobs <Jay.Jacobs@…>
Children:
49b771b7e36ccd718c2b94d9ccc12c4595b2dfe0
Parents:
6727c97382c93d8049fa6359e06bc69442149f6f
git-committer:
Jay Jacobs <Jay.Jacobs@cobham.com> / 2009-10-13T17:23:28Z+0000
Message:

Added update and discovery services

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wsdl/abac.wsdl

    r5a03ea5 r47334e5  
    5656    <part name="AccessResponseBody" type="xsd1:negotiationResult"/> 
    5757  </message> 
     58A 
    5859 
    5960  <message name="CreateContextRequestMessage"> 
     
    8889      <input message="tns:AccessRequestMessage"/> 
    8990      <output message="tns:AccessResponseMessage"/> 
     91      <fault name="NegotiateFeddFault" message="tns:FaultMessage"/> 
     92    </operation> 
     93    <operation name="CredentialUpdate"> 
     94      <documentation> 
     95        Adds one or more credentials to a context 
     96      </documentation> 
     97      <input message="tns:CredentialUpdateRequestMessage"/> 
     98      <output message="tns:CredentialUpdateResponseMessage"/> 
     99      <fault name="NegotiateFeddFault" message="tns:FaultMessage"/> 
     100    </operation> 
     101    <operation name="Discovery"> 
     102      <documentation> 
     103        Discovery of credential(s) stored in third-party escrow 
     104      </documentation> 
     105      <input message="tns:DiscoveryRequestMessage"/> 
     106      <output message="tns:DiscoveryResponseMessage"/> 
    90107      <fault name="NegotiateFeddFault" message="tns:FaultMessage"/> 
    91108    </operation> 
     
    154171        </fault> 
    155172      </operation> 
     173      <operation name="CredentialUpdate"> 
     174        <soap:operation soapAction="Reqest"/> 
     175        <input> 
     176          <soap:body use="literal" parts="tns:CredentialUpdateRequestBody" 
     177            namespace="http://www.isi.edu/faber/fedd.wsdl" 
     178            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     179        </input> 
     180        <output> 
     181          <soap:body use="literal" parts="tns:CredentialUpdateResponseBody" 
     182            namespace="http://www.isi.edu/faber/fedd.wsdl" 
     183            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     184        </output> 
     185        <fault name="NegotiateFeddFault"> 
     186          <soap:fault use="literal"  name="tns:FeddFault" 
     187            namespace="http://www.isi.edu/faber/fedd.wsdl" 
     188            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     189        </fault> 
     190      </operation> 
     191      <operation name="Discovery"> 
     192        <soap:operation soapAction="Discovery"/> 
     193        <input> 
     194          <soap:body use="literal" parts="tns:DiscoveryRequestBody" 
     195            namespace="http://www.isi.edu/faber/fedd.wsdl" 
     196            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     197        </input> 
     198        <output> 
     199          <soap:body use="literal" parts="tns:DiscoveryResponseBody" 
     200            namespace="http://www.isi.edu/faber/fedd.wsdl" 
     201            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     202        </output> 
     203        <fault name="NegotiateFeddFault"> 
     204          <soap:fault use="literal"  name="tns:FeddFault" 
     205            namespace="http://www.isi.edu/faber/fedd.wsdl" 
     206            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     207        </fault> 
     208      </operation> 
     209 
    156210    </binding> 
    157211