288 lines
18 KiB
XML
288 lines
18 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<con:soapui-project name="StringService" resourceRoot="" soapui-version="5.0.0" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" 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: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">
|
|
<wsdl:types>
|
|
<xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="encodeToXMLEntities" type="tns:encodeToXMLEntities"/>
|
|
<xs:element name="encodeToXMLEntitiesResponse" type="tns:encodeToXMLEntitiesResponse"/>
|
|
<xs:element name="matchRegEx" type="tns:matchRegEx"/>
|
|
<xs:element name="matchRegExResponse" type="tns:matchRegExResponse"/>
|
|
<xs:element name="removeCRLF" type="tns:removeCRLF"/>
|
|
<xs:element name="removeCRLFResponse" type="tns:removeCRLFResponse"/>
|
|
<xs:element name="replaceRegEx" type="tns:replaceRegEx"/>
|
|
<xs:element name="replaceRegExResponse" type="tns:replaceRegExResponse"/>
|
|
<xs:element name="splitString" type="tns:splitString"/>
|
|
<xs:element name="splitStringResponse" type="tns:splitStringResponse"/>
|
|
<xs:complexType name="removeCRLF">
|
|
<xs:sequence>
|
|
<xs:element name="string" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="removeCRLFResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="return" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="matchRegEx">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="string" type="xs:string"/>
|
|
<xs:element minOccurs="0" name="search" type="xs:string"/>
|
|
<xs:element minOccurs="0" name="regexflags" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="matchRegExResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="return" type="tns:stringMatchType"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="stringMatchType">
|
|
<xs:sequence>
|
|
<xs:element maxOccurs="unbounded" minOccurs="0" name="stringlist" nillable="true" type="tns:stringMatchDetails"/>
|
|
<xs:element name="size" type="xs:int"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="stringMatchDetails">
|
|
<xs:sequence>
|
|
<xs:element name="startPosition" type="xs:long"/>
|
|
<xs:element name="endPosition" type="xs:long"/>
|
|
<xs:element minOccurs="0" name="content" type="xs:string"/>
|
|
<xs:element minOccurs="0" name="group" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="splitString">
|
|
<xs:sequence>
|
|
<xs:element name="string" type="xs:string"/>
|
|
<xs:element name="delimiter" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="splitStringResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="return" type="tns:stringSplitType"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="stringSplitType">
|
|
<xs:sequence>
|
|
<xs:element maxOccurs="unbounded" minOccurs="0" name="stringlist" nillable="true" type="xs:string"/>
|
|
<xs:element name="size" type="xs:int"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="encodeToXMLEntities">
|
|
<xs:sequence>
|
|
<xs:element name="string" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="encodeToXMLEntitiesResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="return" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="replaceRegEx">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="string" type="xs:string"/>
|
|
<xs:element minOccurs="0" name="search" type="xs:string"/>
|
|
<xs:element minOccurs="0" name="replace" type="xs:string"/>
|
|
<xs:element minOccurs="0" name="regexflags" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="replaceRegExResponse">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="return" type="tns:stringReplaceType"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="stringReplaceType">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="string" type="xs:string"/>
|
|
<xs:element name="count" type="xs:int"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="XServicesFault" type="tns:XServicesFault"/>
|
|
<xs:complexType name="XServicesFault">
|
|
<xs:sequence>
|
|
<xs:element name="faultstring" nillable="true" type="xs:string"/>
|
|
<xs:element name="username" nillable="true" type="xs:string"/>
|
|
<xs:element name="homedir" nillable="true" type="xs:string"/>
|
|
<xs:element name="timestamp" nillable="true" type="xs:anySimpleType"/>
|
|
<xs:element name="jvmruntime" nillable="true" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="encodeToXMLEntitiesResponse">
|
|
<wsdl:part element="tns:encodeToXMLEntitiesResponse" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="removeCRLFResponse">
|
|
<wsdl:part element="tns:removeCRLFResponse" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="encodeToXMLEntities">
|
|
<wsdl:part element="tns:encodeToXMLEntities" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="splitString">
|
|
<wsdl:part element="tns:splitString" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="replaceRegExResponse">
|
|
<wsdl:part element="tns:replaceRegExResponse" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="replaceRegEx">
|
|
<wsdl:part element="tns:replaceRegEx" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="matchRegEx">
|
|
<wsdl:part element="tns:matchRegEx" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="splitStringResponse">
|
|
<wsdl:part element="tns:splitStringResponse" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="matchRegExResponse">
|
|
<wsdl:part element="tns:matchRegExResponse" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="removeCRLF">
|
|
<wsdl:part element="tns:removeCRLF" name="parameters"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="XServicesFault">
|
|
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:portType name="StringService">
|
|
<wsdl:operation name="removeCRLF">
|
|
<wsdl:documentation>Remove any line feed and/ or carriage return characters</wsdl:documentation>
|
|
<wsdl:input message="tns:removeCRLF" name="removeCRLF"></wsdl:input>
|
|
<wsdl:output message="tns:removeCRLFResponse" name="removeCRLFResponse"></wsdl:output>
|
|
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="matchRegEx">
|
|
<wsdl:documentation>Match text based data</wsdl:documentation>
|
|
<wsdl:input message="tns:matchRegEx" name="matchRegEx"></wsdl:input>
|
|
<wsdl:output message="tns:matchRegExResponse" name="matchRegExResponse"></wsdl:output>
|
|
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="splitString">
|
|
<wsdl:documentation>Split a string into tokens</wsdl:documentation>
|
|
<wsdl:input message="tns:splitString" name="splitString"></wsdl:input>
|
|
<wsdl:output message="tns:splitStringResponse" name="splitStringResponse"></wsdl:output>
|
|
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="encodeToXMLEntities">
|
|
<wsdl:documentation>Match text based data</wsdl:documentation>
|
|
<wsdl:input message="tns:encodeToXMLEntities" name="encodeToXMLEntities"></wsdl:input>
|
|
<wsdl:output message="tns:encodeToXMLEntitiesResponse" name="encodeToXMLEntitiesResponse"></wsdl:output>
|
|
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="replaceRegEx">
|
|
<wsdl:documentation>Store text based data</wsdl:documentation>
|
|
<wsdl:input message="tns:replaceRegEx" name="replaceRegEx"></wsdl:input>
|
|
<wsdl:output message="tns:replaceRegExResponse" name="replaceRegExResponse"></wsdl:output>
|
|
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="StringServiceSoapBinding" type="tns:StringService">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="matchRegEx">
|
|
<soap:operation soapAction="" style="document"/>
|
|
<wsdl:input name="matchRegEx">
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="matchRegExResponse">
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="XServicesFault">
|
|
<soap:fault name="XServicesFault" use="literal"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="removeCRLF">
|
|
<soap:operation soapAction="" style="document"/>
|
|
<wsdl:input name="removeCRLF">
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="removeCRLFResponse">
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="XServicesFault">
|
|
<soap:fault name="XServicesFault" use="literal"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="splitString">
|
|
<soap:operation soapAction="" style="document"/>
|
|
<wsdl:input name="splitString">
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="splitStringResponse">
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="XServicesFault">
|
|
<soap:fault name="XServicesFault" use="literal"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="encodeToXMLEntities">
|
|
<soap:operation soapAction="" style="document"/>
|
|
<wsdl:input name="encodeToXMLEntities">
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="encodeToXMLEntitiesResponse">
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="XServicesFault">
|
|
<soap:fault name="XServicesFault" use="literal"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="replaceRegEx">
|
|
<soap:operation soapAction="" style="document"/>
|
|
<wsdl:input name="replaceRegEx">
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="replaceRegExResponse">
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="XServicesFault">
|
|
<soap:fault name="XServicesFault" use="literal"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="StringService">
|
|
<wsdl:port binding="tns:StringServiceSoapBinding" name="StringServiceImplPort">
|
|
<soap:address location="http://localhost:8080/XServices/StringService"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</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">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ws:replaceRegEx>
|
|
</ws:replaceRegEx>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><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:operation isOneWay="false" action="" name="matchRegEx" bindingOperationName="matchRegEx" type="Request-Response" outputName="matchRegExResponse" inputName="matchRegEx" 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">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ws:matchRegEx>
|
|
<!--Optional:-->
|
|
<string>?</string>
|
|
<!--Optional:-->
|
|
<search>?</search>
|
|
<!--Optional:-->
|
|
<regexflags>?</regexflags>
|
|
</ws:matchRegEx>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StringService/matchRegEx"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="splitString" bindingOperationName="splitString" type="Request-Response" outputName="splitStringResponse" inputName="splitString" 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">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ws:splitString>
|
|
<string>Hier
|
|
is
|
|
some
|
|
text.</string>
|
|
<delimiter> </delimiter>
|
|
</ws:splitString>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StringService/splitString"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="encodeToXMLEntities" bindingOperationName="encodeToXMLEntities" type="Request-Response" outputName="encodeToXMLEntitiesResponse" inputName="encodeToXMLEntities" 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/StringService</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://ws.xservices.brutex.net">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ws:encodeToXMLEntities>
|
|
<string>?</string>
|
|
</ws:encodeToXMLEntities>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StringService/encodeToXMLEntities"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="removeCRLF" bindingOperationName="removeCRLF" type="Request-Response" outputName="removeCRLFResponse" inputName="removeCRLF" 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">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<ws:removeCRLF>
|
|
<string>Hi er
|
|
is
|
|
some
|
|
text</string>
|
|
</ws:removeCRLF>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>]]></con:request><con:credentials><con:authType>No Authorization</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StringService/removeCRLF"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/><con:oAuth2ProfileContainer/></con:soapui-project> |