Subversion Repositories XServices

Rev

Rev 69 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
67 brianR 1
<?xml version="1.0" encoding="UTF-8"?>
2
<con:soapui-project name="DateService" resourceRoot="" soapui-version="3.6.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="DateServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}DateServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/DateService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/DateService?wsdl"><con:part><con:url>http://localhost:8080/XServices/DateService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="DateService" 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">
3
  <wsdl:documentation>/*
4
*   Copyright 2010 Brian Rosenberger (Brutex Network)
5
*
6
*   Licensed under the Apache License, Version 2.0 (the "License")
7
*   you may not use this file except in compliance with the License.
8
*   You may obtain a copy of the License at
9
*
10
*       http://www.apache.org/licenses/LICENSE-2.0
11
*
12
*   Unless required by applicable law or agreed to in writing, software
13
*   distributed under the License is distributed on an "AS IS" BASIS,
14
*   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
*   See the License for the specific language governing permissions and
16
*   limitations under the License.
17
*/</wsdl:documentation>
18
  <wsdl:types>
19
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
20
      <xs:element name="formatDate" type="tns:formatDate"/>
21
      <xs:element name="formatDateAdvanced" type="tns:formatDateAdvanced"/>
22
      <xs:element name="formatDateAdvancedResponse" type="tns:formatDateAdvancedResponse"/>
23
      <xs:element name="formatDateResponse" type="tns:formatDateResponse"/>
24
      <xs:element name="getDate" type="tns:getDate"/>
25
      <xs:element name="getDateResponse" type="tns:getDateResponse"/>
26
      <xs:element name="getInTimezone" type="tns:getInTimezone"/>
27
      <xs:element name="getInTimezoneResponse" type="tns:getInTimezoneResponse"/>
28
      <xs:element name="getTimestamp" type="tns:getTimestamp"/>
29
      <xs:element name="getTimestampResponse" type="tns:getTimestampResponse"/>
30
      <xs:element name="parseDate" type="tns:parseDate"/>
31
      <xs:element name="parseDateAdvanced" type="tns:parseDateAdvanced"/>
32
      <xs:element name="parseDateAdvancedResponse" type="tns:parseDateAdvancedResponse"/>
33
      <xs:element name="parseDateResponse" type="tns:parseDateResponse"/>
34
      <xs:complexType name="getDate">
35
        <xs:sequence>
36
          <xs:element minOccurs="0" name="timezone" type="xs:string"/>
37
        </xs:sequence>
38
      </xs:complexType>
39
      <xs:complexType name="getDateResponse">
40
        <xs:sequence>
41
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
42
        </xs:sequence>
43
      </xs:complexType>
44
      <xs:complexType name="getInTimezone">
45
        <xs:sequence>
46
          <xs:element name="datetime" type="xs:dateTime"/>
47
          <xs:element name="timezone" type="xs:string"/>
48
        </xs:sequence>
49
      </xs:complexType>
50
      <xs:complexType name="getInTimezoneResponse">
51
        <xs:sequence>
52
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
53
        </xs:sequence>
54
      </xs:complexType>
55
      <xs:complexType name="formatDate">
56
        <xs:sequence>
57
          <xs:element name="datetime" type="xs:dateTime"/>
58
          <xs:element name="format" type="tns:dateFormatType"/>
59
        </xs:sequence>
60
      </xs:complexType>
61
      <xs:complexType name="formatDateResponse">
62
        <xs:sequence>
63
          <xs:element minOccurs="0" name="return" type="xs:string"/>
64
        </xs:sequence>
65
      </xs:complexType>
66
      <xs:complexType name="formatDateAdvanced">
67
        <xs:sequence>
68
          <xs:element name="datetime" type="xs:dateTime"/>
69
          <xs:element name="format" type="xs:string"/>
70
        </xs:sequence>
71
      </xs:complexType>
72
      <xs:complexType name="formatDateAdvancedResponse">
73
        <xs:sequence>
74
          <xs:element minOccurs="0" name="return" type="xs:string"/>
75
        </xs:sequence>
76
      </xs:complexType>
77
      <xs:complexType name="parseDate">
78
        <xs:sequence>
79
          <xs:element name="datetime" type="xs:string"/>
80
          <xs:element name="format" type="tns:dateFormatType"/>
81
        </xs:sequence>
82
      </xs:complexType>
83
      <xs:complexType name="parseDateResponse">
84
        <xs:sequence>
85
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
86
        </xs:sequence>
87
      </xs:complexType>
88
      <xs:complexType name="parseDateAdvanced">
89
        <xs:sequence>
90
          <xs:element name="datetime" type="xs:string"/>
91
          <xs:element name="format" type="xs:string"/>
92
        </xs:sequence>
93
      </xs:complexType>
94
      <xs:complexType name="parseDateAdvancedResponse">
95
        <xs:sequence>
96
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
97
        </xs:sequence>
98
      </xs:complexType>
99
      <xs:complexType name="getTimestamp">
100
        <xs:sequence/>
101
      </xs:complexType>
102
      <xs:complexType name="getTimestampResponse">
103
        <xs:sequence>
104
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
105
        </xs:sequence>
106
      </xs:complexType>
107
      <xs:simpleType name="dateFormatType">
108
        <xs:restriction base="xs:string">
109
          <xs:enumeration value="ISO 8601"/>
110
          <xs:enumeration value="yyyy/mm/dd"/>
111
          <xs:enumeration value="dd.mm.yyyy"/>
112
        </xs:restriction>
113
      </xs:simpleType>
114
      <xs:complexType name="XServicesFault">
115
        <xs:sequence>
116
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
117
          <xs:element name="username" nillable="true" type="xs:string"/>
118
          <xs:element name="homedir" nillable="true" type="xs:string"/>
119
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
120
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
121
        </xs:sequence>
122
      </xs:complexType>
123
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
124
    </xs:schema>
125
  </wsdl:types>
126
  <wsdl:message name="getDate">
127
    <wsdl:part element="tns:getDate" name="parameters"></wsdl:part>
128
  </wsdl:message>
129
  <wsdl:message name="getTimestamp">
130
    <wsdl:part element="tns:getTimestamp" name="parameters"></wsdl:part>
131
  </wsdl:message>
132
  <wsdl:message name="formatDateAdvanced">
133
    <wsdl:part element="tns:formatDateAdvanced" name="parameters"></wsdl:part>
134
  </wsdl:message>
135
  <wsdl:message name="parseDateAdvancedResponse">
136
    <wsdl:part element="tns:parseDateAdvancedResponse" name="parameters"></wsdl:part>
137
  </wsdl:message>
138
  <wsdl:message name="getDateResponse">
139
    <wsdl:part element="tns:getDateResponse" name="parameters"></wsdl:part>
140
  </wsdl:message>
141
  <wsdl:message name="formatDateAdvancedResponse">
142
    <wsdl:part element="tns:formatDateAdvancedResponse" name="parameters"></wsdl:part>
143
  </wsdl:message>
144
  <wsdl:message name="parseDateResponse">
145
    <wsdl:part element="tns:parseDateResponse" name="parameters"></wsdl:part>
146
  </wsdl:message>
147
  <wsdl:message name="parseDate">
148
    <wsdl:part element="tns:parseDate" name="parameters"></wsdl:part>
149
  </wsdl:message>
150
  <wsdl:message name="getInTimezoneResponse">
151
    <wsdl:part element="tns:getInTimezoneResponse" name="parameters"></wsdl:part>
152
  </wsdl:message>
153
  <wsdl:message name="parseDateAdvanced">
154
    <wsdl:part element="tns:parseDateAdvanced" name="parameters"></wsdl:part>
155
  </wsdl:message>
156
  <wsdl:message name="XServicesFault">
157
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
158
  </wsdl:message>
159
  <wsdl:message name="formatDate">
160
    <wsdl:part element="tns:formatDate" name="parameters"></wsdl:part>
161
  </wsdl:message>
162
  <wsdl:message name="formatDateResponse">
163
    <wsdl:part element="tns:formatDateResponse" name="parameters"></wsdl:part>
164
  </wsdl:message>
165
  <wsdl:message name="getTimestampResponse">
166
    <wsdl:part element="tns:getTimestampResponse" name="parameters"></wsdl:part>
167
  </wsdl:message>
168
  <wsdl:message name="getInTimezone">
169
    <wsdl:part element="tns:getInTimezone" name="parameters"></wsdl:part>
170
  </wsdl:message>
171
  <wsdl:portType name="DateService">
172
    <wsdl:operation name="getDate">
173
      <wsdl:input message="tns:getDate" name="getDate"></wsdl:input>
174
      <wsdl:output message="tns:getDateResponse" name="getDateResponse"></wsdl:output>
175
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
176
    </wsdl:operation>
177
    <wsdl:operation name="getInTimezone">
178
      <wsdl:input message="tns:getInTimezone" name="getInTimezone"></wsdl:input>
179
      <wsdl:output message="tns:getInTimezoneResponse" name="getInTimezoneResponse"></wsdl:output>
180
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
181
    </wsdl:operation>
182
    <wsdl:operation name="formatDate">
183
      <wsdl:input message="tns:formatDate" name="formatDate"></wsdl:input>
184
      <wsdl:output message="tns:formatDateResponse" name="formatDateResponse"></wsdl:output>
185
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
186
    </wsdl:operation>
187
    <wsdl:operation name="formatDateAdvanced">
188
      <wsdl:input message="tns:formatDateAdvanced" name="formatDateAdvanced"></wsdl:input>
189
      <wsdl:output message="tns:formatDateAdvancedResponse" name="formatDateAdvancedResponse"></wsdl:output>
190
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
191
    </wsdl:operation>
192
    <wsdl:operation name="parseDate">
193
      <wsdl:input message="tns:parseDate" name="parseDate"></wsdl:input>
194
      <wsdl:output message="tns:parseDateResponse" name="parseDateResponse"></wsdl:output>
195
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
196
    </wsdl:operation>
197
    <wsdl:operation name="parseDateAdvanced">
198
      <wsdl:input message="tns:parseDateAdvanced" name="parseDateAdvanced"></wsdl:input>
199
      <wsdl:output message="tns:parseDateAdvancedResponse" name="parseDateAdvancedResponse"></wsdl:output>
200
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
201
    </wsdl:operation>
202
    <wsdl:operation name="getTimestamp">
203
      <wsdl:input message="tns:getTimestamp" name="getTimestamp"></wsdl:input>
204
      <wsdl:output message="tns:getTimestampResponse" name="getTimestampResponse"></wsdl:output>
205
    </wsdl:operation>
206
  </wsdl:portType>
207
  <wsdl:binding name="DateServiceSoapBinding" type="tns:DateService">
208
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
209
    <wsdl:operation name="getDate">
210
      <soap:operation soapAction="" style="document"/>
211
      <wsdl:input name="getDate">
212
        <soap:body use="literal"/>
213
      </wsdl:input>
214
      <wsdl:output name="getDateResponse">
215
        <soap:body use="literal"/>
216
      </wsdl:output>
217
      <wsdl:fault name="XServicesFault">
218
        <soap:fault name="XServicesFault" use="literal"/>
219
      </wsdl:fault>
220
    </wsdl:operation>
221
    <wsdl:operation name="getInTimezone">
222
      <soap:operation soapAction="" style="document"/>
223
      <wsdl:input name="getInTimezone">
224
        <soap:body use="literal"/>
225
      </wsdl:input>
226
      <wsdl:output name="getInTimezoneResponse">
227
        <soap:body use="literal"/>
228
      </wsdl:output>
229
      <wsdl:fault name="XServicesFault">
230
        <soap:fault name="XServicesFault" use="literal"/>
231
      </wsdl:fault>
232
    </wsdl:operation>
233
    <wsdl:operation name="formatDate">
234
      <soap:operation soapAction="" style="document"/>
235
      <wsdl:input name="formatDate">
236
        <soap:body use="literal"/>
237
      </wsdl:input>
238
      <wsdl:output name="formatDateResponse">
239
        <soap:body use="literal"/>
240
      </wsdl:output>
241
      <wsdl:fault name="XServicesFault">
242
        <soap:fault name="XServicesFault" use="literal"/>
243
      </wsdl:fault>
244
    </wsdl:operation>
245
    <wsdl:operation name="formatDateAdvanced">
246
      <soap:operation soapAction="" style="document"/>
247
      <wsdl:input name="formatDateAdvanced">
248
        <soap:body use="literal"/>
249
      </wsdl:input>
250
      <wsdl:output name="formatDateAdvancedResponse">
251
        <soap:body use="literal"/>
252
      </wsdl:output>
253
      <wsdl:fault name="XServicesFault">
254
        <soap:fault name="XServicesFault" use="literal"/>
255
      </wsdl:fault>
256
    </wsdl:operation>
257
    <wsdl:operation name="parseDate">
258
      <soap:operation soapAction="" style="document"/>
259
      <wsdl:input name="parseDate">
260
        <soap:body use="literal"/>
261
      </wsdl:input>
262
      <wsdl:output name="parseDateResponse">
263
        <soap:body use="literal"/>
264
      </wsdl:output>
265
      <wsdl:fault name="XServicesFault">
266
        <soap:fault name="XServicesFault" use="literal"/>
267
      </wsdl:fault>
268
    </wsdl:operation>
269
    <wsdl:operation name="parseDateAdvanced">
270
      <soap:operation soapAction="" style="document"/>
271
      <wsdl:input name="parseDateAdvanced">
272
        <soap:body use="literal"/>
273
      </wsdl:input>
274
      <wsdl:output name="parseDateAdvancedResponse">
275
        <soap:body use="literal"/>
276
      </wsdl:output>
277
      <wsdl:fault name="XServicesFault">
278
        <soap:fault name="XServicesFault" use="literal"/>
279
      </wsdl:fault>
280
    </wsdl:operation>
281
    <wsdl:operation name="getTimestamp">
282
      <soap:operation soapAction="" style="document"/>
283
      <wsdl:input name="getTimestamp">
284
        <soap:body use="literal"/>
285
      </wsdl:input>
286
      <wsdl:output name="getTimestampResponse">
287
        <soap:body use="literal"/>
288
      </wsdl:output>
289
    </wsdl:operation>
290
  </wsdl:binding>
291
  <wsdl:service name="DateService">
292
    <wsdl:port binding="tns:DateServiceSoapBinding" name="DateServiceImplPort">
293
      <soap:address location="http://localhost:8080/XServices/DateService"/>
294
    </wsdl:port>
295
  </wsdl:service>
296
</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/DateService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="getDate" bindingOperationName="getDate" type="Request-Response" outputName="getDateResponse" inputName="getDate" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><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/DateService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
297
   <soapenv:Header/>
298
   <soapenv:Body>
299
      <ws:getDate>
300
         </ws:getDate>
301
   </soapenv:Body>
302
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getDate"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getTimestamp" bindingOperationName="getTimestamp" type="Request-Response" outputName="getTimestampResponse" inputName="getTimestamp" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><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/DateService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
303
   <soapenv:Header/>
304
   <soapenv:Body>
305
      <ws:getTimestamp/>
306
   </soapenv:Body>
307
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getTimestamp"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getInTimezone" bindingOperationName="getInTimezone" type="Request-Response" outputName="getInTimezoneResponse" inputName="getInTimezone" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><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/DateService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
308
   <soapenv:Header/>
309
   <soapenv:Body>
310
      <ws:getInTimezone>
311
         <datetime>2011-05-30T16:05:36-11:00</datetime>
312
         <timezone>Europe/Amsterdam</timezone>
313
      </ws:getInTimezone>
314
   </soapenv:Body>
315
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getInTimezone"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="formatDate" bindingOperationName="formatDate" type="Request-Response" outputName="formatDateResponse" inputName="formatDate" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><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/DateService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
316
   <soapenv:Header/>
317
   <soapenv:Body>
318
      <ws:formatDate>
319
         <datetime>2010-06-15Z</datetime>
320
         <format>ISO 8601</format>
321
      </ws:formatDate>
322
   </soapenv:Body>
323
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/formatDate"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="formatDateAdvanced" bindingOperationName="formatDateAdvanced" type="Request-Response" outputName="formatDateAdvancedResponse" inputName="formatDateAdvanced" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="Request 1"><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/DateService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
324
   <soapenv:Header/>
325
   <soapenv:Body>
326
      <ws:formatDateAdvanced>
327
         <datetime>2011-05-24T17:22:42+02:00</datetime>
328
         <format>mmddyyyy-WW</format>
329
      </ws:formatDateAdvanced>
330
   </soapenv:Body>
331
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/formatDateAdvanced"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="parseDate" bindingOperationName="parseDate" type="Request-Response" outputName="parseDateResponse" inputName="parseDate" 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/DateService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
332
   <soapenv:Header/>
333
   <soapenv:Body>
334
      <ws:parseDate>
335
         <datetime>?</datetime>
336
         <format>?</format>
337
      </ws:parseDate>
338
   </soapenv:Body>
339
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/parseDate"/></con:call></con:operation><con:operation isOneWay="false" action="" name="parseDateAdvanced" bindingOperationName="parseDateAdvanced" type="Request-Response" outputName="parseDateAdvancedResponse" inputName="parseDateAdvanced" 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/DateService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
340
   <soapenv:Header/>
341
   <soapenv:Body>
342
      <ws:parseDateAdvanced>
343
         <datetime>?</datetime>
344
         <format>?</format>
345
      </ws:parseDateAdvanced>
346
   </soapenv:Body>
347
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/parseDateAdvanced"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>