IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3061


Ignore:
Timestamp:
Jan 18, 2005, 4:22:37 PM (22 years ago)
Author:
jhoblitt
Message:

add ArrayOfString type for find_instanceResponse

File:
1 edited

Legend:

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

    r2922 r3061  
    99    xmlns:ns="urn:PS/IPP/IData/Server/SOAP">
    1010
     11    <types>
     12        <schema xmlns="http://www.w3.org/2001/XMLSchema"
     13            targetNamespace="urn:PS/IPP/IData/Server/SOAP"
     14            xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     15            xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
     16 
     17            <complexType name="ArrayOfString">
     18                <complexContent>
     19                    <restriction base="soapenc:Array">
     20                        <attribute ref="soapenc:arrayType"
     21                            wsdl:arrayType="string[]"/>
     22                    </restriction>
     23                </complexContent>
     24            </complexType>
     25        </schema>
     26    </types>
     27
    1128    <message name="create_objectRequest">
    1229        <part name="key" type="xsd:string" />
     
    4966    <message name="find_instancesResponse">
    5067        <!-- fixme -->
    51         <part name="result" type="xsd:int" />
     68        <part name="result" type="tns:ArrayOfString" />
    5269    </message>
    5370
Note: See TracChangeset for help on using the changeset viewer.