IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 26, 2007, 1:47:05 PM (19 years ago)
Author:
jhoblitt
Message:

add Nebulous::Server->find_keys()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/nebulous.wsdl

    r4645 r13047  
    6060    </message>
    6161
     62    <message name="find_ObjectsRequest">
     63        <part name="pattern" type="xsd:string" />
     64    </message>
     65    <message name="find_ObjectsResponse">
     66        <!-- fixme -->
     67        <part name="result" type="tns:ArrayOfString" />
     68    </message>
     69
    6270    <message name="find_instancesRequest">
    6371        <part name="key" type="xsd:string" />
     
    114122            -->
    115123        </operation>
     124        <operation name="find_objects">
     125            <input  message="tns:find_objectsRequest" />
     126            <output message="tns:find_objectsResponse" />
     127            <!--
     128                <fault name="" message="" />
     129            -->
     130        </operation>
    116131        <operation name="find_instances">
    117132            <input  message="tns:find_instancesRequest" />
     
    175190        <operation name="unlock_object">
    176191            <soap:operation soapAction="urn:Nebulous/Server/SOAP#unlock_object" />
     192            <input>
     193                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     194                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     195            </input>
     196            <output>
     197                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
     198                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
     199            </output>
     200        </operation>
     201        <operation name="find_objects">
     202            <soap:operation soapAction="urn:Nebulous/Server/SOAP#find_objects" />
    177203            <input>
    178204                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
Note: See TracChangeset for help on using the changeset viewer.