- Timestamp:
- Oct 13, 2009 10:23:28 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- 49b771b
- Parents:
- 6727c97
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/abac.wsdl
r6727c97 r47334e5 56 56 <part name="AccessResponseBody" type="xsd1:negotiationResult"/> 57 57 </message> 58 A 58 59 59 60 <message name="CreateContextRequestMessage"> … … 88 89 <input message="tns:AccessRequestMessage"/> 89 90 <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"/> 90 107 <fault name="NegotiateFeddFault" message="tns:FaultMessage"/> 91 108 </operation> … … 154 171 </fault> 155 172 </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 156 210 </binding> 157 211
Note: See TracChangeset
for help on using the changeset viewer.