Subversion Repositories XServices

Rev

Rev 100 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 100 Rev 161
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<con:soapui-project activeEnvironment="Default" name="XmlServices" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="XmlServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}XmlServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/XmlService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/XmlService?wsdl"><con:part><con:url>http://localhost:8080/XServices/XmlService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="XmlService" 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 activeEnvironment="Default" name="XmlServices" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="XmlServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}XmlServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/XmlService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/XmlService?wsdl"><con:part><con:url>http://localhost:8080/XServices/XmlService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="XmlService" targetNamespace="http://ws.xservices.brutex.net" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://ws.xservices.brutex.net" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http">
3
  <wsdl:types>
3
  <wsdl:types>
4
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
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="appendTo" type="tns:appendTo"/>
5
      <xs:element name="insertNodes" type="tns:insertNodes"/>
-
 
6
      <xs:element name="insertNodes2" type="tns:insertNodes2"/>
-
 
7
      <xs:element name="insertNodes2Response" type="tns:insertNodes2Response"/>
6
      <xs:element name="appendToResponse" type="tns:appendToResponse"/>
8
      <xs:element name="insertNodesResponse" type="tns:insertNodesResponse"/>
7
      <xs:element name="namespaceListType" type="tns:namespaceListType"/>
9
      <xs:element name="namespaceListType" type="tns:namespaceListType"/>
8
      <xs:element name="replaceNode" type="tns:replaceNode"/>
10
      <xs:element name="replaceNodes" type="tns:replaceNodes"/>
-
 
11
      <xs:element name="replaceNodes2" type="tns:replaceNodes2"/>
-
 
12
      <xs:element name="replaceNodes2Response" type="tns:replaceNodes2Response"/>
9
      <xs:element name="replaceNodeResponse" type="tns:replaceNodeResponse"/>
13
      <xs:element name="replaceNodesResponse" type="tns:replaceNodesResponse"/>
-
 
14
      <xs:element name="selectXPath" type="tns:selectXPath"/>
-
 
15
      <xs:element name="selectXPathResponse" type="tns:selectXPathResponse"/>
-
 
16
      <xs:element name="setAttribute" type="tns:setAttribute"/>
-
 
17
      <xs:element name="setAttributeResponse" type="tns:setAttributeResponse"/>
-
 
18
      <xs:element name="wrapInCDATA" type="tns:wrapInCDATA"/>
-
 
19
      <xs:element name="wrapInCDATAResponse" type="tns:wrapInCDATAResponse"/>
10
      <xs:complexType name="appendTo">
20
      <xs:complexType name="replaceNodes2">
11
        <xs:sequence>
21
        <xs:sequence>
12
          <xs:element minOccurs="0" name="file" type="tns:FileResourceType"/>
22
          <xs:element minOccurs="0" name="file" type="tns:FileResourceType"/>
13
          <xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/>
23
          <xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/>
14
          <xs:element minOccurs="0" name="xpath" type="xs:string"/>
24
          <xs:element name="xpath" type="xs:string"/>
15
          <xs:element minOccurs="0" name="xmldata" type="xs:string"/>
25
          <xs:element minOccurs="0" name="xmldata" type="xs:string"/>
16
        </xs:sequence>
26
        </xs:sequence>
17
      </xs:complexType>
27
      </xs:complexType>
18
      <xs:complexType name="FileResourceType">
28
      <xs:complexType name="FileResourceType">
19
        <xs:sequence>
29
        <xs:sequence>
Line 21... Line 31...
21
          <xs:element name="uri" type="xs:string"/>
31
          <xs:element name="uri" type="xs:string"/>
22
        </xs:sequence>
32
        </xs:sequence>
23
      </xs:complexType>
33
      </xs:complexType>
24
      <xs:complexType name="namespaceListType">
34
      <xs:complexType name="namespaceListType">
25
        <xs:sequence>
35
        <xs:sequence>
26
          <xs:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="tns:namespaceType"/>
36
          <xs:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="tns:namespace"/>
27
        </xs:sequence>
37
        </xs:sequence>
28
      </xs:complexType>
38
      </xs:complexType>
29
      <xs:complexType name="namespaceType">
39
      <xs:complexType name="namespace">
30
        <xs:sequence>
40
        <xs:sequence>
31
          <xs:element minOccurs="0" name="prefix" type="xs:string"/>
41
          <xs:element name="prefix" type="xs:string"/>
32
          <xs:element minOccurs="0" name="uri" type="xs:string"/>
42
          <xs:element name="uri" nillable="true" type="xs:string"/>
33
        </xs:sequence>
43
        </xs:sequence>
34
      </xs:complexType>
44
      </xs:complexType>
35
      <xs:complexType name="appendToResponse">
45
      <xs:complexType name="replaceNodes2Response">
36
        <xs:sequence>
46
        <xs:sequence>
37
          <xs:element minOccurs="0" name="return" type="xs:string"/>
47
          <xs:element minOccurs="0" name="return" type="xs:string"/>
38
        </xs:sequence>
48
        </xs:sequence>
39
      </xs:complexType>
49
      </xs:complexType>
-
 
50
      <xs:complexType name="insertNodes">
-
 
51
        <xs:sequence>
-
 
52
          <xs:element minOccurs="0" name="sourcexml" type="xs:string"/>
-
 
53
          <xs:element minOccurs="0" name="encoding" type="xs:string"/>
-
 
54
          <xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/>
-
 
55
          <xs:element name="xpath" type="xs:string"/>
-
 
56
          <xs:element minOccurs="0" name="xmldata" type="xs:string"/>
-
 
57
        </xs:sequence>
-
 
58
      </xs:complexType>
-
 
59
      <xs:complexType name="insertNodesResponse">
-
 
60
        <xs:sequence>
-
 
61
          <xs:element minOccurs="0" name="return" type="xs:string"/>
-
 
62
        </xs:sequence>
-
 
63
      </xs:complexType>
-
 
64
      <xs:complexType name="selectXPath">
-
 
65
        <xs:sequence>
-
 
66
          <xs:element name="sourcexml" type="xs:string"/>
-
 
67
          <xs:element minOccurs="0" name="encoding" type="xs:string"/>
-
 
68
          <xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/>
-
 
69
          <xs:element name="xpath" type="xs:string"/>
-
 
70
        </xs:sequence>
-
 
71
      </xs:complexType>
-
 
72
      <xs:complexType name="selectXPathResponse">
-
 
73
        <xs:sequence>
-
 
74
          <xs:element minOccurs="0" name="return" type="tns:stringSplitType"/>
-
 
75
        </xs:sequence>
-
 
76
      </xs:complexType>
-
 
77
      <xs:complexType name="stringSplitType">
-
 
78
        <xs:sequence>
-
 
79
          <xs:element maxOccurs="unbounded" minOccurs="0" name="stringlist" nillable="true" type="xs:string"/>
-
 
80
          <xs:element name="size" type="xs:int"/>
-
 
81
        </xs:sequence>
-
 
82
      </xs:complexType>
-
 
83
      <xs:complexType name="wrapInCDATA">
-
 
84
        <xs:sequence>
-
 
85
          <xs:element name="data" type="xs:string"/>
-
 
86
        </xs:sequence>
-
 
87
      </xs:complexType>
-
 
88
      <xs:complexType name="wrapInCDATAResponse">
-
 
89
        <xs:sequence>
-
 
90
          <xs:element minOccurs="0" name="return" type="xs:string"/>
-
 
91
        </xs:sequence>
-
 
92
      </xs:complexType>
-
 
93
      <xs:complexType name="setAttribute">
-
 
94
        <xs:sequence>
-
 
95
          <xs:element name="sourcexml" type="xs:string"/>
-
 
96
          <xs:element minOccurs="0" name="encoding" type="xs:string"/>
-
 
97
          <xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/>
-
 
98
          <xs:element name="xpath" type="xs:string"/>
-
 
99
          <xs:element name="attribute" type="tns:AttributeType"/>
-
 
100
        </xs:sequence>
-
 
101
      </xs:complexType>
-
 
102
      <xs:complexType name="AttributeType">
-
 
103
        <xs:sequence>
-
 
104
          <xs:element name="name" type="xs:string"/>
-
 
105
          <xs:element minOccurs="0" name="value" nillable="true" type="xs:string"/>
-
 
106
        </xs:sequence>
-
 
107
      </xs:complexType>
-
 
108
      <xs:complexType name="setAttributeResponse">
-
 
109
        <xs:sequence>
-
 
110
          <xs:element minOccurs="0" name="return" type="xs:string"/>
-
 
111
        </xs:sequence>
-
 
112
      </xs:complexType>
40
      <xs:complexType name="replaceNode">
113
      <xs:complexType name="replaceNodes">
-
 
114
        <xs:sequence>
-
 
115
          <xs:element minOccurs="0" name="sourcexml" type="xs:string"/>
-
 
116
          <xs:element minOccurs="0" name="encoding" type="xs:string"/>
-
 
117
          <xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/>
-
 
118
          <xs:element name="xpath" type="xs:string"/>
-
 
119
          <xs:element minOccurs="0" name="xmldata" type="xs:string"/>
-
 
120
        </xs:sequence>
-
 
121
      </xs:complexType>
-
 
122
      <xs:complexType name="replaceNodesResponse">
-
 
123
        <xs:sequence>
-
 
124
          <xs:element minOccurs="0" name="return" type="xs:string"/>
-
 
125
        </xs:sequence>
-
 
126
      </xs:complexType>
-
 
127
      <xs:complexType name="insertNodes2">
41
        <xs:sequence>
128
        <xs:sequence>
42
          <xs:element minOccurs="0" name="file" type="tns:FileResourceType"/>
129
          <xs:element minOccurs="0" name="file" type="tns:FileResourceType"/>
43
          <xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/>
130
          <xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/>
44
          <xs:element minOccurs="0" name="xpath" type="xs:string"/>
131
          <xs:element name="xpath" type="xs:string"/>
45
          <xs:element minOccurs="0" name="xmldata" type="xs:string"/>
132
          <xs:element minOccurs="0" name="xmldata" type="xs:string"/>
46
        </xs:sequence>
133
        </xs:sequence>
47
      </xs:complexType>
134
      </xs:complexType>
48
      <xs:complexType name="replaceNodeResponse">
135
      <xs:complexType name="insertNodes2Response">
49
        <xs:sequence>
136
        <xs:sequence>
50
          <xs:element minOccurs="0" name="return" type="xs:string"/>
137
          <xs:element minOccurs="0" name="return" type="xs:string"/>
51
        </xs:sequence>
138
        </xs:sequence>
52
      </xs:complexType>
139
      </xs:complexType>
53
      <xs:simpleType name="type">
140
      <xs:simpleType name="type">
Line 56... Line 143...
56
          <xs:enumeration value="URL"/>
143
          <xs:enumeration value="URL"/>
57
          <xs:enumeration value="GZIP"/>
144
          <xs:enumeration value="GZIP"/>
58
          <xs:enumeration value="BZIP2"/>
145
          <xs:enumeration value="BZIP2"/>
59
        </xs:restriction>
146
        </xs:restriction>
60
      </xs:simpleType>
147
      </xs:simpleType>
-
 
148
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
61
      <xs:complexType name="XServicesFault">
149
      <xs:complexType name="XServicesFault">
62
        <xs:sequence>
150
        <xs:sequence>
63
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
151
          <xs:element name="faultstring" nillable="true" type="xs:string"/>
64
          <xs:element name="username" nillable="true" type="xs:string"/>
152
          <xs:element name="username" nillable="true" type="xs:string"/>
65
          <xs:element name="homedir" nillable="true" type="xs:string"/>
153
          <xs:element name="homedir" nillable="true" type="xs:string"/>
66
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
154
          <xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
67
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
155
          <xs:element name="jvmruntime" nillable="true" type="xs:string"/>
68
        </xs:sequence>
156
        </xs:sequence>
69
      </xs:complexType>
157
      </xs:complexType>
70
      <xs:element name="XServicesFault" type="tns:XServicesFault"/>
-
 
71
    </xs:schema>
158
    </xs:schema>
72
  </wsdl:types>
159
  </wsdl:types>
73
  <wsdl:message name="appendTo">
160
  <wsdl:message name="insertNodes2Response">
74
    <wsdl:part element="tns:appendTo" name="parameters"></wsdl:part>
161
    <wsdl:part element="tns:insertNodes2Response" name="parameters"></wsdl:part>
75
  </wsdl:message>
162
  </wsdl:message>
76
  <wsdl:message name="replaceNodeResponse">
163
  <wsdl:message name="replaceNodes2Response">
77
    <wsdl:part element="tns:replaceNodeResponse" name="parameters"></wsdl:part>
164
    <wsdl:part element="tns:replaceNodes2Response" name="parameters"></wsdl:part>
78
  </wsdl:message>
165
  </wsdl:message>
79
  <wsdl:message name="replaceNode">
166
  <wsdl:message name="replaceNodes">
80
    <wsdl:part element="tns:replaceNode" name="parameters"></wsdl:part>
167
    <wsdl:part element="tns:replaceNodes" name="parameters"></wsdl:part>
81
  </wsdl:message>
168
  </wsdl:message>
82
  <wsdl:message name="appendToResponse">
169
  <wsdl:message name="selectXPath">
83
    <wsdl:part element="tns:appendToResponse" name="parameters"></wsdl:part>
170
    <wsdl:part element="tns:selectXPath" name="parameters"></wsdl:part>
84
  </wsdl:message>
171
  </wsdl:message>
85
  <wsdl:message name="XServicesFault">
172
  <wsdl:message name="XServicesFault">
86
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
173
    <wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
87
  </wsdl:message>
174
  </wsdl:message>
-
 
175
  <wsdl:message name="insertNodes">
-
 
176
    <wsdl:part element="tns:insertNodes" name="parameters"></wsdl:part>
-
 
177
  </wsdl:message>
-
 
178
  <wsdl:message name="selectXPathResponse">
-
 
179
    <wsdl:part element="tns:selectXPathResponse" name="parameters"></wsdl:part>
-
 
180
  </wsdl:message>
-
 
181
  <wsdl:message name="wrapInCDATAResponse">
-
 
182
    <wsdl:part element="tns:wrapInCDATAResponse" name="parameters"></wsdl:part>
-
 
183
  </wsdl:message>
-
 
184
  <wsdl:message name="setAttributeResponse">
-
 
185
    <wsdl:part element="tns:setAttributeResponse" name="parameters"></wsdl:part>
-
 
186
  </wsdl:message>
-
 
187
  <wsdl:message name="wrapInCDATA">
-
 
188
    <wsdl:part element="tns:wrapInCDATA" name="parameters"></wsdl:part>
-
 
189
  </wsdl:message>
-
 
190
  <wsdl:message name="replaceNodesResponse">
-
 
191
    <wsdl:part element="tns:replaceNodesResponse" name="parameters"></wsdl:part>
-
 
192
  </wsdl:message>
-
 
193
  <wsdl:message name="setAttribute">
-
 
194
    <wsdl:part element="tns:setAttribute" name="parameters"></wsdl:part>
-
 
195
  </wsdl:message>
-
 
196
  <wsdl:message name="insertNodes2">
-
 
197
    <wsdl:part element="tns:insertNodes2" name="parameters"></wsdl:part>
-
 
198
  </wsdl:message>
-
 
199
  <wsdl:message name="insertNodesResponse">
-
 
200
    <wsdl:part element="tns:insertNodesResponse" name="parameters"></wsdl:part>
-
 
201
  </wsdl:message>
-
 
202
  <wsdl:message name="replaceNodes2">
-
 
203
    <wsdl:part element="tns:replaceNodes2" name="parameters"></wsdl:part>
-
 
204
  </wsdl:message>
88
  <wsdl:portType name="XmlService">
205
  <wsdl:portType name="XmlService">
-
 
206
    <wsdl:operation name="replaceNodes2">
-
 
207
      <wsdl:documentation>Replaces matched XML nodes with an XML document given as file.</wsdl:documentation>
-
 
208
      <wsdl:input message="tns:replaceNodes2" name="replaceNodes2"></wsdl:input>
-
 
209
      <wsdl:output message="tns:replaceNodes2Response" name="replaceNodes2Response"></wsdl:output>
-
 
210
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
211
    </wsdl:operation>
89
    <wsdl:operation name="appendTo">
212
    <wsdl:operation name="insertNodes">
-
 
213
      <wsdl:documentation>Insert an XML fragment into an XML document given as string.</wsdl:documentation>
-
 
214
      <wsdl:input message="tns:insertNodes" name="insertNodes"></wsdl:input>
-
 
215
      <wsdl:output message="tns:insertNodesResponse" name="insertNodesResponse"></wsdl:output>
-
 
216
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
217
    </wsdl:operation>
-
 
218
    <wsdl:operation name="selectXPath">
90
      <wsdl:documentation>Appends an XML node to all elements matched by the Xpath expression.</wsdl:documentation>
219
      <wsdl:documentation>Select from xml document given as string using an XPath expression.</wsdl:documentation>
-
 
220
      <wsdl:input message="tns:selectXPath" name="selectXPath"></wsdl:input>
-
 
221
      <wsdl:output message="tns:selectXPathResponse" name="selectXPathResponse"></wsdl:output>
-
 
222
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
223
    </wsdl:operation>
-
 
224
    <wsdl:operation name="wrapInCDATA">
-
 
225
      <wsdl:documentation>Wraps a String into a CDATA element</wsdl:documentation>
91
      <wsdl:input message="tns:appendTo" name="appendTo"></wsdl:input>
226
      <wsdl:input message="tns:wrapInCDATA" name="wrapInCDATA"></wsdl:input>
92
      <wsdl:output message="tns:appendToResponse" name="appendToResponse"></wsdl:output>
227
      <wsdl:output message="tns:wrapInCDATAResponse" name="wrapInCDATAResponse"></wsdl:output>
-
 
228
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
229
    </wsdl:operation>
-
 
230
    <wsdl:operation name="setAttribute">
-
 
231
      <wsdl:documentation>Set an attribute.</wsdl:documentation>
-
 
232
      <wsdl:input message="tns:setAttribute" name="setAttribute"></wsdl:input>
-
 
233
      <wsdl:output message="tns:setAttributeResponse" name="setAttributeResponse"></wsdl:output>
93
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
234
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
94
    </wsdl:operation>
235
    </wsdl:operation>
95
    <wsdl:operation name="replaceNode">
236
    <wsdl:operation name="replaceNodes">
96
      <wsdl:documentation>Replace an XML node matched by the Xpath expression.</wsdl:documentation>
237
      <wsdl:documentation>Replaces matched XML nodes with an XML document given as string.</wsdl:documentation>
97
      <wsdl:input message="tns:replaceNode" name="replaceNode"></wsdl:input>
238
      <wsdl:input message="tns:replaceNodes" name="replaceNodes"></wsdl:input>
98
      <wsdl:output message="tns:replaceNodeResponse" name="replaceNodeResponse"></wsdl:output>
239
      <wsdl:output message="tns:replaceNodesResponse" name="replaceNodesResponse"></wsdl:output>
-
 
240
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
-
 
241
    </wsdl:operation>
-
 
242
    <wsdl:operation name="insertNodes2">
-
 
243
      <wsdl:documentation>Insert an XML fragment into an XML document given as file.</wsdl:documentation>
-
 
244
      <wsdl:input message="tns:insertNodes2" name="insertNodes2"></wsdl:input>
-
 
245
      <wsdl:output message="tns:insertNodes2Response" name="insertNodes2Response"></wsdl:output>
99
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
246
      <wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
100
    </wsdl:operation>
247
    </wsdl:operation>
101
  </wsdl:portType>
248
  </wsdl:portType>
102
  <wsdl:binding name="XmlServiceSoapBinding" type="tns:XmlService">
249
  <wsdl:binding name="XmlServiceSoapBinding" type="tns:XmlService">
103
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
250
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-
 
251
    <wsdl:operation name="replaceNodes2">
-
 
252
      <soap:operation soapAction="" style="document"/>
-
 
253
      <wsdl:input name="replaceNodes2">
-
 
254
        <soap:body use="literal"/>
-
 
255
      </wsdl:input>
-
 
256
      <wsdl:output name="replaceNodes2Response">
-
 
257
        <soap:body use="literal"/>
-
 
258
      </wsdl:output>
-
 
259
      <wsdl:fault name="XServicesFault">
-
 
260
        <soap:fault name="XServicesFault" use="literal"/>
-
 
261
      </wsdl:fault>
-
 
262
    </wsdl:operation>
104
    <wsdl:operation name="appendTo">
263
    <wsdl:operation name="insertNodes">
-
 
264
      <soap:operation soapAction="" style="document"/>
-
 
265
      <wsdl:input name="insertNodes">
-
 
266
        <soap:body use="literal"/>
-
 
267
      </wsdl:input>
-
 
268
      <wsdl:output name="insertNodesResponse">
-
 
269
        <soap:body use="literal"/>
-
 
270
      </wsdl:output>
-
 
271
      <wsdl:fault name="XServicesFault">
-
 
272
        <soap:fault name="XServicesFault" use="literal"/>
-
 
273
      </wsdl:fault>
-
 
274
    </wsdl:operation>
-
 
275
    <wsdl:operation name="selectXPath">
105
      <soap:operation soapAction="" style="document"/>
276
      <soap:operation soapAction="" style="document"/>
106
      <wsdl:input name="appendTo">
277
      <wsdl:input name="selectXPath">
107
        <soap:body use="literal"/>
278
        <soap:body use="literal"/>
108
      </wsdl:input>
279
      </wsdl:input>
109
      <wsdl:output name="appendToResponse">
280
      <wsdl:output name="selectXPathResponse">
110
        <soap:body use="literal"/>
281
        <soap:body use="literal"/>
111
      </wsdl:output>
282
      </wsdl:output>
112
      <wsdl:fault name="XServicesFault">
283
      <wsdl:fault name="XServicesFault">
113
        <soap:fault name="XServicesFault" use="literal"/>
284
        <soap:fault name="XServicesFault" use="literal"/>
114
      </wsdl:fault>
285
      </wsdl:fault>
115
    </wsdl:operation>
286
    </wsdl:operation>
116
    <wsdl:operation name="replaceNode">
287
    <wsdl:operation name="setAttribute">
117
      <soap:operation soapAction="" style="document"/>
288
      <soap:operation soapAction="" style="document"/>
118
      <wsdl:input name="replaceNode">
289
      <wsdl:input name="setAttribute">
119
        <soap:body use="literal"/>
290
        <soap:body use="literal"/>
120
      </wsdl:input>
291
      </wsdl:input>
-
 
292
      <wsdl:output name="setAttributeResponse">
-
 
293
        <soap:body use="literal"/>
-
 
294
      </wsdl:output>
-
 
295
      <wsdl:fault name="XServicesFault">
-
 
296
        <soap:fault name="XServicesFault" use="literal"/>
-
 
297
      </wsdl:fault>
-
 
298
    </wsdl:operation>
-
 
299
    <wsdl:operation name="wrapInCDATA">
-
 
300
      <soap:operation soapAction="" style="document"/>
-
 
301
      <wsdl:input name="wrapInCDATA">
-
 
302
        <soap:body use="literal"/>
-
 
303
      </wsdl:input>
-
 
304
      <wsdl:output name="wrapInCDATAResponse">
-
 
305
        <soap:body use="literal"/>
-
 
306
      </wsdl:output>
-
 
307
      <wsdl:fault name="XServicesFault">
-
 
308
        <soap:fault name="XServicesFault" use="literal"/>
-
 
309
      </wsdl:fault>
-
 
310
    </wsdl:operation>
-
 
311
    <wsdl:operation name="insertNodes2">
-
 
312
      <soap:operation soapAction="" style="document"/>
-
 
313
      <wsdl:input name="insertNodes2">
-
 
314
        <soap:body use="literal"/>
-
 
315
      </wsdl:input>
-
 
316
      <wsdl:output name="insertNodes2Response">
-
 
317
        <soap:body use="literal"/>
-
 
318
      </wsdl:output>
-
 
319
      <wsdl:fault name="XServicesFault">
-
 
320
        <soap:fault name="XServicesFault" use="literal"/>
-
 
321
      </wsdl:fault>
-
 
322
    </wsdl:operation>
-
 
323
    <wsdl:operation name="replaceNodes">
-
 
324
      <soap:operation soapAction="" style="document"/>
-
 
325
      <wsdl:input name="replaceNodes">
-
 
326
        <soap:body use="literal"/>
-
 
327
      </wsdl:input>
121
      <wsdl:output name="replaceNodeResponse">
328
      <wsdl:output name="replaceNodesResponse">
122
        <soap:body use="literal"/>
329
        <soap:body use="literal"/>
123
      </wsdl:output>
330
      </wsdl:output>
124
      <wsdl:fault name="XServicesFault">
331
      <wsdl:fault name="XServicesFault">
125
        <soap:fault name="XServicesFault" use="literal"/>
332
        <soap:fault name="XServicesFault" use="literal"/>
126
      </wsdl:fault>
333
      </wsdl:fault>
Line 129... Line 336...
129
  <wsdl:service name="XmlService">
336
  <wsdl:service name="XmlService">
130
    <wsdl:port binding="tns:XmlServiceSoapBinding" name="XmlServiceImplPort">
337
    <wsdl:port binding="tns:XmlServiceSoapBinding" name="XmlServiceImplPort">
131
      <soap:address location="http://localhost:8080/XServices/XmlService"/>
338
      <soap:address location="http://localhost:8080/XServices/XmlService"/>
132
    </wsdl:port>
339
    </wsdl:port>
133
  </wsdl:service>
340
  </wsdl:service>
134
</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/XmlService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="appendTo" bindingOperationName="appendTo" type="Request-Response" outputName="appendToResponse" inputName="appendTo" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
341
</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/XmlService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="replaceNodes2" bindingOperationName="replaceNodes2" type="Request-Response" outputName="replaceNodes2Response" inputName="replaceNodes2" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
135
   <soapenv:Header/>
342
   <soapenv:Header/>
136
   <soapenv:Body>
343
   <soapenv:Body>
137
      <ws:appendTo>
344
      <ws:replaceNodes2>
-
 
345
         <!--Optional:-->
138
         <file>
346
         <file>
139
            <type>FILE</type>
347
            <type>FILE</type>
140
            <uri>c:/TEMP/test-the-best.chr</uri>
348
            <uri>?</uri>
141
         </file>
349
         </file>
-
 
350
         <!--Optional:-->
142
         <namespaceList>
351
         <namespaceList>
143
         	<!-- in order to use xpath you must define namespace correctly.
-
 
144
         		If there is only a default Namespace defined, it must be specified
-
 
145
         		as well. Note that the "null" namespace and "" namespaces are treated
-
 
146
         		different.
-
 
147
         	-->
-
 
148
         	  <!--Zero or more repetitions:-->
352
            <!--Zero or more repetitions:-->
149
            <namespace>
353
            <namespace>
150
               <prefix>zz</prefix>
354
               <prefix>?</prefix>
151
               <uri/>
355
               <uri>?</uri>
152
            </namespace>
356
            </namespace>
153
         </namespaceList>
357
         </namespaceList>
154
         <!--
-
 
155
         		Search for <document><property></property></document>
-
 
156
         	-->
-
 
157
         <xpath>/zz:document/zz:property</xpath>
358
         <xpath>?</xpath>
158
         <!--
359
         <!--Optional:-->
159
         		The XML to append into the matched element.
-
 
160
         		You must specify a valid XML fragment.
-
 
161
         	-->
360
         <xmldata>?</xmldata>
162
         <xmldata><![CDATA[ <blub id="some_attr">Viel Neues</blub>text1<blubber/>text2]]]]>><![CDATA[</xmldata>
-
 
163
      </ws:appendTo>
361
      </ws:replaceNodes2>
164
   </soapenv:Body>
362
   </soapenv:Body>
165
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/appendTo"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="replaceNode" bindingOperationName="replaceNode" type="Request-Response" outputName="replaceNodeResponse" inputName="replaceNode" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
363
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/replaceNodes2"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="insertNodes" bindingOperationName="insertNodes" type="Request-Response" outputName="insertNodesResponse" inputName="insertNodes" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
166
   <soapenv:Header/>
364
   <soapenv:Header/>
167
   <soapenv:Body>
365
   <soapenv:Body>
-
 
366
      <ws:insertNodes>
-
 
367
         <sourcexml><![CDATA[
-
 
368
         <books>
-
 
369
			<author>
-
 
370
				<name>Mensiok</name>
-
 
371
				<surname>Bello</surname>
-
 
372
			</author>
-
 
373
			<author>
-
 
374
				<name>Schwab</name>
-
 
375
				<surname>Rumsau</surname>
-
 
376
			</author>
-
 
377
			<author>
-
 
378
				<name>Dollibert</name>
-
 
379
				<surname>Rach</surname>
-
 
380
			</author>
-
 
381
         </books>
-
 
382
         ]]]]>><![CDATA[</sourcexml>
-
 
383
         <encoding>utf-8</encoding>
-
 
384
         <namespaceList>
-
 
385
            <!--Zero or more repetitions:-->
-
 
386
            <namespace>
-
 
387
               <prefix></prefix>
-
 
388
               <uri></uri>
-
 
389
            </namespace>
-
 
390
         </namespaceList>
-
 
391
         <xpath>/books/author</xpath>
-
 
392
         <!--Optional:-->
-
 
393
         <xmldata><![CDATA[<age namespace="http://btx"/>]]]]>><![CDATA[</xmldata>
-
 
394
      </ws:insertNodes>
-
 
395
   </soapenv:Body>
168
      <ws:replaceNode>
396
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/insertNodes"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="selectXPath" bindingOperationName="selectXPath" type="Request-Response" outputName="selectXPathResponse" inputName="selectXPath" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
-
 
397
xmlns:ws="http://ws.xservices.brutex.net">
-
 
398
   <soapenv:Header/>
-
 
399
   <soapenv:Body>
-
 
400
      <ws:selectXPath>
-
 
401
         <sourcexml>
-
 
402
         <![CDATA[<notes xmlns="http://demo.brutex.net" xmlns:bx="http://bx.brutex.net">
-
 
403
	<bx:note>
-
 
404
		<to>Lena</to>
-
 
405
		<from>Jani</from>
-
 
406
		<heading>Reminder ABC</heading>
-
 
407
		<body>Don't forget me this weekend!</body>
-
 
408
	</bx:note>
-
 
409
	<note>
-
 
410
		<to>John</to>
-
 
411
		<from>Lena</from>
-
 
412
		<heading>Call Mr. ABC</heading>
-
 
413
		<body>Please call back</body>
-
 
414
	</note>
-
 
415
	<bx:note>
-
 
416
		<to>Brian</to>
-
 
417
		<from>JJohn</from>
-
 
418
		<heading>Reminder XServices</heading>
-
 
419
		<body>How to use selectXPath?</body>
-
 
420
	</bx:note>
-
 
421
</notes>
-
 
422
]]]]>><![CDATA[
-
 
423
		</sourcexml>
-
 
424
         <encoding>utf-8</encoding>
-
 
425
         <namespaceList>
-
 
426
            <namespace>
-
 
427
               <prefix>ns</prefix>
-
 
428
               <uri>http://demo.brutex.net</uri>
-
 
429
            </namespace>
-
 
430
            <namespace>
-
 
431
               <prefix>bx</prefix>
-
 
432
               <uri>http://bx.brutex.net</uri>
-
 
433
            </namespace>
-
 
434
         </namespaceList>
-
 
435
         <xpath>*/bx:note/ns:heading/text()</xpath>
-
 
436
      </ws:selectXPath>
-
 
437
   </soapenv:Body>
-
 
438
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/selectXPath"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="setAttribute" bindingOperationName="setAttribute" type="Request-Response" outputName="setAttributeResponse" inputName="setAttribute" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
439
   <soapenv:Header/>
-
 
440
   <soapenv:Body>
-
 
441
      <ws:setAttribute>
-
 
442
         <sourcexml>?</sourcexml>
-
 
443
         <!--Optional:-->
-
 
444
         <encoding>?</encoding>
-
 
445
         <!--Optional:-->
-
 
446
         <namespaceList>
-
 
447
            <!--Zero or more repetitions:-->
-
 
448
            <namespace>
-
 
449
               <prefix>?</prefix>
-
 
450
               <uri>?</uri>
-
 
451
            </namespace>
-
 
452
         </namespaceList>
-
 
453
         <xpath>?</xpath>
-
 
454
         <attribute>
-
 
455
            <name>?</name>
-
 
456
            <!--Optional:-->
-
 
457
            <value>?</value>
-
 
458
         </attribute>
-
 
459
      </ws:setAttribute>
-
 
460
   </soapenv:Body>
-
 
461
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/setAttribute"/></con:call></con:operation><con:operation isOneWay="false" action="" name="wrapInCDATA" bindingOperationName="wrapInCDATA" type="Request-Response" outputName="wrapInCDATAResponse" inputName="wrapInCDATA" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
-
 
462
xmlns:ws="http://ws.xservices.brutex.net">
-
 
463
   <soapenv:Header/>
-
 
464
   <soapenv:Body>
-
 
465
      <ws:wrapInCDATA>
-
 
466
         <data>Hello World, here is some &lt;xml&gt; data</data>
-
 
467
      </ws:wrapInCDATA>
-
 
468
   </soapenv:Body>
-
 
469
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/wrapInCDATA"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="insertNodes2" bindingOperationName="insertNodes2" type="Request-Response" outputName="insertNodes2Response" inputName="insertNodes2" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
-
 
470
   <soapenv:Header/>
-
 
471
   <soapenv:Body>
-
 
472
      <ws:insertNodes2>
169
         <!--Optional:-->
473
         <!--Optional:-->
170
         <file>
474
         <file>
171
            <type>FILE</type>
475
            <type>FILE</type>
172
            <uri>c:/TEMP/test-the-best.chr</uri>
476
            <uri>?</uri>
173
         </file>
477
         </file>
174
         <!--Optional:-->
478
         <!--Optional:-->
175
         <namespaceList>
479
         <namespaceList>
176
            <!--Zero or more repetitions:-->
480
            <!--Zero or more repetitions:-->
177
            <namespace>
481
            <namespace>
178
               <!--Optional:-->
-
 
179
               <prefix>zz</prefix>
482
               <prefix>?</prefix>
180
               <!--Optional:-->
-
 
181
               <uri></uri>
483
               <uri>?</uri>
182
            </namespace>
484
            </namespace>
183
         </namespaceList>
485
         </namespaceList>
-
 
486
         <xpath>?</xpath>
184
         <!--Optional:-->
487
         <!--Optional:-->
-
 
488
         <xmldata>?</xmldata>
-
 
489
      </ws:insertNodes2>
-
 
490
   </soapenv:Body>
185
         <xpath>/zz:document/zz:property[@name="current_problem"]</xpath>
491
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/insertNodes2"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="replaceNodes" bindingOperationName="replaceNodes" type="Request-Response" outputName="replaceNodesResponse" inputName="replaceNodes" 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/XmlService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
-
 
492
xmlns:ws="http://ws.xservices.brutex.net">
-
 
493
   <soapenv:Header/>
-
 
494
   <soapenv:Body>
-
 
495
      <ws:replaceNodes>
-
 
496
         <sourcexml><![CDATA[
-
 
497
         <books>
-
 
498
			<author>
-
 
499
				<name>Mensiok</name>
-
 
500
				<surname>Bello</surname>
-
 
501
			</author>
-
 
502
			<author>
-
 
503
				<name>Schwab</name>
-
 
504
				<surname>Rumsau</surname>
-
 
505
			</author>
-
 
506
			<author>
-
 
507
				<name>Dollibert</name>
-
 
508
				<surname>Rach</surname>
-
 
509
			</author>
-
 
510
         </books>
-
 
511
         ]]]]>><![CDATA[
-
 
512
         </sourcexml>
-
 
513
         <encoding>utf-8</encoding>
-
 
514
         <namespaceList>
-
 
515
            <!--Zero or more repetitions:-->
-
 
516
            <namespace>
-
 
517
               <prefix></prefix>
-
 
518
               <uri></uri>
-
 
519
            </namespace>
-
 
520
         </namespaceList>
-
 
521
         <xpath>*/name[text()='Schwab']</xpath>
186
         <!--Optional:-->
522
         <!--Optional:-->
187
         <xmldata><![CDATA[ <blub>Viel Neues</blub>Auch &lt; text]]]]>><![CDATA[</xmldata>
523
         <xmldata><![CDATA[<name>Meyer</name><age>45</age><!--edited here-->]]]]>><![CDATA[</xmldata>
188
      </ws:replaceNode>
524
      </ws:replaceNodes>
189
   </soapenv:Body>
525
   </soapenv:Body>
190
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/replaceNode"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
-
 
191
 
526
</soapenv:Envelope>]]></con:request><con:credentials><con:username>admin</con:username><con:password/><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/XmlService/replaceNodes"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
-
 
527
 
192
Generated by GNU Enscript 1.6.5.90.
528
Generated by GNU Enscript 1.6.5.90.