- Timestamp:
- Nov 28, 2011 7:34:11 PM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- ec3aa4d
- Parents:
- 45e880d
- Location:
- wsdl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd.wsdl
r45e880d r6e33086 108 108 </message> 109 109 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 110 120 <message name="SetValueRequestMessage"> 111 121 <part name="SetValueRequestBody" type="xsd1:setValueRequestType"/> … … 241 251 </operation> 242 252 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 243 263 <operation name="SetValue"> 244 264 <documentation> … … 500 520 </fault> 501 521 </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> 502 543 <operation name="SetValue"> 503 544 <documentation> 504 545 The bindings of this operation are straightforward SOAP RPC 1.1. 505 546 </documentation> 506 <soap:operation soapAction=" TerminateSegment"/>547 <soap:operation soapAction="SetValue"/> 507 548 <input> 508 549 <soap:body use="literal" parts="tns:SetValueRequestBody" … … 525 566 The bindings of this operation are straightforward SOAP RPC 1.1. 526 567 </documentation> 527 <soap:operation soapAction=" TerminateSegment"/>568 <soap:operation soapAction="GetValue"/> 528 569 <input> 529 570 <soap:body use="literal" parts="tns:GetValueRequestBody" -
wsdl/fedd_types.xsd
r45e880d r6e33086 672 672 <xsd:element name="legacy" type="xsd:boolean" 673 673 minOccurs="0" maxOccurs="1"/> 674 <xsd:element name="fresh" type="xsd:boolean" 675 minOccurs="0" maxOccurs="1"/> 674 676 </xsd:sequence> 675 677 </xsd:complexType> … … 832 834 833 835 834 <xsd:complexType name=" startSegmentResponseType">836 <xsd:complexType name="infoSegmentResponseType"> 835 837 <xsd:annotation> 836 838 <xsd:documentation>
Note: See TracChangeset
for help on using the changeset viewer.