Changeset 6e33086c614c0f578bcd17d7f5f6ab37d236ef90 for wsdl
- Timestamp:
- 11/28/11 19:34:11 (6 months ago)
- Children:
- ec3aa4df8176079c445c8d290f5a3b42b202da6f
- Parents:
- 45e880df6e8b75546f71b5e3a7a48f412ae731c4
- git-committer:
- Ted Faber <faber@isi.edu> / 2011-11-28T19:34:11Z-0800
- Location:
- wsdl
- Files:
-
- 2 modified
-
fedd.wsdl (modified) (4 diffs)
-
fedd_types.xsd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd.wsdl
rcf9598a 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
rc6f867c 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>
