Subversion Repositories XServices

Rev

Rev 83 | Rev 89 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
76 brianR 1
<?xml version="1.0" encoding="UTF-8"?>
84 brianR 2
<con:soapui-project name="StoreService" resourceRoot="" soapui-version="4.0.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="StorageServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}StorageServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/StorageServices?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/StorageServices?wsdl"><con:part><con:url>http://localhost:8080/XServices/StorageServices?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="StorageService" targetNamespace="http://ws.xservices.brutex.net" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://ws.xservices.brutex.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
83 brianR 3
  <wsdl:types>
4
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
5
      <xs:element name="createCollection" type="tns:createCollection"/>
6
      <xs:element name="createCollectionResponse" type="tns:createCollectionResponse"/>
7
      <xs:element name="storeBinary" type="tns:storeBinary"/>
8
      <xs:element name="storeBinaryResponse" type="tns:storeBinaryResponse"/>
9
      <xs:element name="storeText" type="tns:storeText"/>
10
      <xs:element name="storeTextResponse" type="tns:storeTextResponse"/>
11
      <xs:complexType name="storeText">
12
        <xs:sequence>
13
          <xs:element minOccurs="0" name="text" type="xs:string"/>
14
        </xs:sequence>
15
      </xs:complexType>
16
      <xs:complexType name="storeTextResponse">
17
        <xs:sequence>
18
          <xs:element minOccurs="0" name="return" type="xs:string"/>
19
        </xs:sequence>
20
      </xs:complexType>
21
      <xs:complexType name="storeBinary">
22
        <xs:sequence>
23
          <xs:element minOccurs="0" name="binary" type="tns:attachmentType"/>
24
        </xs:sequence>
25
      </xs:complexType>
26
      <xs:complexType name="attachmentType">
27
        <xs:sequence>
28
          <xs:element name="content" ns1:expectedContentTypes="application/octet-stream" type="xs:base64Binary" xmlns:ns1="http://www.w3.org/2005/05/xmlmime"/>
29
          <xs:element minOccurs="0" name="filename" type="xs:string"/>
30
        </xs:sequence>
31
      </xs:complexType>
32
      <xs:complexType name="storeBinaryResponse">
33
        <xs:sequence>
34
          <xs:element minOccurs="0" name="return" type="xs:string"/>
35
        </xs:sequence>
36
      </xs:complexType>
37
      <xs:complexType name="createCollection">
38
        <xs:sequence>
39
          <xs:element minOccurs="0" name="collection" type="tns:collectionType"/>
40
        </xs:sequence>
41
      </xs:complexType>
42
      <xs:complexType name="collectionType">
43
        <xs:sequence>
44
          <xs:element name="name" type="xs:string"/>
45
        </xs:sequence>
46
      </xs:complexType>
47
      <xs:complexType name="createCollectionResponse">
48
        <xs:sequence>
49
          <xs:element minOccurs="0" name="return" type="xs:string"/>
50
        </xs:sequence>
51
      </xs:complexType>
52
      <xs:complexType name="XServicesFault">
53
        <xs:sequence>
54
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
55
          <xs:element name="username" nillable="true" type="xs:string"/>
56
          <xs:element name="homedir" nillable="true" type="xs:string"/>
57
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
58
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
59
        </xs:sequence>
60
      </xs:complexType>
61
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
62
    </xs:schema>
63
  </wsdl:types>
64
  <wsdl:message name="createCollectionResponse">
65
    <wsdl:part element="tns:createCollectionResponse" name="parameters"></wsdl:part>
66
  </wsdl:message>
67
  <wsdl:message name="storeText">
68
    <wsdl:part element="tns:storeText" name="parameters"></wsdl:part>
69
  </wsdl:message>
70
  <wsdl:message name="createCollection">
71
    <wsdl:part element="tns:createCollection" name="parameters"></wsdl:part>
72
  </wsdl:message>
73
  <wsdl:message name="storeBinaryResponse">
74
    <wsdl:part element="tns:storeBinaryResponse" name="parameters"></wsdl:part>
75
  </wsdl:message>
76
  <wsdl:message name="storeTextResponse">
77
    <wsdl:part element="tns:storeTextResponse" name="parameters"></wsdl:part>
78
  </wsdl:message>
79
  <wsdl:message name="storeBinary">
80
    <wsdl:part element="tns:storeBinary" name="parameters"></wsdl:part>
81
  </wsdl:message>
82
  <wsdl:message name="XServicesFault">
83
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
84
  </wsdl:message>
85
  <wsdl:portType name="StorageService">
86
    <wsdl:operation name="storeText">
87
      <wsdl:documentation>Store text based data</wsdl:documentation>
88
      <wsdl:input message="tns:storeText" name="storeText"></wsdl:input>
89
      <wsdl:output message="tns:storeTextResponse" name="storeTextResponse"></wsdl:output>
90
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
91
    </wsdl:operation>
92
    <wsdl:operation name="storeBinary">
93
      <wsdl:documentation>Store binary data</wsdl:documentation>
94
      <wsdl:input message="tns:storeBinary" name="storeBinary"></wsdl:input>
95
      <wsdl:output message="tns:storeBinaryResponse" name="storeBinaryResponse"></wsdl:output>
96
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
97
    </wsdl:operation>
98
    <wsdl:operation name="createCollection">
99
      <wsdl:documentation>Create a new Collection by name.</wsdl:documentation>
100
      <wsdl:input message="tns:createCollection" name="createCollection"></wsdl:input>
101
      <wsdl:output message="tns:createCollectionResponse" name="createCollectionResponse"></wsdl:output>
102
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
103
    </wsdl:operation>
104
  </wsdl:portType>
105
  <wsdl:binding name="StorageServiceSoapBinding" type="tns:StorageService">
106
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
107
    <wsdl:operation name="storeText">
108
      <soap:operation soapAction="" style="document"/>
109
      <wsdl:input name="storeText">
110
        <soap:body use="literal"/>
111
      </wsdl:input>
112
      <wsdl:output name="storeTextResponse">
113
        <soap:body use="literal"/>
114
      </wsdl:output>
115
      <wsdl:fault name="XServicesFault">
116
        <soap:fault name="XServicesFault" use="literal"/>
117
      </wsdl:fault>
118
    </wsdl:operation>
119
    <wsdl:operation name="storeBinary">
120
      <soap:operation soapAction="" style="document"/>
121
      <wsdl:input name="storeBinary">
122
        <soap:body use="literal"/>
123
      </wsdl:input>
124
      <wsdl:output name="storeBinaryResponse">
125
        <soap:body use="literal"/>
126
      </wsdl:output>
127
      <wsdl:fault name="XServicesFault">
128
        <soap:fault name="XServicesFault" use="literal"/>
129
      </wsdl:fault>
130
    </wsdl:operation>
131
    <wsdl:operation name="createCollection">
132
      <soap:operation soapAction="" style="document"/>
133
      <wsdl:input name="createCollection">
134
        <soap:body use="literal"/>
135
      </wsdl:input>
136
      <wsdl:output name="createCollectionResponse">
137
        <soap:body use="literal"/>
138
      </wsdl:output>
139
      <wsdl:fault name="XServicesFault">
140
        <soap:fault name="XServicesFault" use="literal"/>
141
      </wsdl:fault>
142
    </wsdl:operation>
143
  </wsdl:binding>
144
  <wsdl:service name="StorageService">
145
    <wsdl:port binding="tns:StorageServiceSoapBinding" name="StorageServiceImplPort">
146
      <soap:address location="http://localhost:8080/XServices/StorageServices"/>
147
    </wsdl:port>
148
  </wsdl:service>
149
</wsdl:definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:8080/XServices/StorageServices</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="createCollection" bindingOperationName="createCollection" type="Request-Response" outputName="createCollectionResponse" inputName="createCollection" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/StorageServices</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
150
   <soapenv:Header/>
151
   <soapenv:Body>
152
      <ws:createCollection>
153
         <!--Optional:-->
154
         <collection>
155
            <!--Optional:-->
156
            <name>?</name>
157
         </collection>
158
      </ws:createCollection>
159
   </soapenv:Body>
160
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/createCollection"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/StorageServices</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
161
   <soapenv:Header/>
162
   <soapenv:Body>
163
      <ws:createCollection>
164
         <!--Optional:-->
165
         <collection>
166
            <name>kjkjb</name>
167
         </collection>
168
      </ws:createCollection>
169
   </soapenv:Body>
170
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/createCollection"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="storeBinary" bindingOperationName="storeBinary" type="Request-Response" outputName="storeBinaryResponse" inputName="storeBinary" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/StorageServices</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
171
   <soapenv:Header/>
172
   <soapenv:Body>
173
      <ws:storeBinary>
174
         <!--Optional:-->
175
         <binary>
176
            <content>cid:1152943655258</content>
177
            <!--Optional:-->
178
            <filename>?</filename>
179
         </binary>
180
      </ws:storeBinary>
181
   </soapenv:Body>
182
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/storeBinary"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="storeText" bindingOperationName="storeText" type="Request-Response" outputName="storeTextResponse" inputName="storeText" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/StorageServices</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
183
   <soapenv:Header/>
184
   <soapenv:Body>
185
      <ws:storeText>
186
         <!--Optional:-->
187
         <text>?</text>
188
      </ws:storeText>
189
   </soapenv:Body>
76 brianR 190
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/storeText"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>