- Timestamp:
- Apr 7, 2010 1:53:58 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 7fe81be
- Parents:
- 3e3a5de
- Location:
- wsdl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd_internal.wsdl
r3e3a5de r5f6929a 46 46 </message> 47 47 48 <message name="Ns2 SplitRequestMessage">49 <part name="Ns2 SplitRequestBody" type="xsd1:ns2SplitRequestType"/>50 </message> 51 52 <message name="Ns2 SplitResponseMessage">53 <part name="Ns2 SplitResponseBody" type="xsd1:ns2SplitResponseType"/>48 <message name="Ns2TopdlRequestMessage"> 49 <part name="Ns2TopdlRequestBody" type="xsd1:ns2TopdlRequestType"/> 50 </message> 51 52 <message name="Ns2TopdlResponseMessage"> 53 <part name="Ns2TopdlResponseBody" type="xsd1:ns2TopdlResponseType"/> 54 54 </message> 55 55 … … 86 86 <fault name="ReleaseFault" message="tns:FaultMessage"/> 87 87 </operation> 88 <operation name="Ns2 Split">88 <operation name="Ns2Topdl"> 89 89 <documentation> 90 90 This allows a fedd that does not have direct access to the modified ns … … 92 92 that functionality remotely. 93 93 </documentation> 94 <input message="tns:Ns2 SplitRequestMessage"/>95 <output message="tns:Ns2 SplitResponseMessage"/>96 <fault name="Ns2 SplitFault" message="tns:FaultMessage"/>94 <input message="tns:Ns2TopdlRequestMessage"/> 95 <output message="tns:Ns2TopdlResponseMessage"/> 96 <fault name="Ns2TopdlFault" message="tns:FaultMessage"/> 97 97 </operation> 98 98 </portType> … … 169 169 </fault> 170 170 </operation> 171 <operation name="Ns2 Split">172 <documentation> 173 The bindings of this operation are straightforward SOAP RPC 1.1. 174 </documentation> 175 <soap:operation soapAction="Ns2 Split"/>176 <input> 177 <soap:body use="encoded" parts="tns:Ns2 SplitRequestBody"178 namespace="http://www.isi.edu/faber/fedd_internal.wsdl" 179 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 180 </input> 181 <output> 182 <soap:body use="encoded" parts="tns:Ns2 SplitResponseBody"183 namespace="http://www.isi.edu/faber/fedd_internal.wsdl" 184 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 185 </output> 186 <fault name="Ns2 SplitFault">187 <soap:fault use="encoded" name="tns:Ns2 SplitFault"171 <operation name="Ns2Topdl"> 172 <documentation> 173 The bindings of this operation are straightforward SOAP RPC 1.1. 174 </documentation> 175 <soap:operation soapAction="Ns2Topdl"/> 176 <input> 177 <soap:body use="encoded" parts="tns:Ns2TopdlRequestBody" 178 namespace="http://www.isi.edu/faber/fedd_internal.wsdl" 179 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 180 </input> 181 <output> 182 <soap:body use="encoded" parts="tns:Ns2TopdlResponseBody" 183 namespace="http://www.isi.edu/faber/fedd_internal.wsdl" 184 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> 185 </output> 186 <fault name="Ns2TopdlFault"> 187 <soap:fault use="encoded" name="tns:Ns2TopdlFault" 188 188 namespace="http://www.isi.edu/faber/fedd_internal.wsdl" 189 189 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> -
wsdl/fedd_types.xsd
r3e3a5de r5f6929a 573 573 <xsd:element name="experimentdescription" 574 574 type="tns:experimentDescriptionType"/> 575 <xsd:element name="service" type="tns:serviceInfoType" minOccurs="0" 576 maxOccurs="unbounded" /> 575 577 <!-- begin deprecated --> 576 <xsd:element name="master" type="xsd:string" />577 <xsd:element name='exportProject' type="tns:IDType" />578 <xsd:element name="master" type="xsd:string" minOccurs="0" maxOccurs="1"/> 579 <xsd:element name='exportProject' type="tns:IDType" minOccurs="0" maxOccurs="1"/> 578 580 <!-- end deprecated --> 579 581 <xsd:element name="experimentID" type="tns:IDType"/> … … 824 826 </xsd:complexType> 825 827 826 <xsd:complexType name="ns2 SplitRequestType">827 <xsd:annotation> 828 <xsd:documentation> 829 Request to run the CEDL splitter remotely. This is primarily an830 internal interface.828 <xsd:complexType name="ns2TopdlRequestType"> 829 <xsd:annotation> 830 <xsd:documentation> 831 Request to run the CEDL to topdl translator remotely. This is 832 primarily an internal interface. 831 833 </xsd:documentation> 832 834 </xsd:annotation> 833 835 <xsd:sequence> 834 836 <xsd:element name="description" type="tns:experimentDescriptionType"/> 835 <xsd:element name="master" type="xsd:string"/> 836 <xsd:element name="include_fedkit" type="xsd:boolean"/> 837 <xsd:element name="include_gatewaykit" type="xsd:boolean"/> 838 </xsd:sequence> 839 </xsd:complexType> 840 841 <xsd:complexType name="ns2SplitResponseType"> 842 <xsd:annotation> 843 <xsd:documentation> 844 Remote splitter output. Also an internal interface 837 </xsd:sequence> 838 </xsd:complexType> 839 840 <xsd:complexType name="ns2TopdlResponseType"> 841 <xsd:annotation> 842 <xsd:documentation> 843 Translator splitter output. Also an internal interface 845 844 </xsd:documentation> 846 845 </xsd:annotation>
Note: See TracChangeset
for help on using the changeset viewer.