Show
Ignore:
Timestamp:
11/28/11 19:34:11 (6 months ago)
Author:
Ted Faber <faber@…>
Children:
ec3aa4df8176079c445c8d290f5a3b42b202da6f
Parents:
45e880df6e8b75546f71b5e3a7a48f412ae731c4
git-committer:
Ted Faber <faber@isi.edu> / 2011-11-28T19:34:11Z-0800
Message:

InfoSegment? to emulab access controllers

Location:
wsdl
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wsdl/fedd.wsdl

    rcf9598a r6e33086  
    108108  </message> 
    109109 
     110  <message name="InfoSegmentRequestMessage"> 
     111    <part name="InfoSegmentRequestBody"  
     112      type="xsd1:infoSegmentRequestType"/> 
     113  </message> 
     114 
     115  <message name="InfoSegmentResponseMessage"> 
     116    <part name="InfoSegmentResponseBody"  
     117      type="xsd1:infoSegmentResponseType"/> 
     118  </message> 
     119 
    110120  <message name="SetValueRequestMessage"> 
    111121    <part name="SetValueRequestBody" type="xsd1:setValueRequestType"/> 
     
    241251    </operation> 
    242252 
     253 
     254    <operation name="InfoSegment"> 
     255      <documentation> 
     256        Get info about a segment 
     257      </documentation> 
     258      <input message="tns:InfoSegmentRequestMessage"/> 
     259      <output message="tns:InfoSegmentResponseMessage"/> 
     260      <fault name="InfoSegmentFeddFault" message="tns:FaultMessage"/> 
     261    </operation> 
     262 
    243263    <operation name="SetValue"> 
    244264      <documentation> 
     
    500520        </fault> 
    501521      </operation> 
     522      <operation name="InfoSegment"> 
     523        <documentation> 
     524          The bindings of this operation are straightforward SOAP RPC 1.1. 
     525        </documentation> 
     526        <soap:operation soapAction="InfoSegment"/>  
     527        <input> 
     528          <soap:body use="literal" parts="tns:InfoSegmentRequestBody" 
     529            namespace="http://www.isi.edu/fedd.wsdl" 
     530            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     531        </input> 
     532        <output> 
     533          <soap:body use="literal" parts="tns:InfoSegmentResponseBody" 
     534            namespace="http://www.isi.edu/fedd.wsdl" 
     535            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     536        </output> 
     537        <fault name="InfoSegmentFeddFault"> 
     538          <soap:fault use="literal"  name="tns:FeddFault" 
     539            namespace="http://www.isi.edu/fedd.wsdl" 
     540            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 
     541        </fault> 
     542      </operation> 
    502543      <operation name="SetValue"> 
    503544        <documentation> 
    504545          The bindings of this operation are straightforward SOAP RPC 1.1. 
    505546        </documentation> 
    506         <soap:operation soapAction="TerminateSegment"/>  
     547        <soap:operation soapAction="SetValue"/>  
    507548        <input> 
    508549          <soap:body use="literal" parts="tns:SetValueRequestBody" 
     
    525566          The bindings of this operation are straightforward SOAP RPC 1.1. 
    526567        </documentation> 
    527         <soap:operation soapAction="TerminateSegment"/>  
     568        <soap:operation soapAction="GetValue"/>  
    528569        <input> 
    529570          <soap:body use="literal" parts="tns:GetValueRequestBody" 
  • wsdl/fedd_types.xsd

    rc6f867c r6e33086  
    672672      <xsd:element name="legacy" type="xsd:boolean"  
    673673        minOccurs="0" maxOccurs="1"/> 
     674      <xsd:element name="fresh" type="xsd:boolean"  
     675        minOccurs="0" maxOccurs="1"/> 
    674676    </xsd:sequence> 
    675677  </xsd:complexType> 
     
    832834 
    833835 
    834   <xsd:complexType name="startSegmentResponseType"> 
     836  <xsd:complexType name="infoSegmentResponseType"> 
    835837    <xsd:annotation> 
    836838      <xsd:documentation>