Changeset 2761484 for wsdl/fedd.wsdl


Ignore:
Timestamp:
Feb 28, 2010 12:31:25 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
109a32a
Parents:
ef252e9
Message:

Inital parameterization and synchronization. Tested for Emulabs, but not DRAGON.
Add get and set value synchronization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd.wsdl

    ref252e9 r2761484  
    108108  </message>
    109109
     110  <message name="SetValueRequestMessage">
     111    <part name="SetValueRequestBody" type="xsd1:setValueRequestType"/>
     112  </message>
     113
     114  <message name="SetValueResponseMessage">
     115    <part name="SetValueResponseBody" type="xsd1:setValueResponseType"/>
     116  </message>
     117
     118  <message name="GetValueRequestMessage">
     119    <part name="GetValueRequestBody" type="xsd1:getValueRequestType"/>
     120  </message>
     121
     122  <message name="GetValueResponseMessage">
     123    <part name="GetValueResponseBody" type="xsd1:getValueResponseType"/>
     124  </message>
    110125
    111126  <message name="FaultMessage">
     
    225240      <fault name="TerminateSegmentFeddFault" message="tns:FaultMessage"/>
    226241    </operation>
     242
     243    <operation name="SetValue">
     244      <documentation>
     245        Set a shared value
     246      </documentation>
     247      <input message="tns:SetValueRequestMessage"/>
     248      <output message="tns:SetValueResponseMessage"/>
     249      <fault name="TerminateSegmentFeddFault" message="tns:FaultMessage"/>
     250    </operation>
     251
     252    <operation name="GetValue">
     253      <documentation>
     254        Get a shared value
     255      </documentation>
     256      <input message="tns:GetValueRequestMessage"/>
     257      <output message="tns:GetValueResponseMessage"/>
     258      <fault name="TerminateSegmentFeddFault" message="tns:FaultMessage"/>
     259    </operation>
    227260  </portType>
    228261
     
    462495        </output>
    463496        <fault name="TerminateSegmentFeddFault">
     497          <soap:fault use="literal"  name="tns:FeddFault"
     498            namespace="http://www.isi.edu/faber/fedd.wsdl"
     499            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     500        </fault>
     501      </operation>
     502      <operation name="SetValue">
     503        <documentation>
     504          The bindings of this operation are straightforward SOAP RPC 1.1.
     505        </documentation>
     506        <soap:operation soapAction="TerminateSegment"/>
     507        <input>
     508          <soap:body use="literal" parts="tns:SetValueRequestBody"
     509            namespace="http://www.isi.edu/faber/fedd.wsdl"
     510            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     511        </input>
     512        <output>
     513          <soap:body use="literal" parts="tns:SetValueResponseBody"
     514            namespace="http://www.isi.edu/faber/fedd.wsdl"
     515            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     516        </output>
     517        <fault name="SetValueFeddFault">
     518          <soap:fault use="literal"  name="tns:FeddFault"
     519            namespace="http://www.isi.edu/faber/fedd.wsdl"
     520            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     521        </fault>
     522      </operation>
     523      <operation name="GetValue">
     524        <documentation>
     525          The bindings of this operation are straightforward SOAP RPC 1.1.
     526        </documentation>
     527        <soap:operation soapAction="TerminateSegment"/>
     528        <input>
     529          <soap:body use="literal" parts="tns:GetValueRequestBody"
     530            namespace="http://www.isi.edu/faber/fedd.wsdl"
     531            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     532        </input>
     533        <output>
     534          <soap:body use="literal" parts="tns:GetValueResponseBody"
     535            namespace="http://www.isi.edu/faber/fedd.wsdl"
     536            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
     537        </output>
     538        <fault name="GetValueFeddFault">
    464539          <soap:fault use="literal"  name="tns:FeddFault"
    465540            namespace="http://www.isi.edu/faber/fedd.wsdl"
Note: See TracChangeset for help on using the changeset viewer.