Line 1... |
Line 1... |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<con:soapui-project name="StringService" resourceRoot="" soapui-version="4.0.1" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="StringServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}StringServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/StringService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/StringService?wsdl"><con:part><con:url>http://localhost:8080/XServices/StringService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="StringService" 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="StringService" resourceRoot="" soapui-version="4.0.1" abortOnError="false" runType="SEQUENTIAL" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="StringServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}StringServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/StringService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/StringService?wsdl"><con:part><con:url>http://localhost:8080/XServices/StringService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="StringService" 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: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="replaceRegEx" type="tns:replaceRegEx"/>
|
5 |
<xs:element name="replaceRegEx" type="tns:replaceRegEx"/>
|
6 |
<xs:element name="replaceRegExResponse" type="tns:replaceRegExResponse"/>
|
6 |
<xs:element name="replaceRegExResponse" type="tns:replaceRegExResponse"/>
|
7 |
<xs:complexType name="replaceRegEx">
|
7 |
<xs:complexType name="replaceRegEx">
|
8 |
<xs:sequence>
|
8 |
<xs:sequence>
|
9 |
<xs:element minOccurs="0" name="string" type="xs:string"/>
|
9 |
<xs:element minOccurs="0" name="string" type="xs:string"/>
|
10 |
<xs:element minOccurs="0" name="search" type="xs:string"/>
|
10 |
<xs:element minOccurs="0" name="search" type="xs:string"/>
|
11 |
<xs:element minOccurs="0" name="replace" type="xs:string"/>
|
11 |
<xs:element minOccurs="0" name="replace" type="xs:string"/>
|
12 |
<xs:element minOccurs="0" name="regexflags" type="xs:string"/>
|
12 |
<xs:element minOccurs="0" name="regexflags" type="xs:string"/>
|
13 |
</xs:sequence>
|
13 |
</xs:sequence>
|
14 |
</xs:complexType>
|
14 |
</xs:complexType>
|
15 |
<xs:complexType name="replaceRegExResponse">
|
15 |
<xs:complexType name="replaceRegExResponse">
|
16 |
<xs:sequence>
|
16 |
<xs:sequence>
|
17 |
<xs:element minOccurs="0" name="return" type="tns:stringReplaceType"/>
|
17 |
<xs:element minOccurs="0" name="return" type="tns:stringReplaceType"/>
|
18 |
</xs:sequence>
|
18 |
</xs:sequence>
|
19 |
</xs:complexType>
|
19 |
</xs:complexType>
|
20 |
<xs:complexType name="stringReplaceType">
|
20 |
<xs:complexType name="stringReplaceType">
|
21 |
<xs:sequence>
|
21 |
<xs:sequence>
|
22 |
<xs:element minOccurs="0" name="string" type="xs:string"/>
|
22 |
<xs:element minOccurs="0" name="string" type="xs:string"/>
|
23 |
<xs:element name="count" type="xs:int"/>
|
23 |
<xs:element name="count" type="xs:int"/>
|
24 |
</xs:sequence>
|
24 |
</xs:sequence>
|
25 |
</xs:complexType>
|
25 |
</xs:complexType>
|
26 |
<xs:complexType name="XServicesFault">
|
26 |
<xs:complexType name="XServicesFault">
|
27 |
<xs:sequence>
|
27 |
<xs:sequence>
|
28 |
<xs:element name="faultstring" nillable="true" type="xs:string"/>
|
28 |
<xs:element name="faultstring" nillable="true" type="xs:string"/>
|
29 |
<xs:element name="username" nillable="true" type="xs:string"/>
|
29 |
<xs:element name="username" nillable="true" type="xs:string"/>
|
30 |
<xs:element name="homedir" nillable="true" type="xs:string"/>
|
30 |
<xs:element name="homedir" nillable="true" type="xs:string"/>
|
31 |
<xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
|
31 |
<xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
|
32 |
<xs:element name="jvmruntime" nillable="true" type="xs:string"/>
|
32 |
<xs:element name="jvmruntime" nillable="true" type="xs:string"/>
|
33 |
</xs:sequence>
|
33 |
</xs:sequence>
|
34 |
</xs:complexType>
|
34 |
</xs:complexType>
|
35 |
<xs:element name="XServicesFault" type="tns:XServicesFault"/>
|
35 |
<xs:element name="XServicesFault" type="tns:XServicesFault"/>
|
36 |
</xs:schema>
|
36 |
</xs:schema>
|
37 |
</wsdl:types>
|
37 |
</wsdl:types>
|
38 |
<wsdl:message name="replaceRegExResponse">
|
38 |
<wsdl:message name="replaceRegExResponse">
|
39 |
<wsdl:part element="tns:replaceRegExResponse" name="parameters"></wsdl:part>
|
39 |
<wsdl:part element="tns:replaceRegExResponse" name="parameters"></wsdl:part>
|
40 |
</wsdl:message>
|
40 |
</wsdl:message>
|
41 |
<wsdl:message name="replaceRegEx">
|
41 |
<wsdl:message name="replaceRegEx">
|
42 |
<wsdl:part element="tns:replaceRegEx" name="parameters"></wsdl:part>
|
42 |
<wsdl:part element="tns:replaceRegEx" name="parameters"></wsdl:part>
|
43 |
</wsdl:message>
|
43 |
</wsdl:message>
|
44 |
<wsdl:message name="XServicesFault">
|
44 |
<wsdl:message name="XServicesFault">
|
45 |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
|
45 |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
|
46 |
</wsdl:message>
|
46 |
</wsdl:message>
|
47 |
<wsdl:portType name="StringService">
|
47 |
<wsdl:portType name="StringService">
|
48 |
<wsdl:operation name="replaceRegEx">
|
48 |
<wsdl:operation name="replaceRegEx">
|
49 |
<wsdl:documentation>Store text based data</wsdl:documentation>
|
49 |
<wsdl:documentation>Store text based data</wsdl:documentation>
|
50 |
<wsdl:input message="tns:replaceRegEx" name="replaceRegEx"></wsdl:input>
|
50 |
<wsdl:input message="tns:replaceRegEx" name="replaceRegEx"></wsdl:input>
|
51 |
<wsdl:output message="tns:replaceRegExResponse" name="replaceRegExResponse"></wsdl:output>
|
51 |
<wsdl:output message="tns:replaceRegExResponse" name="replaceRegExResponse"></wsdl:output>
|
52 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
52 |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
53 |
</wsdl:operation>
|
53 |
</wsdl:operation>
|
54 |
</wsdl:portType>
|
54 |
</wsdl:portType>
|
55 |
<wsdl:binding name="StringServiceSoapBinding" type="tns:StringService">
|
55 |
<wsdl:binding name="StringServiceSoapBinding" type="tns:StringService">
|
56 |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
56 |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
57 |
<wsdl:operation name="replaceRegEx">
|
57 |
<wsdl:operation name="replaceRegEx">
|
58 |
<soap:operation soapAction="" style="document"/>
|
58 |
<soap:operation soapAction="" style="document"/>
|
59 |
<wsdl:input name="replaceRegEx">
|
59 |
<wsdl:input name="replaceRegEx">
|
60 |
<soap:body use="literal"/>
|
60 |
<soap:body use="literal"/>
|
61 |
</wsdl:input>
|
61 |
</wsdl:input>
|
62 |
<wsdl:output name="replaceRegExResponse">
|
62 |
<wsdl:output name="replaceRegExResponse">
|
63 |
<soap:body use="literal"/>
|
63 |
<soap:body use="literal"/>
|
64 |
</wsdl:output>
|
64 |
</wsdl:output>
|
65 |
<wsdl:fault name="XServicesFault">
|
65 |
<wsdl:fault name="XServicesFault">
|
66 |
<soap:fault name="XServicesFault" use="literal"/>
|
66 |
<soap:fault name="XServicesFault" use="literal"/>
|
67 |
</wsdl:fault>
|
67 |
</wsdl:fault>
|
68 |
</wsdl:operation>
|
68 |
</wsdl:operation>
|
69 |
</wsdl:binding>
|
69 |
</wsdl:binding>
|
70 |
<wsdl:service name="StringService">
|
70 |
<wsdl:service name="StringService">
|
71 |
<wsdl:port binding="tns:StringServiceSoapBinding" name="StringServiceImplPort">
|
71 |
<wsdl:port binding="tns:StringServiceSoapBinding" name="StringServiceImplPort">
|
72 |
<soap:address location="http://localhost:8080/XServices/StringService"/>
|
72 |
<soap:address location="http://localhost:8080/XServices/StringService"/>
|
73 |
</wsdl:port>
|
73 |
</wsdl:port>
|
74 |
</wsdl:service>
|
74 |
</wsdl:service>
|
75 |
</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/StringService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="replaceRegEx" bindingOperationName="replaceRegEx" type="Request-Response" outputName="replaceRegExResponse" inputName="replaceRegEx" 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"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/StringService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
75 |
</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/StringService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="replaceRegEx" bindingOperationName="replaceRegEx" type="Request-Response" outputName="replaceRegExResponse" inputName="replaceRegEx" 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"><xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:8080/XServices/StringService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
76 |
<soapenv:Header/>
|
76 |
<soapenv:Header/>
|
77 |
<soapenv:Body>
|
77 |
<soapenv:Body>
|
78 |
<ws:replaceRegEx>
|
78 |
<ws:replaceRegEx>
|
79 |
<!--Optional:-->
|
- |
|
80 |
<string>Hallo Welt und ups
|
79 |
<string>Hallo Welt</string>
|
81 |
da war grad der
|
- |
|
82 |
|
- |
|
83 |
|
- |
|
84 |
Zeilenumbruch</string>
|
- |
|
85 |
<!--Optional:-->
|
- |
|
86 |
<search>^H</search>
|
80 |
<search>W.*</search>
|
87 |
<!--Optional:-->
|
- |
|
88 |
<replace></replace>
|
81 |
<replace>Brian</replace>
|
89 |
<!--Optional:-->
|
- |
|
90 |
<regexflags>ig</regexflags>
|
82 |
<regexflags>ig</regexflags>
|
91 |
</ws:replaceRegEx>
|
83 |
</ws:replaceRegEx>
|
92 |
</soapenv:Body>
|
84 |
</soapenv:Body>
|
93 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StringService/replaceRegEx"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
|
85 |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StringService/replaceRegEx"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
|
94 |
|
86 |
|