Subversion Repositories XServices

Rev

Rev 67 | Rev 70 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 69
1
<?xml version="1.0" encoding="UTF-8"?>
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">
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>/*
3
  <wsdl:documentation>/*
4
*   Copyright 2010 Brian Rosenberger (Brutex Network)
4
*   Copyright 2010 Brian Rosenberger (Brutex Network)
5
*
5
*
6
*   Licensed under the Apache License, Version 2.0 (the "License")
6
*   Licensed under the Apache License, Version 2.0 (the "License")
7
*   you may not use this file except in compliance with 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
8
*   You may obtain a copy of the License at
9
*
9
*
10
*       http://www.apache.org/licenses/LICENSE-2.0
10
*       http://www.apache.org/licenses/LICENSE-2.0
11
*
11
*
12
*   Unless required by applicable law or agreed to in writing, software
12
*   Unless required by applicable law or agreed to in writing, software
13
*   distributed under the License is distributed on an "AS IS" BASIS,
13
*   distributed under the License is distributed on an "AS IS" BASIS,
14
*   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
*   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
*   See the License for the specific language governing permissions and
15
*   See the License for the specific language governing permissions and
16
*   limitations under the License.
16
*   limitations under the License.
17
*/</wsdl:documentation>
17
*/</wsdl:documentation>
18
  <wsdl:types>
18
  <wsdl:types>
19
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
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="dateAdd" type="tns:dateAdd"/>
-
 
21
      <xs:element name="dateAddResponse" type="tns:dateAddResponse"/>
-
 
22
      <xs:element name="dateTimeDiff" type="tns:dateTimeDiff"/>
-
 
23
      <xs:element name="dateTimeDiff2" type="tns:dateTimeDiff2"/>
-
 
24
      <xs:element name="dateTimeDiff2Response" type="tns:dateTimeDiff2Response"/>
-
 
25
      <xs:element name="dateTimeDiffResponse" type="tns:dateTimeDiffResponse"/>
20
      <xs:element name="formatDate" type="tns:formatDate"/>
26
      <xs:element name="formatDate" type="tns:formatDate"/>
21
      <xs:element name="formatDateAdvanced" type="tns:formatDateAdvanced"/>
27
      <xs:element name="formatDateAdvanced" type="tns:formatDateAdvanced"/>
22
      <xs:element name="formatDateAdvancedResponse" type="tns:formatDateAdvancedResponse"/>
28
      <xs:element name="formatDateAdvancedResponse" type="tns:formatDateAdvancedResponse"/>
23
      <xs:element name="formatDateResponse" type="tns:formatDateResponse"/>
29
      <xs:element name="formatDateResponse" type="tns:formatDateResponse"/>
24
      <xs:element name="getDate" type="tns:getDate"/>
30
      <xs:element name="getDate" type="tns:getDate"/>
25
      <xs:element name="getDateResponse" type="tns:getDateResponse"/>
31
      <xs:element name="getDateResponse" type="tns:getDateResponse"/>
26
      <xs:element name="getInTimezone" type="tns:getInTimezone"/>
32
      <xs:element name="getInTimezone" type="tns:getInTimezone"/>
27
      <xs:element name="getInTimezoneResponse" type="tns:getInTimezoneResponse"/>
33
      <xs:element name="getInTimezoneResponse" type="tns:getInTimezoneResponse"/>
28
      <xs:element name="getTimestamp" type="tns:getTimestamp"/>
34
      <xs:element name="getTimestamp" type="tns:getTimestamp"/>
29
      <xs:element name="getTimestampResponse" type="tns:getTimestampResponse"/>
35
      <xs:element name="getTimestampResponse" type="tns:getTimestampResponse"/>
30
      <xs:element name="parseDate" type="tns:parseDate"/>
36
      <xs:element name="parseDate" type="tns:parseDate"/>
31
      <xs:element name="parseDateAdvanced" type="tns:parseDateAdvanced"/>
37
      <xs:element name="parseDateAdvanced" type="tns:parseDateAdvanced"/>
32
      <xs:element name="parseDateAdvancedResponse" type="tns:parseDateAdvancedResponse"/>
38
      <xs:element name="parseDateAdvancedResponse" type="tns:parseDateAdvancedResponse"/>
33
      <xs:element name="parseDateResponse" type="tns:parseDateResponse"/>
39
      <xs:element name="parseDateResponse" type="tns:parseDateResponse"/>
-
 
40
      <xs:complexType name="dateAdd">
-
 
41
        <xs:sequence>
-
 
42
          <xs:element name="datetime" type="xs:dateTime"/>
-
 
43
          <xs:element name="value" type="xs:integer"/>
-
 
44
          <xs:element name="unit" type="tns:dateTimeUnits"/>
-
 
45
        </xs:sequence>
-
 
46
      </xs:complexType>
-
 
47
      <xs:complexType name="dateAddResponse">
-
 
48
        <xs:sequence>
-
 
49
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
-
 
50
        </xs:sequence>
-
 
51
      </xs:complexType>
34
      <xs:complexType name="getDate">
52
      <xs:complexType name="getDate">
35
        <xs:sequence>
53
        <xs:sequence>
36
          <xs:element minOccurs="0" name="timezone" type="xs:string"/>
54
          <xs:element minOccurs="0" name="timezone" type="xs:string"/>
37
        </xs:sequence>
55
        </xs:sequence>
38
      </xs:complexType>
56
      </xs:complexType>
39
      <xs:complexType name="getDateResponse">
57
      <xs:complexType name="getDateResponse">
40
        <xs:sequence>
58
        <xs:sequence>
41
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
59
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
42
        </xs:sequence>
60
        </xs:sequence>
43
      </xs:complexType>
61
      </xs:complexType>
44
      <xs:complexType name="getInTimezone">
62
      <xs:complexType name="getInTimezone">
45
        <xs:sequence>
63
        <xs:sequence>
46
          <xs:element name="datetime" type="xs:dateTime"/>
64
          <xs:element name="datetime" type="xs:dateTime"/>
47
          <xs:element name="timezone" type="xs:string"/>
65
          <xs:element name="timezone" type="xs:string"/>
48
        </xs:sequence>
66
        </xs:sequence>
49
      </xs:complexType>
67
      </xs:complexType>
50
      <xs:complexType name="getInTimezoneResponse">
68
      <xs:complexType name="getInTimezoneResponse">
51
        <xs:sequence>
69
        <xs:sequence>
52
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
70
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
53
        </xs:sequence>
71
        </xs:sequence>
54
      </xs:complexType>
72
      </xs:complexType>
55
      <xs:complexType name="formatDate">
73
      <xs:complexType name="formatDate">
56
        <xs:sequence>
74
        <xs:sequence>
57
          <xs:element name="datetime" type="xs:dateTime"/>
75
          <xs:element name="datetime" type="xs:dateTime"/>
58
          <xs:element name="format" type="tns:dateFormatType"/>
76
          <xs:element name="format" type="tns:dateFormatType"/>
59
        </xs:sequence>
77
        </xs:sequence>
60
      </xs:complexType>
78
      </xs:complexType>
61
      <xs:complexType name="formatDateResponse">
79
      <xs:complexType name="formatDateResponse">
62
        <xs:sequence>
80
        <xs:sequence>
63
          <xs:element minOccurs="0" name="return" type="xs:string"/>
81
          <xs:element minOccurs="0" name="return" type="xs:string"/>
64
        </xs:sequence>
82
        </xs:sequence>
65
      </xs:complexType>
83
      </xs:complexType>
-
 
84
      <xs:complexType name="dateTimeDiff2">
-
 
85
        <xs:sequence>
-
 
86
          <xs:element name="fromDateTime" type="xs:dateTime"/>
-
 
87
          <xs:element name="toDateTime" type="xs:dateTime"/>
-
 
88
          <xs:element minOccurs="0" name="PARAM_UNIT" type="tns:dateTimeUnits"/>
-
 
89
        </xs:sequence>
-
 
90
      </xs:complexType>
-
 
91
      <xs:complexType name="dateTimeDiff2Response">
-
 
92
        <xs:sequence>
-
 
93
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
-
 
94
        </xs:sequence>
-
 
95
      </xs:complexType>
66
      <xs:complexType name="formatDateAdvanced">
96
      <xs:complexType name="formatDateAdvanced">
67
        <xs:sequence>
97
        <xs:sequence>
68
          <xs:element name="datetime" type="xs:dateTime"/>
98
          <xs:element name="datetime" type="xs:dateTime"/>
69
          <xs:element name="format" type="xs:string"/>
99
          <xs:element name="format" type="xs:string"/>
70
        </xs:sequence>
100
        </xs:sequence>
71
      </xs:complexType>
101
      </xs:complexType>
72
      <xs:complexType name="formatDateAdvancedResponse">
102
      <xs:complexType name="formatDateAdvancedResponse">
73
        <xs:sequence>
103
        <xs:sequence>
74
          <xs:element minOccurs="0" name="return" type="xs:string"/>
104
          <xs:element minOccurs="0" name="return" type="xs:string"/>
75
        </xs:sequence>
105
        </xs:sequence>
76
      </xs:complexType>
106
      </xs:complexType>
77
      <xs:complexType name="parseDate">
107
      <xs:complexType name="parseDate">
78
        <xs:sequence>
108
        <xs:sequence>
79
          <xs:element name="datetime" type="xs:string"/>
109
          <xs:element name="datetime" type="xs:string"/>
80
          <xs:element name="format" type="tns:dateFormatType"/>
110
          <xs:element name="format" type="tns:dateFormatType"/>
-
 
111
          <xs:element minOccurs="0" name="timezone" type="xs:string"/>
81
        </xs:sequence>
112
        </xs:sequence>
82
      </xs:complexType>
113
      </xs:complexType>
83
      <xs:complexType name="parseDateResponse">
114
      <xs:complexType name="parseDateResponse">
84
        <xs:sequence>
115
        <xs:sequence>
85
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
116
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
86
        </xs:sequence>
117
        </xs:sequence>
87
      </xs:complexType>
118
      </xs:complexType>
88
      <xs:complexType name="parseDateAdvanced">
119
      <xs:complexType name="parseDateAdvanced">
89
        <xs:sequence>
120
        <xs:sequence>
90
          <xs:element name="datetime" type="xs:string"/>
121
          <xs:element name="datetime" type="xs:string"/>
91
          <xs:element name="format" type="xs:string"/>
122
          <xs:element name="format" type="xs:string"/>
-
 
123
          <xs:element minOccurs="0" name="timezone" type="xs:string"/>
92
        </xs:sequence>
124
        </xs:sequence>
93
      </xs:complexType>
125
      </xs:complexType>
94
      <xs:complexType name="parseDateAdvancedResponse">
126
      <xs:complexType name="parseDateAdvancedResponse">
95
        <xs:sequence>
127
        <xs:sequence>
96
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
128
          <xs:element minOccurs="0" name="return" type="xs:dateTime"/>
97
        </xs:sequence>
129
        </xs:sequence>
98
      </xs:complexType>
130
      </xs:complexType>
99
      <xs:complexType name="getTimestamp">
131
      <xs:complexType name="getTimestamp">
100
        <xs:sequence/>
132
        <xs:sequence/>
101
      </xs:complexType>
133
      </xs:complexType>
102
      <xs:complexType name="getTimestampResponse">
134
      <xs:complexType name="getTimestampResponse">
103
        <xs:sequence>
135
        <xs:sequence>
104
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
136
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
105
        </xs:sequence>
137
        </xs:sequence>
106
      </xs:complexType>
138
      </xs:complexType>
-
 
139
      <xs:complexType name="dateTimeDiff">
-
 
140
        <xs:sequence>
-
 
141
          <xs:element name="fromDateTime" type="xs:dateTime"/>
-
 
142
          <xs:element name="toDateTime" type="xs:dateTime"/>
-
 
143
        </xs:sequence>
-
 
144
      </xs:complexType>
-
 
145
      <xs:complexType name="dateTimeDiffResponse">
-
 
146
        <xs:sequence>
-
 
147
          <xs:element minOccurs="0" name="return" type="xs:integer"/>
-
 
148
        </xs:sequence>
-
 
149
      </xs:complexType>
-
 
150
      <xs:simpleType name="dateTimeUnits">
-
 
151
        <xs:restriction base="xs:string">
-
 
152
          <xs:enumeration value="milliseconds"/>
-
 
153
          <xs:enumeration value="seconds"/>
-
 
154
          <xs:enumeration value="minutes"/>
-
 
155
          <xs:enumeration value="hours"/>
-
 
156
          <xs:enumeration value="days"/>
-
 
157
        </xs:restriction>
-
 
158
      </xs:simpleType>
107
      <xs:simpleType name="dateFormatType">
159
      <xs:simpleType name="dateFormatType">
108
        <xs:restriction base="xs:string">
160
        <xs:restriction base="xs:string">
109
          <xs:enumeration value="ISO 8601"/>
161
          <xs:enumeration value="ISO 8601"/>
110
          <xs:enumeration value="yyyy/mm/dd"/>
162
          <xs:enumeration value="yyyy/mm/dd"/>
111
          <xs:enumeration value="dd.mm.yyyy"/>
163
          <xs:enumeration value="dd.mm.yyyy"/>
112
        </xs:restriction>
164
        </xs:restriction>
113
      </xs:simpleType>
165
      </xs:simpleType>
114
      <xs:complexType name="XServicesFault">
166
      <xs:complexType name="XServicesFault">
115
        <xs:sequence>
167
        <xs:sequence>
116
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
168
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
117
          <xs:element name="username" nillable="true" type="xs:string"/>
169
          <xs:element name="username" nillable="true" type="xs:string"/>
118
          <xs:element name="homedir" nillable="true" type="xs:string"/>
170
          <xs:element name="homedir" nillable="true" type="xs:string"/>
119
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
171
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
120
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
172
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
121
        </xs:sequence>
173
        </xs:sequence>
122
      </xs:complexType>
174
      </xs:complexType>
123
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
175
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
124
    </xs:schema>
176
    </xs:schema>
125
  </wsdl:types>
177
  </wsdl:types>
-
 
178
  <wsdl:message name="dateAdd">
-
 
179
    <wsdl:part element="tns:dateAdd" name="parameters"></wsdl:part>
-
 
180
  </wsdl:message>
126
  <wsdl:message name="getDate">
181
  <wsdl:message name="getDate">
127
    <wsdl:part element="tns:getDate" name="parameters"></wsdl:part>
182
    <wsdl:part element="tns:getDate" name="parameters"></wsdl:part>
128
  </wsdl:message>
183
  </wsdl:message>
129
  <wsdl:message name="getTimestamp">
184
  <wsdl:message name="getTimestamp">
130
    <wsdl:part element="tns:getTimestamp" name="parameters"></wsdl:part>
185
    <wsdl:part element="tns:getTimestamp" name="parameters"></wsdl:part>
131
  </wsdl:message>
186
  </wsdl:message>
-
 
187
  <wsdl:message name="parseDateAdvancedResponse">
-
 
188
    <wsdl:part element="tns:parseDateAdvancedResponse" name="parameters"></wsdl:part>
-
 
189
  </wsdl:message>
132
  <wsdl:message name="formatDateAdvanced">
190
  <wsdl:message name="formatDateAdvanced">
133
    <wsdl:part element="tns:formatDateAdvanced" name="parameters"></wsdl:part>
191
    <wsdl:part element="tns:formatDateAdvanced" name="parameters"></wsdl:part>
134
  </wsdl:message>
192
  </wsdl:message>
135
  <wsdl:message name="parseDateAdvancedResponse">
193
  <wsdl:message name="parseDateResponse">
136
    <wsdl:part element="tns:parseDateAdvancedResponse" name="parameters"></wsdl:part>
194
    <wsdl:part element="tns:parseDateResponse" name="parameters"></wsdl:part>
137
  </wsdl:message>
195
  </wsdl:message>
138
  <wsdl:message name="getDateResponse">
196
  <wsdl:message name="getDateResponse">
139
    <wsdl:part element="tns:getDateResponse" name="parameters"></wsdl:part>
197
    <wsdl:part element="tns:getDateResponse" name="parameters"></wsdl:part>
140
  </wsdl:message>
198
  </wsdl:message>
141
  <wsdl:message name="formatDateAdvancedResponse">
199
  <wsdl:message name="formatDateAdvancedResponse">
142
    <wsdl:part element="tns:formatDateAdvancedResponse" name="parameters"></wsdl:part>
200
    <wsdl:part element="tns:formatDateAdvancedResponse" name="parameters"></wsdl:part>
143
  </wsdl:message>
201
  </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">
202
  <wsdl:message name="parseDate">
148
    <wsdl:part element="tns:parseDate" name="parameters"></wsdl:part>
203
    <wsdl:part element="tns:parseDate" name="parameters"></wsdl:part>
149
  </wsdl:message>
204
  </wsdl:message>
150
  <wsdl:message name="getInTimezoneResponse">
205
  <wsdl:message name="getInTimezoneResponse">
151
    <wsdl:part element="tns:getInTimezoneResponse" name="parameters"></wsdl:part>
206
    <wsdl:part element="tns:getInTimezoneResponse" name="parameters"></wsdl:part>
152
  </wsdl:message>
207
  </wsdl:message>
-
 
208
  <wsdl:message name="dateTimeDiff2Response">
-
 
209
    <wsdl:part element="tns:dateTimeDiff2Response" name="parameters"></wsdl:part>
-
 
210
  </wsdl:message>
153
  <wsdl:message name="parseDateAdvanced">
211
  <wsdl:message name="parseDateAdvanced">
154
    <wsdl:part element="tns:parseDateAdvanced" name="parameters"></wsdl:part>
212
    <wsdl:part element="tns:parseDateAdvanced" name="parameters"></wsdl:part>
155
  </wsdl:message>
213
  </wsdl:message>
156
  <wsdl:message name="XServicesFault">
214
  <wsdl:message name="XServicesFault">
157
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
215
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
158
  </wsdl:message>
216
  </wsdl:message>
159
  <wsdl:message name="formatDate">
217
  <wsdl:message name="formatDate">
160
    <wsdl:part element="tns:formatDate" name="parameters"></wsdl:part>
218
    <wsdl:part element="tns:formatDate" name="parameters"></wsdl:part>
161
  </wsdl:message>
219
  </wsdl:message>
162
  <wsdl:message name="formatDateResponse">
220
  <wsdl:message name="formatDateResponse">
163
    <wsdl:part element="tns:formatDateResponse" name="parameters"></wsdl:part>
221
    <wsdl:part element="tns:formatDateResponse" name="parameters"></wsdl:part>
164
  </wsdl:message>
222
  </wsdl:message>
-
 
223
  <wsdl:message name="dateTimeDiff">
-
 
224
    <wsdl:part element="tns:dateTimeDiff" name="parameters"></wsdl:part>
-
 
225
  </wsdl:message>
165
  <wsdl:message name="getTimestampResponse">
226
  <wsdl:message name="getTimestampResponse">
166
    <wsdl:part element="tns:getTimestampResponse" name="parameters"></wsdl:part>
227
    <wsdl:part element="tns:getTimestampResponse" name="parameters"></wsdl:part>
167
  </wsdl:message>
228
  </wsdl:message>
168
  <wsdl:message name="getInTimezone">
229
  <wsdl:message name="getInTimezone">
169
    <wsdl:part element="tns:getInTimezone" name="parameters"></wsdl:part>
230
    <wsdl:part element="tns:getInTimezone" name="parameters"></wsdl:part>
170
  </wsdl:message>
231
  </wsdl:message>
-
 
232
  <wsdl:message name="dateTimeDiff2">
-
 
233
    <wsdl:part element="tns:dateTimeDiff2" name="parameters"></wsdl:part>
-
 
234
  </wsdl:message>
-
 
235
  <wsdl:message name="dateTimeDiffResponse">
-
 
236
    <wsdl:part element="tns:dateTimeDiffResponse" name="parameters"></wsdl:part>
-
 
237
  </wsdl:message>
-
 
238
  <wsdl:message name="dateAddResponse">
-
 
239
    <wsdl:part element="tns:dateAddResponse" name="parameters"></wsdl:part>
-
 
240
  </wsdl:message>
171
  <wsdl:portType name="DateService">
241
  <wsdl:portType name="DateService">
-
 
242
    <wsdl:operation name="dateAdd">
-
 
243
      <wsdl:documentation>Add or substract a time span from a date.</wsdl:documentation>
-
 
244
      <wsdl:input message="tns:dateAdd" name="dateAdd"></wsdl:input>
-
 
245
      <wsdl:output message="tns:dateAddResponse" name="dateAddResponse"></wsdl:output>
-
 
246
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
247
    </wsdl:operation>
172
    <wsdl:operation name="getDate">
248
    <wsdl:operation name="getDate">
-
 
249
      <wsdl:documentation>Get current date and time.</wsdl:documentation>
173
      <wsdl:input message="tns:getDate" name="getDate"></wsdl:input>
250
      <wsdl:input message="tns:getDate" name="getDate"></wsdl:input>
174
      <wsdl:output message="tns:getDateResponse" name="getDateResponse"></wsdl:output>
251
      <wsdl:output message="tns:getDateResponse" name="getDateResponse"></wsdl:output>
175
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
252
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
176
    </wsdl:operation>
253
    </wsdl:operation>
177
    <wsdl:operation name="getInTimezone">
254
    <wsdl:operation name="getInTimezone">
178
      <wsdl:input message="tns:getInTimezone" name="getInTimezone"></wsdl:input>
255
      <wsdl:input message="tns:getInTimezone" name="getInTimezone"></wsdl:input>
179
      <wsdl:output message="tns:getInTimezoneResponse" name="getInTimezoneResponse"></wsdl:output>
256
      <wsdl:output message="tns:getInTimezoneResponse" name="getInTimezoneResponse"></wsdl:output>
180
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
257
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
181
    </wsdl:operation>
258
    </wsdl:operation>
182
    <wsdl:operation name="formatDate">
259
    <wsdl:operation name="formatDate">
183
      <wsdl:input message="tns:formatDate" name="formatDate"></wsdl:input>
260
      <wsdl:input message="tns:formatDate" name="formatDate"></wsdl:input>
184
      <wsdl:output message="tns:formatDateResponse" name="formatDateResponse"></wsdl:output>
261
      <wsdl:output message="tns:formatDateResponse" name="formatDateResponse"></wsdl:output>
185
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
262
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
186
    </wsdl:operation>
263
    </wsdl:operation>
-
 
264
    <wsdl:operation name="dateTimeDiff2">
-
 
265
      <wsdl:documentation>Get elapsed time between to dates.</wsdl:documentation>
-
 
266
      <wsdl:input message="tns:dateTimeDiff2" name="dateTimeDiff2"></wsdl:input>
-
 
267
      <wsdl:output message="tns:dateTimeDiff2Response" name="dateTimeDiff2Response"></wsdl:output>
-
 
268
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
269
    </wsdl:operation>
187
    <wsdl:operation name="formatDateAdvanced">
270
    <wsdl:operation name="formatDateAdvanced">
188
      <wsdl:input message="tns:formatDateAdvanced" name="formatDateAdvanced"></wsdl:input>
271
      <wsdl:input message="tns:formatDateAdvanced" name="formatDateAdvanced"></wsdl:input>
189
      <wsdl:output message="tns:formatDateAdvancedResponse" name="formatDateAdvancedResponse"></wsdl:output>
272
      <wsdl:output message="tns:formatDateAdvancedResponse" name="formatDateAdvancedResponse"></wsdl:output>
190
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
273
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
191
    </wsdl:operation>
274
    </wsdl:operation>
192
    <wsdl:operation name="parseDate">
275
    <wsdl:operation name="parseDate">
193
      <wsdl:input message="tns:parseDate" name="parseDate"></wsdl:input>
276
      <wsdl:input message="tns:parseDate" name="parseDate"></wsdl:input>
194
      <wsdl:output message="tns:parseDateResponse" name="parseDateResponse"></wsdl:output>
277
      <wsdl:output message="tns:parseDateResponse" name="parseDateResponse"></wsdl:output>
195
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
278
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
196
    </wsdl:operation>
279
    </wsdl:operation>
197
    <wsdl:operation name="parseDateAdvanced">
280
    <wsdl:operation name="parseDateAdvanced">
198
      <wsdl:input message="tns:parseDateAdvanced" name="parseDateAdvanced"></wsdl:input>
281
      <wsdl:input message="tns:parseDateAdvanced" name="parseDateAdvanced"></wsdl:input>
199
      <wsdl:output message="tns:parseDateAdvancedResponse" name="parseDateAdvancedResponse"></wsdl:output>
282
      <wsdl:output message="tns:parseDateAdvancedResponse" name="parseDateAdvancedResponse"></wsdl:output>
200
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
283
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
201
    </wsdl:operation>
284
    </wsdl:operation>
202
    <wsdl:operation name="getTimestamp">
285
    <wsdl:operation name="getTimestamp">
-
 
286
      <wsdl:documentation>Get milliseconds since 01.01.1970 (Unix timestap).</wsdl:documentation>
203
      <wsdl:input message="tns:getTimestamp" name="getTimestamp"></wsdl:input>
287
      <wsdl:input message="tns:getTimestamp" name="getTimestamp"></wsdl:input>
204
      <wsdl:output message="tns:getTimestampResponse" name="getTimestampResponse"></wsdl:output>
288
      <wsdl:output message="tns:getTimestampResponse" name="getTimestampResponse"></wsdl:output>
205
    </wsdl:operation>
289
    </wsdl:operation>
-
 
290
    <wsdl:operation name="dateTimeDiff">
-
 
291
      <wsdl:input message="tns:dateTimeDiff" name="dateTimeDiff"></wsdl:input>
-
 
292
      <wsdl:output message="tns:dateTimeDiffResponse" name="dateTimeDiffResponse"></wsdl:output>
-
 
293
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
294
    </wsdl:operation>
206
  </wsdl:portType>
295
  </wsdl:portType>
207
  <wsdl:binding name="DateServiceSoapBinding" type="tns:DateService">
296
  <wsdl:binding name="DateServiceSoapBinding" type="tns:DateService">
208
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
297
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-
 
298
    <wsdl:operation name="dateAdd">
-
 
299
      <soap:operation soapAction="" style="document"/>
-
 
300
      <wsdl:input name="dateAdd">
-
 
301
        <soap:body use="literal"/>
-
 
302
      </wsdl:input>
-
 
303
      <wsdl:output name="dateAddResponse">
-
 
304
        <soap:body use="literal"/>
-
 
305
      </wsdl:output>
-
 
306
      <wsdl:fault name="XServicesFault">
-
 
307
        <soap:fault name="XServicesFault" use="literal"/>
-
 
308
      </wsdl:fault>
-
 
309
    </wsdl:operation>
209
    <wsdl:operation name="getDate">
310
    <wsdl:operation name="getDate">
210
      <soap:operation soapAction="" style="document"/>
311
      <soap:operation soapAction="" style="document"/>
211
      <wsdl:input name="getDate">
312
      <wsdl:input name="getDate">
212
        <soap:body use="literal"/>
313
        <soap:body use="literal"/>
213
      </wsdl:input>
314
      </wsdl:input>
214
      <wsdl:output name="getDateResponse">
315
      <wsdl:output name="getDateResponse">
215
        <soap:body use="literal"/>
316
        <soap:body use="literal"/>
216
      </wsdl:output>
317
      </wsdl:output>
217
      <wsdl:fault name="XServicesFault">
318
      <wsdl:fault name="XServicesFault">
218
        <soap:fault name="XServicesFault" use="literal"/>
319
        <soap:fault name="XServicesFault" use="literal"/>
219
      </wsdl:fault>
320
      </wsdl:fault>
220
    </wsdl:operation>
321
    </wsdl:operation>
221
    <wsdl:operation name="getInTimezone">
322
    <wsdl:operation name="getInTimezone">
222
      <soap:operation soapAction="" style="document"/>
323
      <soap:operation soapAction="" style="document"/>
223
      <wsdl:input name="getInTimezone">
324
      <wsdl:input name="getInTimezone">
224
        <soap:body use="literal"/>
325
        <soap:body use="literal"/>
225
      </wsdl:input>
326
      </wsdl:input>
226
      <wsdl:output name="getInTimezoneResponse">
327
      <wsdl:output name="getInTimezoneResponse">
227
        <soap:body use="literal"/>
328
        <soap:body use="literal"/>
228
      </wsdl:output>
329
      </wsdl:output>
229
      <wsdl:fault name="XServicesFault">
330
      <wsdl:fault name="XServicesFault">
230
        <soap:fault name="XServicesFault" use="literal"/>
331
        <soap:fault name="XServicesFault" use="literal"/>
231
      </wsdl:fault>
332
      </wsdl:fault>
232
    </wsdl:operation>
333
    </wsdl:operation>
233
    <wsdl:operation name="formatDate">
334
    <wsdl:operation name="formatDate">
234
      <soap:operation soapAction="" style="document"/>
335
      <soap:operation soapAction="" style="document"/>
235
      <wsdl:input name="formatDate">
336
      <wsdl:input name="formatDate">
236
        <soap:body use="literal"/>
337
        <soap:body use="literal"/>
237
      </wsdl:input>
338
      </wsdl:input>
238
      <wsdl:output name="formatDateResponse">
339
      <wsdl:output name="formatDateResponse">
239
        <soap:body use="literal"/>
340
        <soap:body use="literal"/>
240
      </wsdl:output>
341
      </wsdl:output>
241
      <wsdl:fault name="XServicesFault">
342
      <wsdl:fault name="XServicesFault">
242
        <soap:fault name="XServicesFault" use="literal"/>
343
        <soap:fault name="XServicesFault" use="literal"/>
243
      </wsdl:fault>
344
      </wsdl:fault>
244
    </wsdl:operation>
345
    </wsdl:operation>
-
 
346
    <wsdl:operation name="dateTimeDiff2">
-
 
347
      <soap:operation soapAction="" style="document"/>
-
 
348
      <wsdl:input name="dateTimeDiff2">
-
 
349
        <soap:body use="literal"/>
-
 
350
      </wsdl:input>
-
 
351
      <wsdl:output name="dateTimeDiff2Response">
-
 
352
        <soap:body use="literal"/>
-
 
353
      </wsdl:output>
-
 
354
      <wsdl:fault name="XServicesFault">
-
 
355
        <soap:fault name="XServicesFault" use="literal"/>
-
 
356
      </wsdl:fault>
-
 
357
    </wsdl:operation>
245
    <wsdl:operation name="formatDateAdvanced">
358
    <wsdl:operation name="formatDateAdvanced">
246
      <soap:operation soapAction="" style="document"/>
359
      <soap:operation soapAction="" style="document"/>
247
      <wsdl:input name="formatDateAdvanced">
360
      <wsdl:input name="formatDateAdvanced">
248
        <soap:body use="literal"/>
361
        <soap:body use="literal"/>
249
      </wsdl:input>
362
      </wsdl:input>
250
      <wsdl:output name="formatDateAdvancedResponse">
363
      <wsdl:output name="formatDateAdvancedResponse">
251
        <soap:body use="literal"/>
364
        <soap:body use="literal"/>
252
      </wsdl:output>
365
      </wsdl:output>
253
      <wsdl:fault name="XServicesFault">
366
      <wsdl:fault name="XServicesFault">
254
        <soap:fault name="XServicesFault" use="literal"/>
367
        <soap:fault name="XServicesFault" use="literal"/>
255
      </wsdl:fault>
368
      </wsdl:fault>
256
    </wsdl:operation>
369
    </wsdl:operation>
257
    <wsdl:operation name="parseDate">
370
    <wsdl:operation name="parseDate">
258
      <soap:operation soapAction="" style="document"/>
371
      <soap:operation soapAction="" style="document"/>
259
      <wsdl:input name="parseDate">
372
      <wsdl:input name="parseDate">
260
        <soap:body use="literal"/>
373
        <soap:body use="literal"/>
261
      </wsdl:input>
374
      </wsdl:input>
262
      <wsdl:output name="parseDateResponse">
375
      <wsdl:output name="parseDateResponse">
263
        <soap:body use="literal"/>
376
        <soap:body use="literal"/>
264
      </wsdl:output>
377
      </wsdl:output>
265
      <wsdl:fault name="XServicesFault">
378
      <wsdl:fault name="XServicesFault">
266
        <soap:fault name="XServicesFault" use="literal"/>
379
        <soap:fault name="XServicesFault" use="literal"/>
267
      </wsdl:fault>
380
      </wsdl:fault>
268
    </wsdl:operation>
381
    </wsdl:operation>
269
    <wsdl:operation name="parseDateAdvanced">
382
    <wsdl:operation name="parseDateAdvanced">
270
      <soap:operation soapAction="" style="document"/>
383
      <soap:operation soapAction="" style="document"/>
271
      <wsdl:input name="parseDateAdvanced">
384
      <wsdl:input name="parseDateAdvanced">
272
        <soap:body use="literal"/>
385
        <soap:body use="literal"/>
273
      </wsdl:input>
386
      </wsdl:input>
274
      <wsdl:output name="parseDateAdvancedResponse">
387
      <wsdl:output name="parseDateAdvancedResponse">
275
        <soap:body use="literal"/>
388
        <soap:body use="literal"/>
276
      </wsdl:output>
389
      </wsdl:output>
277
      <wsdl:fault name="XServicesFault">
390
      <wsdl:fault name="XServicesFault">
278
        <soap:fault name="XServicesFault" use="literal"/>
391
        <soap:fault name="XServicesFault" use="literal"/>
279
      </wsdl:fault>
392
      </wsdl:fault>
280
    </wsdl:operation>
393
    </wsdl:operation>
-
 
394
    <wsdl:operation name="dateTimeDiff">
-
 
395
      <soap:operation soapAction="" style="document"/>
-
 
396
      <wsdl:input name="dateTimeDiff">
-
 
397
        <soap:body use="literal"/>
-
 
398
      </wsdl:input>
-
 
399
      <wsdl:output name="dateTimeDiffResponse">
-
 
400
        <soap:body use="literal"/>
-
 
401
      </wsdl:output>
-
 
402
      <wsdl:fault name="XServicesFault">
-
 
403
        <soap:fault name="XServicesFault" use="literal"/>
-
 
404
      </wsdl:fault>
-
 
405
    </wsdl:operation>
281
    <wsdl:operation name="getTimestamp">
406
    <wsdl:operation name="getTimestamp">
282
      <soap:operation soapAction="" style="document"/>
407
      <soap:operation soapAction="" style="document"/>
283
      <wsdl:input name="getTimestamp">
408
      <wsdl:input name="getTimestamp">
284
        <soap:body use="literal"/>
409
        <soap:body use="literal"/>
285
      </wsdl:input>
410
      </wsdl:input>
286
      <wsdl:output name="getTimestampResponse">
411
      <wsdl:output name="getTimestampResponse">
287
        <soap:body use="literal"/>
412
        <soap:body use="literal"/>
288
      </wsdl:output>
413
      </wsdl:output>
289
    </wsdl:operation>
414
    </wsdl:operation>
290
  </wsdl:binding>
415
  </wsdl:binding>
291
  <wsdl:service name="DateService">
416
  <wsdl:service name="DateService">
292
    <wsdl:port binding="tns:DateServiceSoapBinding" name="DateServiceImplPort">
417
    <wsdl:port binding="tns:DateServiceSoapBinding" name="DateServiceImplPort">
293
      <soap:address location="http://localhost:8080/XServices/DateService"/>
418
      <soap:address location="http://localhost:8080/XServices/DateService"/>
294
    </wsdl:port>
419
    </wsdl:port>
295
  </wsdl:service>
420
  </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">
421
</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/>
422
   <soapenv:Header/>
298
   <soapenv:Body>
423
   <soapenv:Body>
299
      <ws:getDate>
424
      <ws:getDate>
300
         </ws:getDate>
425
         </ws:getDate>
301
   </soapenv:Body>
426
   </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">
427
</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/>
428
   <soapenv:Header/>
304
   <soapenv:Body>
429
   <soapenv:Body>
305
      <ws:getTimestamp/>
430
      <ws:getTimestamp/>
306
   </soapenv:Body>
431
   </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">
432
</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/>
433
   <soapenv:Header/>
309
   <soapenv:Body>
434
   <soapenv:Body>
310
      <ws:getInTimezone>
435
      <ws:getInTimezone>
311
         <datetime>2011-05-30T16:05:36-11:00</datetime>
436
         <datetime>2011-05-30T16:05:36-11:00</datetime>
312
         <timezone>Europe/Amsterdam</timezone>
437
         <timezone>Europe/Amsterdam</timezone>
313
      </ws:getInTimezone>
438
      </ws:getInTimezone>
314
   </soapenv:Body>
439
   </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">
440
</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/>
441
   <soapenv:Header/>
317
   <soapenv:Body>
442
   <soapenv:Body>
318
      <ws:formatDate>
443
      <ws:formatDate>
319
         <datetime>2010-06-15Z</datetime>
444
         <datetime>2010-06-15Z</datetime>
320
         <format>ISO 8601</format>
445
         <format>ISO 8601</format>
321
      </ws:formatDate>
446
      </ws:formatDate>
322
   </soapenv:Body>
447
   </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">
448
</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/>
449
   <soapenv:Header/>
325
   <soapenv:Body>
450
   <soapenv:Body>
326
      <ws:formatDateAdvanced>
451
      <ws:formatDateAdvanced>
327
         <datetime>2011-05-24T17:22:42+02:00</datetime>
452
         <datetime>2011-05-24T17:22:42+02:00</datetime>
328
         <format>mmddyyyy-WW</format>
453
         <format>mmddyyyy-WW</format>
329
      </ws:formatDateAdvanced>
454
      </ws:formatDateAdvanced>
330
   </soapenv:Body>
455
   </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">
456
</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: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">
-
 
457
   <soapenv:Header/>
-
 
458
   <soapenv:Body>
-
 
459
      <ws:parseDate>
-
 
460
         <datetime>30.05..2011</datetime>
-
 
461
         <format>dd.mm.yyyy</format>
-
 
462
      </ws:parseDate>
-
 
463
   </soapenv:Body>
-
 
464
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/parseDate"/><con:wsrmConfig version="1.2"/></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">
332
   <soapenv:Header/>
465
   <soapenv:Header/>
333
   <soapenv:Body>
466
   <soapenv:Body>
334
      <ws:parseDate>
467
      <ws:parseDateAdvanced>
335
         <datetime>?</datetime>
468
         <datetime>?</datetime>
336
         <format>?</format>
469
         <format>?</format>
337
      </ws:parseDate>
470
      </ws:parseDateAdvanced>
338
   </soapenv:Body>
471
   </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">
472
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/parseDateAdvanced"/></con:call></con:operation><con:operation isOneWay="false" action="" name="dateTimeDiff" bindingOperationName="dateTimeDiff" type="Request-Response" outputName="dateTimeDiffResponse" inputName="dateTimeDiff" 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">
340
   <soapenv:Header/>
473
   <soapenv:Header/>
341
   <soapenv:Body>
474
   <soapenv:Body>
342
      <ws:parseDateAdvanced>
475
      <ws:dateTimeDiff>
-
 
476
         <fromDateTime>2011-05-24T19:59:29.233+02:00</fromDateTime>
-
 
477
         <toDateTime>2011-05-24T19:59:34.233+03:00</toDateTime>
-
 
478
      </ws:dateTimeDiff>
-
 
479
   </soapenv:Body>
343
         <datetime>?</datetime>
480
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/dateTimeDiff"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="dateTimeDiff2" bindingOperationName="dateTimeDiff2" type="Request-Response" outputName="dateTimeDiff2Response" inputName="dateTimeDiff2" 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">
-
 
481
   <soapenv:Header/>
-
 
482
   <soapenv:Body>
-
 
483
      <ws:dateTimeDiff2>
-
 
484
         <fromDateTime>2012-05-24T19:59:29.233+02:00</fromDateTime>
-
 
485
         <toDateTime>2011-06-24T21:01:59.234+02:00</toDateTime>
-
 
486
      </ws:dateTimeDiff2>
-
 
487
   </soapenv:Body>
344
         <format>?</format>
488
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/dateTimeDiff2"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="dateAdd" bindingOperationName="dateAdd" type="Request-Response" outputName="dateAddResponse" inputName="dateAdd" 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">
-
 
489
   <soapenv:Header/>
-
 
490
   <soapenv:Body>
-
 
491
      <ws:dateAdd>
-
 
492
         <datetime>2012-05-24T19:59:29.233+02:00</datetime>
-
 
493
         <value>365</value>
-
 
494
         <unit>hours</unit>
345
      </ws:parseDateAdvanced>
495
      </ws:dateAdd>
346
   </soapenv:Body>
496
   </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>
-
 
348
 
497
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/dateAdd"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
-
 
498
 
349
Generated by GNU Enscript 1.6.5.90.
499
Generated by GNU Enscript 1.6.5.90.
350
 
500
 
351
 
501