| | 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"/> |
| | 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 | |