Ignore:
Timestamp:
Apr 7, 2010 1:53:58 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
7fe81be
Parents:
3e3a5de
Message:

Two changes at once

Remove master and export project from the create request and rename the splitter external interface into a translation interface. The export_project pseudo service is staring.

Also start removeing some deprecated fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_internal.wsdl

    r3e3a5de r5f6929a  
    4646  </message>
    4747
    48   <message name="Ns2SplitRequestMessage">
    49     <part name="Ns2SplitRequestBody" type="xsd1:ns2SplitRequestType"/>
    50   </message>
    51 
    52   <message name="Ns2SplitResponseMessage">
    53     <part name="Ns2SplitResponseBody" 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"/>
    5454  </message>
    5555
     
    8686      <fault name="ReleaseFault" message="tns:FaultMessage"/>
    8787    </operation>
    88     <operation name="Ns2Split">
     88    <operation name="Ns2Topdl">
    8989      <documentation>
    9090        This allows a fedd that does not have direct access to the modified ns
     
    9292        that functionality remotely.
    9393      </documentation>
    94       <input message="tns:Ns2SplitRequestMessage"/>
    95       <output message="tns:Ns2SplitResponseMessage"/>
    96       <fault name="Ns2SplitFault" message="tns:FaultMessage"/>
     94      <input message="tns:Ns2TopdlRequestMessage"/>
     95      <output message="tns:Ns2TopdlResponseMessage"/>
     96      <fault name="Ns2TopdlFault" message="tns:FaultMessage"/>
    9797    </operation>
    9898  </portType>
     
    169169        </fault>
    170170      </operation>
    171       <operation name="Ns2Split">
    172         <documentation>
    173           The bindings of this operation are straightforward SOAP RPC 1.1.
    174         </documentation>
    175         <soap:operation soapAction="Ns2Split"/>
    176         <input>
    177           <soap:body use="encoded" parts="tns:Ns2SplitRequestBody"
    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:Ns2SplitResponseBody"
    183             namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
    184             encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    185         </output>
    186         <fault name="Ns2SplitFault">
    187           <soap:fault use="encoded"  name="tns:Ns2SplitFault"
     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"
    188188            namespace="http://www.isi.edu/faber/fedd_internal.wsdl"
    189189            encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
Note: See TracChangeset for help on using the changeset viewer.