Changeset 3e3a5de
- Timestamp:
- Mar 24, 2010 11:04:28 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 5f6929a
- Parents:
- f8ae7aa
- Location:
- wsdl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/abac.wsdl
rf8ae7aa r3e3a5de 14 14 <import namespace="http://www.isi.edu/faber/fedd_types" 15 15 location="fedd_types.xsd"/> 16 16 <!--Is topdl needed? --> 17 17 <import namespace="http://www.isi.edu/faber/topdl" 18 18 location="topdl.xsd"/> … … 85 85 <operation name="Negotiate"> 86 86 <documentation> 87 Stop this experiment and deallocate its resources.87 Perform a single negotiation iteration. 88 88 </documentation> 89 89 <input message="tns:NegotiateRequestMessage"/> -
wsdl/abac_types.xsd
rf8ae7aa r3e3a5de 56 56 <xsd:complexType name="addCertificateRequest"> 57 57 <xsd:sequence> 58 <xsd:element name="alias" type="xsd:string"/> 58 59 <xsd:element name="cert" type="xsd:string"/> 59 60 </xsd:sequence>
Note: See TracChangeset
for help on using the changeset viewer.