Ignore:
Timestamp:
Nov 6, 2008 9:18:37 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
4ed10ae
Parents:
9c166cf
Message:

content in the WSDL comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_internal_messages.wsdl

    r9c166cf r2dafa0c  
    77  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    88  xmlns="http://schemas.xmlsoap.org/wsdl/">
     9
     10  <!--
     11  The message definitions are all simple embeddings of one of the types
     12  from fedd_types.xsd
     13  -->
    914
    1015  <message name="FaultMessage">
     
    3136  <portType name="feddInternalPortType">
    3237    <operation name="AllocateProject">
     38      <documentation>
     39        This internal interface allows the part of a fedd running on a machine
     40        other than the boss node of the emulab in question to request creation
     41        of a dynamic project on the boss node.
     42      </documentation>
    3343      <input message="tns:AllocateProjectRequestMessage"/>
    3444      <output message="tns:AllocateProjectResponseMessage"/>
     
    3646    </operation>
    3747    <operation name="Ns2Split">
     48      <documentation>
     49        This allows a fedd that does not have direct access to the modified ns
     50        parser that splits a CEDL description into federation data to access
     51        that functionality remotely.
     52      </documentation>
    3853      <input message="tns:Ns2SplitRequestMessage"/>
    3954      <output message="tns:Ns2SplitResponseMessage"/>
Note: See TracChangeset for help on using the changeset viewer.