Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/trunk/test/wsdl/qualified/lp.xsd

Revision 1584, 0.9 kB (checked in by nahi, 3 years ago)

rpc/literal support. closes #118.

Line 
1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:lp="urn:lp" targetNamespace="urn:lp" elementFormDefault="unqualified">
2
3   <xs:complexType name="login">
4     <xs:sequence>
5       <xs:element name="username" type="xs:string"/>
6       <xs:element name="password" type="xs:string"/>
7       <xs:element name="timezone" type="xs:string" minOccurs="0" maxOccurs="1"/>
8     </xs:sequence>
9   </xs:complexType>
10
11   <xs:element name="login" type="lp:login"/>
12
13   <xs:complexType name="loginResponse">
14     <xs:sequence>
15       <xs:element name="loginResult">
16         <xs:complexType>
17           <xs:sequence>
18             <xs:element name="sessionID" type="xs:string"/>
19           </xs:sequence>
20         </xs:complexType>
21       </xs:element>
22     </xs:sequence>
23   </xs:complexType>
24
25   <xs:element name="loginResponse" type="lp:loginResponse"/>
26 </xs:schema>
Note: See TracBrowser for help on using the browser.