Changeset 3061
- Timestamp:
- Jan 18, 2005, 4:22:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/nebulous.wsdl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/nebulous.wsdl
r2922 r3061 9 9 xmlns:ns="urn:PS/IPP/IData/Server/SOAP"> 10 10 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 11 28 <message name="create_objectRequest"> 12 29 <part name="key" type="xsd:string" /> … … 49 66 <message name="find_instancesResponse"> 50 67 <!-- fixme --> 51 <part name="result" type=" xsd:int" />68 <part name="result" type="tns:ArrayOfString" /> 52 69 </message> 53 70
Note:
See TracChangeset
for help on using the changeset viewer.
