/xservices/branches/xservices-jre5/test/DateService-soapui-project.xml |
---|
0,0 → 1,882 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="DateService" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui.TestRunnerAction@values-local"><![CDATA[<xml-fragment xmlns:con="http://eviware.com/soapui/config"> |
<con:entry key="Global Properties" value=""/> |
<con:entry key="TestSuite" value="Basic Call Tests"/> |
<con:entry key="Report to Generate" value=""/> |
<con:entry key="Password" value=""/> |
<con:entry key="soapui-setings.xml Password" value=""/> |
<con:entry key="TestRunner Path" value=""/> |
<con:entry key="Tool Args" value=""/> |
<con:entry key="Ignore Errors" value="false"/> |
<con:entry key="Host:Port" value=""/> |
<con:entry key="WSS Password Type" value=""/> |
<con:entry key="Save Project" value="true"/> |
<con:entry key="Enable UI" value="false"/> |
<con:entry key="System Properties" value=""/> |
<con:entry key="Domain" value=""/> |
<con:entry key="Coverage Report" value="false"/> |
<con:entry key="Export JUnit Results" value="false"/> |
<con:entry key="Open Report" value="false"/> |
<con:entry key="Project Properties" value=""/> |
<con:entry key="Project Password" value=""/> |
<con:entry key="Export All" value="false"/> |
<con:entry key="Report Format(s)" value=""/> |
<con:entry key="TestCase" value="getDate"/> |
<con:entry key="Print Report" value="false"/> |
<con:entry key="Username" value=""/> |
<con:entry key="Root Folder" value=""/> |
<con:entry key="Save After" value="false"/> |
<con:entry key="Add Settings" value="false"/> |
<con:entry key="Endpoint" value=""/> |
</xml-fragment>]]></con:setting></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"> |
<wsdl:documentation>/* |
* Copyright 2010 Brian Rosenberger (Brutex Network) |
* |
* Licensed under the Apache License, Version 2.0 (the "License") |
* you may not use this file except in compliance with the License. |
* You may obtain a copy of the License at |
* |
* http://www.apache.org/licenses/LICENSE-2.0 |
* |
* Unless required by applicable law or agreed to in writing, software |
* distributed under the License is distributed on an "AS IS" BASIS, |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
* See the License for the specific language governing permissions and |
* limitations under the License. |
*/</wsdl:documentation> |
<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="dateAdd" type="tns:dateAdd"/> |
<xs:element name="dateAddResponse" type="tns:dateAddResponse"/> |
<xs:element name="dateTimeDiff" type="tns:dateTimeDiff"/> |
<xs:element name="dateTimeDiff2" type="tns:dateTimeDiff2"/> |
<xs:element name="dateTimeDiff2Response" type="tns:dateTimeDiff2Response"/> |
<xs:element name="dateTimeDiffResponse" type="tns:dateTimeDiffResponse"/> |
<xs:element name="formatDate" type="tns:formatDate"/> |
<xs:element name="formatDateAdvanced" type="tns:formatDateAdvanced"/> |
<xs:element name="formatDateAdvancedResponse" type="tns:formatDateAdvancedResponse"/> |
<xs:element name="formatDateResponse" type="tns:formatDateResponse"/> |
<xs:element name="getDate" type="tns:getDate"/> |
<xs:element name="getDateExtended" type="tns:getDateExtended"/> |
<xs:element name="getDateExtendedResponse" type="tns:getDateExtendedResponse"/> |
<xs:element name="getDateResponse" type="tns:getDateResponse"/> |
<xs:element name="getInTimezone" type="tns:getInTimezone"/> |
<xs:element name="getInTimezoneResponse" type="tns:getInTimezoneResponse"/> |
<xs:element name="getTimestamp" type="tns:getTimestamp"/> |
<xs:element name="getTimestamp2" type="tns:getTimestamp2"/> |
<xs:element name="getTimestamp2Response" type="tns:getTimestamp2Response"/> |
<xs:element name="getTimestampResponse" type="tns:getTimestampResponse"/> |
<xs:element name="getTimezones" type="tns:getTimezones"/> |
<xs:element name="getTimezonesResponse" type="tns:getTimezonesResponse"/> |
<xs:element name="parseDate" type="tns:parseDate"/> |
<xs:element name="parseDateAdvanced" type="tns:parseDateAdvanced"/> |
<xs:element name="parseDateAdvancedResponse" type="tns:parseDateAdvancedResponse"/> |
<xs:element name="parseDateResponse" type="tns:parseDateResponse"/> |
<xs:complexType name="getTimestamp2"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getTimestamp2Response"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:integer"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="dateAdd"> |
<xs:sequence> |
<xs:element name="datetime" type="xs:dateTime"/> |
<xs:element name="value" type="xs:integer"/> |
<xs:element name="unit" type="tns:dateTimeUnits"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="dateAddResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:dateTime"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getDate"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getDateResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:DateInfoType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="DateInfoType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="iso8601date" type="xs:dateTime"/> |
<xs:element minOccurs="0" name="rfc822date" type="xs:string"/> |
<xs:element name="timestamp" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getInTimezone"> |
<xs:sequence> |
<xs:element name="datetime" type="xs:dateTime"/> |
<xs:element name="timezone" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getInTimezoneResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="formatDate"> |
<xs:sequence> |
<xs:element name="datetime" type="xs:dateTime"/> |
<xs:element name="format" type="tns:dateFormatType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="formatDateResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getTimezones"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getTimezonesResponse"> |
<xs:sequence> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" type="tns:timezone"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="timezone"> |
<xs:sequence> |
<xs:element minOccurs="0" name="displayname" type="xs:string"/> |
<xs:element minOccurs="0" name="id" type="xs:string"/> |
<xs:element name="offset" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getDateExtended"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getDateExtendedResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:dateInfoExtendedType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="dateInfoExtendedType"> |
<xs:complexContent> |
<xs:extension base="tns:DateInfoType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="format1" type="xs:string"/> |
<xs:element minOccurs="0" name="format2" type="xs:string"/> |
<xs:element minOccurs="0" name="format3" type="xs:string"/> |
</xs:sequence> |
</xs:extension> |
</xs:complexContent> |
</xs:complexType> |
<xs:complexType name="dateTimeDiff2"> |
<xs:sequence> |
<xs:element name="fromDateTime" type="xs:dateTime"/> |
<xs:element name="toDateTime" type="xs:dateTime"/> |
<xs:element minOccurs="0" name="unit" type="tns:dateTimeUnits"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="dateTimeDiff2Response"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:integer"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="formatDateAdvanced"> |
<xs:sequence> |
<xs:element name="datetime" type="xs:dateTime"/> |
<xs:element name="format" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="formatDateAdvancedResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="parseDate"> |
<xs:sequence> |
<xs:element name="datetime" type="xs:string"/> |
<xs:element name="format" type="tns:dateFormatType"/> |
<xs:element minOccurs="0" name="timezone" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="parseDateResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:dateTime"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="parseDateAdvanced"> |
<xs:sequence> |
<xs:element name="datetime" type="xs:string"/> |
<xs:element name="format" type="xs:string"/> |
<xs:element minOccurs="0" name="timezone" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="parseDateAdvancedResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:dateTime"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getTimestamp"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getTimestampResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:integer"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="dateTimeDiff"> |
<xs:sequence> |
<xs:element name="fromDateTime" type="xs:dateTime"/> |
<xs:element name="toDateTime" type="xs:dateTime"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="dateTimeDiffResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:integer"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="dateTimeUnits"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="milliseconds"/> |
<xs:enumeration value="seconds"/> |
<xs:enumeration value="minutes"/> |
<xs:enumeration value="hours"/> |
<xs:enumeration value="days"/> |
<xs:enumeration value="years"/> |
</xs:restriction> |
</xs:simpleType> |
<xs:simpleType name="dateFormatType"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="ISO 8601"/> |
<xs:enumeration value="RFC 822"/> |
<xs:enumeration value="DateOnly-slashed"/> |
<xs:enumeration value="DateOnly-dotted"/> |
<xs:enumeration value="DateOnly-dashed"/> |
</xs:restriction> |
</xs:simpleType> |
<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:element name="XServicesFault" type="tns:XServicesFault"/> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="dateAdd"> |
<wsdl:part element="tns:dateAdd" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getDate"> |
<wsdl:part element="tns:getDate" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getTimezonesResponse"> |
<wsdl:part element="tns:getTimezonesResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getInTimezoneResponse"> |
<wsdl:part element="tns:getInTimezoneResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="parseDateAdvanced"> |
<wsdl:part element="tns:parseDateAdvanced" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getTimestamp2"> |
<wsdl:part element="tns:getTimestamp2" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="formatDateResponse"> |
<wsdl:part element="tns:formatDateResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getDateExtendedResponse"> |
<wsdl:part element="tns:getDateExtendedResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="dateTimeDiff2"> |
<wsdl:part element="tns:dateTimeDiff2" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getTimestampResponse"> |
<wsdl:part element="tns:getTimestampResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="dateAddResponse"> |
<wsdl:part element="tns:dateAddResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getDateExtended"> |
<wsdl:part element="tns:getDateExtended" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="formatDateAdvanced"> |
<wsdl:part element="tns:formatDateAdvanced" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="parseDateAdvancedResponse"> |
<wsdl:part element="tns:parseDateAdvancedResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getTimestamp"> |
<wsdl:part element="tns:getTimestamp" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getDateResponse"> |
<wsdl:part element="tns:getDateResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="formatDateAdvancedResponse"> |
<wsdl:part element="tns:formatDateAdvancedResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="parseDateResponse"> |
<wsdl:part element="tns:parseDateResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="parseDate"> |
<wsdl:part element="tns:parseDate" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="dateTimeDiff2Response"> |
<wsdl:part element="tns:dateTimeDiff2Response" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="XServicesFault"> |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getTimestamp2Response"> |
<wsdl:part element="tns:getTimestamp2Response" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="formatDate"> |
<wsdl:part element="tns:formatDate" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="dateTimeDiff"> |
<wsdl:part element="tns:dateTimeDiff" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getInTimezone"> |
<wsdl:part element="tns:getInTimezone" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getTimezones"> |
<wsdl:part element="tns:getTimezones" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="dateTimeDiffResponse"> |
<wsdl:part element="tns:dateTimeDiffResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="DateService"> |
<wsdl:operation name="getTimestamp2"> |
<wsdl:documentation>Get seconds since 01.01.1970 (Unix timestap).</wsdl:documentation> |
<wsdl:input message="tns:getTimestamp2" name="getTimestamp2"></wsdl:input> |
<wsdl:output message="tns:getTimestamp2Response" name="getTimestamp2Response"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="dateAdd"> |
<wsdl:documentation>Add or substract a time span from a date.</wsdl:documentation> |
<wsdl:input message="tns:dateAdd" name="dateAdd"></wsdl:input> |
<wsdl:output message="tns:dateAddResponse" name="dateAddResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getDate"> |
<wsdl:documentation>Get current date and time.</wsdl:documentation> |
<wsdl:input message="tns:getDate" name="getDate"></wsdl:input> |
<wsdl:output message="tns:getDateResponse" name="getDateResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getInTimezone"> |
<wsdl:input message="tns:getInTimezone" name="getInTimezone"></wsdl:input> |
<wsdl:output message="tns:getInTimezoneResponse" name="getInTimezoneResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="formatDate"> |
<wsdl:input message="tns:formatDate" name="formatDate"></wsdl:input> |
<wsdl:output message="tns:formatDateResponse" name="formatDateResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getTimezones"> |
<wsdl:input message="tns:getTimezones" name="getTimezones"></wsdl:input> |
<wsdl:output message="tns:getTimezonesResponse" name="getTimezonesResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getDateExtended"> |
<wsdl:documentation>Get current date and time in different formats.</wsdl:documentation> |
<wsdl:input message="tns:getDateExtended" name="getDateExtended"></wsdl:input> |
<wsdl:output message="tns:getDateExtendedResponse" name="getDateExtendedResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="dateTimeDiff2"> |
<wsdl:documentation>Get elapsed time between to dates.</wsdl:documentation> |
<wsdl:input message="tns:dateTimeDiff2" name="dateTimeDiff2"></wsdl:input> |
<wsdl:output message="tns:dateTimeDiff2Response" name="dateTimeDiff2Response"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="formatDateAdvanced"> |
<wsdl:input message="tns:formatDateAdvanced" name="formatDateAdvanced"></wsdl:input> |
<wsdl:output message="tns:formatDateAdvancedResponse" name="formatDateAdvancedResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="parseDate"> |
<wsdl:documentation>Converts a string into date using pre-defined date formats.</wsdl:documentation> |
<wsdl:input message="tns:parseDate" name="parseDate"></wsdl:input> |
<wsdl:output message="tns:parseDateResponse" name="parseDateResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="parseDateAdvanced"> |
<wsdl:input message="tns:parseDateAdvanced" name="parseDateAdvanced"></wsdl:input> |
<wsdl:output message="tns:parseDateAdvancedResponse" name="parseDateAdvancedResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getTimestamp"> |
<wsdl:documentation>Get milliseconds since 01.01.1970 (Unix timestap).</wsdl:documentation> |
<wsdl:input message="tns:getTimestamp" name="getTimestamp"></wsdl:input> |
<wsdl:output message="tns:getTimestampResponse" name="getTimestampResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="dateTimeDiff"> |
<wsdl:input message="tns:dateTimeDiff" name="dateTimeDiff"></wsdl:input> |
<wsdl:output message="tns:dateTimeDiffResponse" name="dateTimeDiffResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="DateServiceSoapBinding" type="tns:DateService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="getTimestamp2"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getTimestamp2"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getTimestamp2Response"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="dateAdd"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="dateAdd"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="dateAddResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getDate"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getDate"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getDateResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getInTimezone"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getInTimezone"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getInTimezoneResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="formatDate"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="formatDate"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="formatDateResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getTimezones"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getTimezones"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getTimezonesResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getDateExtended"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getDateExtended"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getDateExtendedResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="dateTimeDiff2"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="dateTimeDiff2"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="dateTimeDiff2Response"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="formatDateAdvanced"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="formatDateAdvanced"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="formatDateAdvancedResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="parseDate"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="parseDate"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="parseDateResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="parseDateAdvanced"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="parseDateAdvanced"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="parseDateAdvancedResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="dateTimeDiff"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="dateTimeDiff"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="dateTimeDiffResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getTimestamp"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getTimestamp"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getTimestampResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
</wsdl:binding> |
<wsdl:service name="DateService"> |
<wsdl:port binding="tns:DateServiceSoapBinding" name="DateServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/DateService"/> |
</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/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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:getDate/> |
</soapenv:Body> |
</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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:getTimestamp/> |
</soapenv:Body> |
</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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:getInTimezone> |
<datetime>2012-01-19T21:05:58.940+09:00</datetime> |
<timezone>Pacific/Honolulu</timezone> |
</ws:getInTimezone> |
</soapenv:Body> |
</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:call name="Copy of 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/DateService</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:getInTimezone> |
<datetime>2012-01-19T21:05:58.940+09:00</datetime> |
<timezone>UTC</timezone> |
</ws:getInTimezone> |
</soapenv:Body> |
</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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:formatDate> |
<datetime>2012-01-19T21:05:58.940+09:00</datetime> |
<format>ISO8601</format> |
</ws:formatDate> |
</soapenv:Body> |
</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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:formatDateAdvanced> |
<datetime>2011-05-24T17:22:42+02:00</datetime> |
<format>mmddyyyy-WW</format> |
</ws:formatDateAdvanced> |
</soapenv:Body> |
</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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:parseDate> |
<datetime>30.04.2012</datetime> |
<format>DateOnly-dotted</format> |
<!--Optional:--> |
<timezone></timezone> |
</ws:parseDate> |
</soapenv:Body> |
</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: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/DateService</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:parseDateAdvanced> |
<datetime>12.4.2012 um 23:00 Uhr</datetime> |
<format>dd.M.yyyy 'um' hh:mm 'Uhr'</format> |
<!--Optional:--> |
<timezone>Europe/Berlin</timezone> |
</ws:parseDateAdvanced> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/parseDateAdvanced"/><con:wsrmConfig version="1.2"/></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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:dateTimeDiff> |
<fromDateTime>2012-06-06T08:45:00+01:00</fromDateTime> |
<toDateTime>2012-06-06T08:23:00+01:00</toDateTime> |
</ws:dateTimeDiff> |
</soapenv:Body> |
</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/DateService/dateTimeDiff"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><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/DateService</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:dateTimeDiff> |
<fromDateTime>2012-01-23</fromDateTime> |
<toDateTime>2012-06-06T08:45:00+01:00</toDateTime> |
</ws:dateTimeDiff> |
</soapenv:Body> |
</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/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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:dateTimeDiff2> |
<fromDateTime>2012-05-24T19:59:29.233+02:00</fromDateTime> |
<toDateTime>2011-06-24T21:01:59.234+02:00</toDateTime> |
<!--Optional:--> |
<unit>years</unit> |
</ws:dateTimeDiff2> |
</soapenv:Body> |
</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/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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:dateAdd> |
<datetime>2012-05-24T19:59:29.233+0200</datetime> |
<value>365</value> |
<unit>hours</unit> |
</ws:dateAdd> |
</soapenv:Body> |
</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:operation isOneWay="false" action="" name="getTimestamp2" bindingOperationName="getTimestamp2" type="Request-Response" outputName="getTimestamp2Response" inputName="getTimestamp2" 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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:getTimestamp2/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getTimestamp2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getTimezones" bindingOperationName="getTimezones" type="Request-Response" outputName="getTimezonesResponse" inputName="getTimezones" 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/DateService</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:getTimezones/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getTimezones"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getDateExtended" bindingOperationName="getDateExtended" type="Request-Response" outputName="getDateExtendedResponse" inputName="getDateExtended" 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/DateService</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:getDateExtended/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/DateService/getDateExtended"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:testSuite name="Basic Call Tests"><con:settings/><con:runType>PARALLELL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="true" maxResults="0" name="Pull WSDL" searchProperties="true" id="0244ade4-dcf3-4012-bc98-b7fd0ebb1774"><con:settings/><con:testStep type="httprequest" name="http://localhost:8080/XServices/DateServices?wsdl"><con:settings/><con:config method="GET" xsi:type="con:HttpRequest" name="http://localhost:8080/XServices/DateServices?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:endpoint>http://localhost:8080/XServices/DateServices?wsdl</con:endpoint><con:request/><con:assertion type="HTTP Download all resources" name="HTTP Download all resources"/><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:parameters/></con:config></con:testStep><con:testStep type="httprequest" name="Http Test Step 2 [/XServices/DateServices]"><con:settings/><con:config method="GET" xsi:type="con:HttpRequest" name="Http Test Step 2 [/XServices/DateServices]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><![CDATA[<xml-fragment xmlns:con="http://eviware.com/soapui/config"> |
<con:entry key="Accept-Language" value="en-us,en;q=0.5"/> |
<con:entry key="Host" value="localhost:8080"/> |
<con:entry key="Accept-Charset" value="ISO-8859-1,utf-8;q=0.7,*;q=0.7"/> |
<con:entry key="Accept-Encoding" value="gzip,deflate"/> |
<con:entry key="User-Agent" value="Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2) Gecko"/> |
<con:entry key="Accept" value="text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"/> |
</xml-fragment>]]></con:setting></con:settings><con:endpoint>http://localhost:8080/XServices/DateServices</con:endpoint><con:request/><con:parameters><con:parameter><con:name>wsdl</con:name><con:value/><con:style>QUERY</con:style><con:type xmlns:xs="http://www.w3.org/2001/XMLSchema">xs:string</con:type><con:default/><con:description xsi:nil="true"/></con:parameter></con:parameters></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="getDate" searchProperties="true" id="824f4cc3-c144-45d5-86e0-d38538bc453c"><con:settings/><con:testStep type="request" name="Date Request"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getDate</con:operation><con:request name="Date Request"><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/DateService</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:getDate/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="Date Extended Request"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getDateExtended</con:operation><con:request name="Date Extended Request"><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/DateService</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:getDateExtended/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="Timestamp"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getTimestamp</con:operation><con:request name="Timestamp"><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/DateService</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:getTimestamp/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="TimeZones"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getTimezones</con:operation><con:request name="TimeZones"><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/DateService</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:getTimezones/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>50</SLA></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="Timestamp2"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>getTimestamp2</con:operation><con:request name="Timestamp2"><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/DateService</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:getTimestamp2/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest name="Basic Load"><con:settings><con:setting id="HttpSettings@close-connections">false</con:setting></con:settings><con:threadCount>5</con:threadCount><con:startDelay>0</con:startDelay><con:sampleInterval>250</con:sampleInterval><con:calculateTPSOnTimePassed>true</con:calculateTPSOnTimePassed><con:resetStatisticsOnThreadCountChange>true</con:resetStatisticsOnThreadCountChange><con:historyLimit>-1</con:historyLimit><con:testLimit>60</con:testLimit><con:limitType>TIME</con:limitType><con:loadStrategy><con:type>Simple</con:type></con:loadStrategy><con:assertion type="Step Status" name="Step Status"/><con:maxAssertionErrors>100</con:maxAssertionErrors><con:cancelExcessiveThreads>true</con:cancelExcessiveThreads><con:strategyInterval>500</con:strategyInterval></con:loadTest><con:properties><con:property><con:name>Loops</con:name><con:value>0</con:value></con:property></con:properties></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="Parse and Format" searchProperties="true" id="5731f78f-5f0b-4a86-9ec1-fe7c7825e91c"><con:settings/><con:testStep type="request" name="formatDate ISO8601"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate ISO8601"><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/DateService</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:formatDate> |
<datetime>2012-01-23T13:05:20+05:30</datetime> |
<format>ISO 8601</format> |
</ws:formatDate> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate RFC622"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate RFC622"><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/DateService</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:formatDate> |
<datetime>2012-01-23T13:05:20+05:30</datetime> |
<format>RFC 822</format> |
</ws:formatDate> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate DateOnly-dashed"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate DateOnly-dashed"><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/DateService</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:formatDate> |
<datetime>2012-01-23T13:05:20+05:30</datetime> |
<format>DateOnly-dashed</format> |
</ws:formatDate> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate DateOnly-dotted"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate DateOnly-dotted"><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/DateService</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:formatDate> |
<datetime>2012-01-23T13:05:20+05:30</datetime> |
<format>DateOnly-dotted</format> |
</ws:formatDate> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate advanced"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDateAdvanced</con:operation><con:request name="formatDate advanced"><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/DateService</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:formatDateAdvanced> |
<datetime>2001-06-20T00:23:05Z</datetime> |
<!--Uses locale of JVM --> |
<format>'Year:' yyyy 'Week:' WW 'in Month:' MMMM</format> |
</ws:formatDateAdvanced> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="formatDate DateOnly-slashed"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>formatDate</con:operation><con:request name="formatDate DateOnly-slashed"><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/DateService</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:formatDate> |
<datetime>2012-01-23T13:05:20+05:30</datetime> |
<format>DateOnly-slashed</format> |
</ws:formatDate> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="parse DateOnly dotted"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>parseDate</con:operation><con:request name="parse DateOnly dotted"><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/DateService</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:parseDate> |
<datetime>14.3.1946</datetime> |
<format>DateOnly-dotted</format> |
<!--Optional:--> |
<timezone>Europe/Helsinki</timezone> |
</ws:parseDate> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="parse Advanced"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>parseDateAdvanced</con:operation><con:request name="parse Advanced"><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/DateService</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:parseDateAdvanced> |
<datetime>Ich werde um 8:30 Uhr am 17.01.2012 da sein.</datetime> |
<format>'Ich werde um' h:mm 'Uhr am' dd.MM.yyyy 'da sein.'</format> |
<!--Optional:--> |
<timezone>Europe/Berlin</timezone> |
</ws:parseDateAdvanced> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="parse Advanced with Locale"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>parseDateAdvanced</con:operation><con:request name="parse Advanced with Locale"><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/DateService</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:parseDateAdvanced> |
<datetime>Im Juni am 4. Tag im Jahr 2014 ist ein Fest</datetime> |
<format>'Im' MMMM 'am' d. 'Tag im Jahr' yyyy 'ist ein Fest'</format> |
<!--Optional:--> |
<timezone>Europe/Berlin</timezone> |
</ws:parseDateAdvanced> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest name="Basic Load"><con:settings><con:setting id="HttpSettings@close-connections">false</con:setting></con:settings><con:threadCount>20</con:threadCount><con:startDelay>0</con:startDelay><con:sampleInterval>250</con:sampleInterval><con:calculateTPSOnTimePassed>true</con:calculateTPSOnTimePassed><con:resetStatisticsOnThreadCountChange>true</con:resetStatisticsOnThreadCountChange><con:historyLimit>-1</con:historyLimit><con:testLimit>180</con:testLimit><con:limitType>TIME</con:limitType><con:loadStrategy><con:type>Variance</con:type><con:config><interval>60000</interval><variance>0.5</variance></con:config></con:loadStrategy><con:assertion type="Step Status" name="Step Status"/><con:maxAssertionErrors>100</con:maxAssertionErrors><con:cancelExcessiveThreads>true</con:cancelExcessiveThreads><con:strategyInterval>500</con:strategyInterval></con:loadTest><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="Date Math" searchProperties="true" id="dfebf092-9cc3-45ea-b903-d212fc5515da"><con:settings/><con:testStep type="request" name="DateDiff forward"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff</con:operation><con:request name="DateDiff forward"><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/DateService</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:dateTimeDiff> |
<fromDateTime>2012-01-23</fromDateTime> |
<toDateTime>2012-06-06T08:45:00+01:00</toDateTime> |
</ws:dateTimeDiff> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff backwards"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff</con:operation><con:request name="DateDiff backwards"><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/DateService</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:dateTimeDiff> |
<fromDateTime>2012-06-06T08:45:00+01:00</fromDateTime> |
<toDateTime>2012-01-23</toDateTime> |
</ws:dateTimeDiff> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff days"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff days"><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/DateService</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:dateTimeDiff2> |
<fromDateTime>1948-04-30T00:00:00Z</fromDateTime> |
<toDateTime>2012-01-01T13:45:00Z</toDateTime> |
<!--Optional:--> |
<unit>days</unit> |
</ws:dateTimeDiff2> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff years"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff years"><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/DateService</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:dateTimeDiff2> |
<fromDateTime>1948-04-30T00:00:00Z</fromDateTime> |
<toDateTime>2012-01-01T13:45:00Z</toDateTime> |
<!--Optional:--> |
<unit>years</unit> |
</ws:dateTimeDiff2> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff minutes"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff minutes"><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/DateService</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:dateTimeDiff2> |
<fromDateTime>1948-04-30T00:00:00Z</fromDateTime> |
<toDateTime>2012-01-01T13:45:00Z</toDateTime> |
<!--Optional:--> |
<unit>minutes</unit> |
</ws:dateTimeDiff2> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff milliseconds"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff milliseconds"><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/DateService</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:dateTimeDiff2> |
<fromDateTime>1948-04-30T00:00:00Z</fromDateTime> |
<toDateTime>2012-01-01T13:45:00Z</toDateTime> |
<!--Optional:--> |
<unit>milliseconds</unit> |
</ws:dateTimeDiff2> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff seconds"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff seconds"><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/DateService</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:dateTimeDiff2> |
<fromDateTime>1948-04-30T00:00:00Z</fromDateTime> |
<toDateTime>2012-01-01T13:45:00Z</toDateTime> |
<!--Optional:--> |
<unit>seconds</unit> |
</ws:dateTimeDiff2> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateDiff milliseconds wide range"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateTimeDiff2</con:operation><con:request name="DateDiff milliseconds wide range"><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/DateService</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:dateTimeDiff2> |
<fromDateTime>0001-04-30T00:00:00Z</fromDateTime> |
<toDateTime>9999-01-01T13:45:00Z</toDateTime> |
<!--Optional:--> |
<unit>milliseconds</unit> |
</ws:dateTimeDiff2> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="DateAdd"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>DateServiceSoapBinding</con:interface><con:operation>dateAdd</con:operation><con:request name="DateAdd"><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/DateService</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:dateAdd> |
<datetime>2000-01-01</datetime> |
<value>-50</value> |
<unit>seconds</unit> |
</ws:dateAdd> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:loadTest name="Basic Load"><con:settings><con:setting id="HttpSettings@close-connections">false</con:setting></con:settings><con:threadCount>30</con:threadCount><con:startDelay>0</con:startDelay><con:sampleInterval>250</con:sampleInterval><con:calculateTPSOnTimePassed>true</con:calculateTPSOnTimePassed><con:resetStatisticsOnThreadCountChange>true</con:resetStatisticsOnThreadCountChange><con:historyLimit>-1</con:historyLimit><con:testLimit>180</con:testLimit><con:limitType>TIME</con:limitType><con:loadStrategy><con:type>Burst</con:type><con:config><burstDelay>60000</burstDelay><burstDuration>10000</burstDuration></con:config></con:loadStrategy><con:assertion type="Step Status" name="Step Status"/><con:maxAssertionErrors>100</con:maxAssertionErrors><con:cancelExcessiveThreads>true</con:cancelExcessiveThreads><con:strategyInterval>500</con:strategyInterval></con:loadTest><con:properties/></con:testCase><con:properties/></con:testSuite><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/XmlServices-soapui-project.xml |
---|
0,0 → 1,190 |
<?xml version="1.0" encoding="UTF-8"?> |
<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"> |
<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="appendTo" type="tns:appendTo"/> |
<xs:element name="appendToResponse" type="tns:appendToResponse"/> |
<xs:element name="namespaceListType" type="tns:namespaceListType"/> |
<xs:element name="replaceNode" type="tns:replaceNode"/> |
<xs:element name="replaceNodeResponse" type="tns:replaceNodeResponse"/> |
<xs:complexType name="appendTo"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:FileResourceType"/> |
<xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/> |
<xs:element minOccurs="0" name="xpath" type="xs:string"/> |
<xs:element minOccurs="0" name="xmldata" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="FileResourceType"> |
<xs:sequence> |
<xs:element default="FILE" name="type" type="tns:type"/> |
<xs:element name="uri" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="namespaceListType"> |
<xs:sequence> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="namespace" type="tns:namespaceType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="namespaceType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="prefix" type="xs:string"/> |
<xs:element minOccurs="0" name="uri" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="appendToResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replaceNode"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:FileResourceType"/> |
<xs:element minOccurs="0" name="namespaceList" type="tns:namespaceListType"/> |
<xs:element minOccurs="0" name="xpath" type="xs:string"/> |
<xs:element minOccurs="0" name="xmldata" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replaceNodeResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="type"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="FILE"/> |
<xs:enumeration value="URL"/> |
<xs:enumeration value="GZIP"/> |
<xs:enumeration value="BZIP2"/> |
</xs:restriction> |
</xs:simpleType> |
<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:element name="XServicesFault" type="tns:XServicesFault"/> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="appendTo"> |
<wsdl:part element="tns:appendTo" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="replaceNodeResponse"> |
<wsdl:part element="tns:replaceNodeResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="replaceNode"> |
<wsdl:part element="tns:replaceNode" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="appendToResponse"> |
<wsdl:part element="tns:appendToResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="XServicesFault"> |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="XmlService"> |
<wsdl:operation name="appendTo"> |
<wsdl:documentation>Appends an XML node to all elements matched by the Xpath expression.</wsdl:documentation> |
<wsdl:input message="tns:appendTo" name="appendTo"></wsdl:input> |
<wsdl:output message="tns:appendToResponse" name="appendToResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="replaceNode"> |
<wsdl:documentation>Replace an XML node matched by the Xpath expression.</wsdl:documentation> |
<wsdl:input message="tns:replaceNode" name="replaceNode"></wsdl:input> |
<wsdl:output message="tns:replaceNodeResponse" name="replaceNodeResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="XmlServiceSoapBinding" type="tns:XmlService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="appendTo"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="appendTo"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="appendToResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="replaceNode"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="replaceNode"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="replaceNodeResponse"> |
<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="XmlService"> |
<wsdl:port binding="tns:XmlServiceSoapBinding" name="XmlServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/XmlService"/> |
</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/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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:appendTo> |
<file> |
<type>FILE</type> |
<uri>c:/TEMP/test-the-best.chr</uri> |
</file> |
<namespaceList> |
<!-- in order to use xpath you must define namespace correctly. |
If there is only a default Namespace defined, it must be specified |
as well. Note that the "null" namespace and "" namespaces are treated |
different. |
--> |
<!--Zero or more repetitions:--> |
<namespace> |
<prefix>zz</prefix> |
<uri/> |
</namespace> |
</namespaceList> |
<!-- |
Search for <document><property></property></document> |
--> |
<xpath>/zz:document/zz:property</xpath> |
<!-- |
The XML to append into the matched element. |
You must specify a valid XML fragment. |
--> |
<xmldata><![CDATA[ <blub id="some_attr">Viel Neues</blub>text1<blubber/>text2]]]]>><![CDATA[</xmldata> |
</ws:appendTo> |
</soapenv:Body> |
</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"><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"> |
<soapenv:Header/> |
<soapenv:Body> |
<ws:replaceNode> |
<!--Optional:--> |
<file> |
<type>FILE</type> |
<uri>c:/TEMP/test-the-best.chr</uri> |
</file> |
<!--Optional:--> |
<namespaceList> |
<!--Zero or more repetitions:--> |
<namespace> |
<!--Optional:--> |
<prefix>zz</prefix> |
<!--Optional:--> |
<uri></uri> |
</namespace> |
</namespaceList> |
<!--Optional:--> |
<xpath>/zz:document/zz:property[@name="current_problem"]</xpath> |
<!--Optional:--> |
<xmldata><![CDATA[ <blub>Viel Neues</blub>Auch < text]]]]>><![CDATA[</xmldata> |
</ws:replaceNode> |
</soapenv:Body> |
</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> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/JobServices-soapui-project.xml |
---|
0,0 → 1,290 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="JobServices" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="JobServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}JobServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/JobServices?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/JobServices?wsdl"><con:part><con:url>http://localhost:8080/XServices/JobServices?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="JobService" 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"> |
<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="deleteJob" type="tns:deleteJob"/> |
<xs:element name="deleteJobResponse" type="tns:deleteJobResponse"/> |
<xs:element name="getJob" type="tns:getJob"/> |
<xs:element name="getJobResponse" type="tns:getJobResponse"/> |
<xs:element name="getJobs" type="tns:getJobs"/> |
<xs:element name="getJobsResponse" type="tns:getJobsResponse"/> |
<xs:element name="getStatistics" type="tns:getStatistics"/> |
<xs:element name="getStatisticsResponse" type="tns:getStatisticsResponse"/> |
<xs:element name="scheduleJob" type="tns:scheduleJob"/> |
<xs:element name="scheduleJobResponse" type="tns:scheduleJobResponse"/> |
<xs:complexType name="getJobs"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getJobsResponse"> |
<xs:sequence> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="return" type="tns:scheduledJob"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="scheduledJob"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
<xs:element minOccurs="0" name="description" type="xs:string"/> |
<xs:element name="datetime" type="xs:dateTime"/> |
<xs:element minOccurs="0" name="script" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getJob"> |
<xs:sequence> |
<xs:element name="id" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getJobResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:scheduledJob"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getStatistics"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getStatisticsResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:schedulerStatisticsType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="schedulerStatisticsType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="calendarNames"> |
<xs:simpleType> |
<xs:list itemType="xs:string"/> |
</xs:simpleType> |
</xs:element> |
<xs:element name="executedJobs" type="xs:int"/> |
<xs:element minOccurs="0" name="runningSince" type="tns:DateInfoType"/> |
<xs:element name="threadPoolSize" type="xs:int"/> |
<xs:element minOccurs="0" name="version" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="DateInfoType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="iso8601date" type="xs:dateTime"/> |
<xs:element minOccurs="0" name="rfc822date" type="xs:string"/> |
<xs:element name="timestamp" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="deleteJob"> |
<xs:sequence> |
<xs:element name="id" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="deleteJobResponse"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="scheduleJob"> |
<xs:sequence> |
<xs:element name="job" type="tns:scheduledJob"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="scheduleJobResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<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:element name="XServicesFault" type="tns:XServicesFault"/> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="scheduleJob"> |
<wsdl:part element="tns:scheduleJob" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getJobResponse"> |
<wsdl:part element="tns:getJobResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="deleteJob"> |
<wsdl:part element="tns:deleteJob" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getJob"> |
<wsdl:part element="tns:getJob" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getJobs"> |
<wsdl:part element="tns:getJobs" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getStatisticsResponse"> |
<wsdl:part element="tns:getStatisticsResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getJobsResponse"> |
<wsdl:part element="tns:getJobsResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="scheduleJobResponse"> |
<wsdl:part element="tns:scheduleJobResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="deleteJobResponse"> |
<wsdl:part element="tns:deleteJobResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getStatistics"> |
<wsdl:part element="tns:getStatistics" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="XServicesFault"> |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="JobService"> |
<wsdl:operation name="getJobs"> |
<wsdl:documentation>Get list of scheduled jobs</wsdl:documentation> |
<wsdl:input message="tns:getJobs" name="getJobs"></wsdl:input> |
<wsdl:output message="tns:getJobsResponse" name="getJobsResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getJob"> |
<wsdl:documentation>Get a job by id</wsdl:documentation> |
<wsdl:input message="tns:getJob" name="getJob"></wsdl:input> |
<wsdl:output message="tns:getJobResponse" name="getJobResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getStatistics"> |
<wsdl:documentation>Get scheduler statistics</wsdl:documentation> |
<wsdl:input message="tns:getStatistics" name="getStatistics"></wsdl:input> |
<wsdl:output message="tns:getStatisticsResponse" name="getStatisticsResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="deleteJob"> |
<wsdl:documentation>Delete a scheduled job.</wsdl:documentation> |
<wsdl:input message="tns:deleteJob" name="deleteJob"></wsdl:input> |
<wsdl:output message="tns:deleteJobResponse" name="deleteJobResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="scheduleJob"> |
<wsdl:documentation>Schedule a job</wsdl:documentation> |
<wsdl:input message="tns:scheduleJob" name="scheduleJob"></wsdl:input> |
<wsdl:output message="tns:scheduleJobResponse" name="scheduleJobResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="JobServiceSoapBinding" type="tns:JobService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="getJobs"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getJobs"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getJobsResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getJob"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getJob"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getJobResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="getStatistics"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getStatistics"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getStatisticsResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="deleteJob"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="deleteJob"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="deleteJobResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="scheduleJob"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="scheduleJob"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="scheduleJobResponse"> |
<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="JobService"> |
<wsdl:port binding="tns:JobServiceSoapBinding" name="JobServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/JobServices"/> |
</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/JobServices</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="getJobs" bindingOperationName="getJobs" type="Request-Response" outputName="getJobsResponse" inputName="getJobs" 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/JobServices</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:getJobs/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/JobService/getJobs"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getJob" bindingOperationName="getJob" type="Request-Response" outputName="getJobResponse" inputName="getJob" 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/JobServices</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:getJob> |
<id>6b3da1f0-ff1c-4422-b2ce-17a6d1c2a990</id> |
</ws:getJob> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/JobService/getJob"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="scheduleJob" bindingOperationName="scheduleJob" type="Request-Response" outputName="scheduleJobResponse" inputName="scheduleJob" 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/JobServices</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:scheduleJob> |
<job> |
<name></name> |
<datetime>2012-05-14T07:52:00+02:00</datetime> |
<!--Optional:--> |
<script><![CDATA[ |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
java.lang.System.out.println("hm") |
]]]]>><![CDATA[</script> |
</job> |
</ws:scheduleJob> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/JobService/scheduleJob"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="deleteJob" bindingOperationName="deleteJob" type="Request-Response" outputName="deleteJobResponse" inputName="deleteJob" 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/JobServices</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:deleteJob> |
<id>6b3da1f0-ff1c-4422-b2ce-17a6d1c2a990</id> |
</ws:deleteJob> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/JobService/deleteJob"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="getStatistics" bindingOperationName="getStatistics" type="Request-Response" outputName="getStatisticsResponse" inputName="getStatistics" 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/JobServices</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:getStatistics/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/JobService/getStatistics"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/FileService-soapui-project.xml |
---|
0,0 → 1,937 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="FileServices" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" resourceRoot="" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="FileServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}FileServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/FileService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/FileService?wsdl"><con:part><con:url>http://localhost:8080/XServices/FileService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="FileService" 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"> |
<wsdl:documentation>/* |
* Copyright 2010 Brian Rosenberger (Brutex Network) |
* |
* Licensed under the Apache License, Version 2.0 (the "License") |
* you may not use this file except in compliance with the License. |
* You may obtain a copy of the License at |
* |
* http://www.apache.org/licenses/LICENSE-2.0 |
* |
* Unless required by applicable law or agreed to in writing, software |
* distributed under the License is distributed on an "AS IS" BASIS, |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
* See the License for the specific language governing permissions and |
* limitations under the License. |
*/</wsdl:documentation> |
<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="antProperty" type="tns:antProperty"/> |
<xs:element name="basename" type="tns:basename"/> |
<xs:element name="basenameResponse" type="tns:basenameResponse"/> |
<xs:element name="changeGroup" type="tns:changeGroup"/> |
<xs:element name="changeGroupResponse" type="tns:changeGroupResponse"/> |
<xs:element name="changeMode" type="tns:changeMode"/> |
<xs:element name="changeModeResponse" type="tns:changeModeResponse"/> |
<xs:element name="changeOwner" type="tns:changeOwner"/> |
<xs:element name="changeOwnerResponse" type="tns:changeOwnerResponse"/> |
<xs:element name="copy" type="tns:copy"/> |
<xs:element name="copyFile" type="tns:copyFile"/> |
<xs:element name="copyFileResponse" type="tns:copyFileResponse"/> |
<xs:element name="copyResponse" type="tns:copyResponse"/> |
<xs:element name="downloadFile" type="tns:downloadFile"/> |
<xs:element name="downloadFileResponse" type="tns:downloadFileResponse"/> |
<xs:element name="echoToFile" type="tns:echoToFile"/> |
<xs:element name="echoToFileResponse" type="tns:echoToFileResponse"/> |
<xs:element name="encodeFile" type="tns:encodeFile"/> |
<xs:element name="encodeFileResponse" type="tns:encodeFileResponse"/> |
<xs:element name="loadResource" type="tns:loadResource"/> |
<xs:element name="loadResourceFromArchive" type="tns:loadResourceFromArchive"/> |
<xs:element name="loadResourceFromArchiveResponse" type="tns:loadResourceFromArchiveResponse"/> |
<xs:element name="loadResourceResponse" type="tns:loadResourceResponse"/> |
<xs:element name="replaceInFile" type="tns:replaceInFile"/> |
<xs:element name="replaceInFile2" type="tns:replaceInFile2"/> |
<xs:element name="replaceInFile2Response" type="tns:replaceInFile2Response"/> |
<xs:element name="replaceInFileRegEx" type="tns:replaceInFileRegEx"/> |
<xs:element name="replaceInFileRegExResponse" type="tns:replaceInFileRegExResponse"/> |
<xs:element name="replaceInFileResponse" type="tns:replaceInFileResponse"/> |
<xs:element name="replacePattern" type="tns:replacePattern"/> |
<xs:element name="uploadFile" type="tns:uploadFile"/> |
<xs:element name="uploadFileResponse" type="tns:uploadFileResponse"/> |
<xs:complexType name="downloadFile"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:FileResourceType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="FileResourceType"> |
<xs:sequence> |
<xs:element default="FILE" name="type" type="tns:type"/> |
<xs:element name="uri" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="downloadFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:attachmentType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="attachmentType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="content" ns1:expectedContentTypes="application/octet-stream" type="xs:base64Binary" xmlns:ns1="http://www.w3.org/2005/05/xmlmime"/> |
<xs:element minOccurs="0" name="filename" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="encodeFile"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:FileResourceType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="encodeFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:base64Binary"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replaceInFileRegEx"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:FileResourceType"/> |
<xs:element minOccurs="0" name="search" type="xs:string"/> |
<xs:element minOccurs="0" name="replace" type="xs:string"/> |
<xs:element minOccurs="0" name="flags" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replaceInFileRegExResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ReturnCodeType"> |
<xs:sequence> |
<xs:element name="returnCode" type="xs:int"/> |
<xs:element minOccurs="0" name="stdOut" type="xs:string"/> |
<xs:element minOccurs="0" name="stdErr" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="antProperty"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
<xs:element name="value" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeMode"> |
<xs:sequence> |
<xs:element minOccurs="0" name="fileset" type="tns:FileSetType"/> |
<xs:element name="permissions" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="FileSetType"> |
<xs:sequence> |
<xs:element default="FILES" name="FileSetType" type="tns:resourcetype"/> |
<xs:element name="source" type="xs:string"/> |
<xs:element name="filter" nillable="true" type="tns:patternSetType"/> |
<xs:element default="" minOccurs="0" name="excludes" nillable="true" type="xs:string"/> |
<xs:element default="true" name="casesensitive" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="patternSetType"> |
<xs:sequence> |
<xs:element default="**/*" maxOccurs="unbounded" minOccurs="0" name="include" type="tns:patternElement"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="tns:patternElement"/> |
<xs:element minOccurs="0" name="selector" nillable="true" type="tns:selectorType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="patternElement"> |
<xs:restriction base="xs:string"/> |
</xs:simpleType> |
<xs:complexType abstract="true" name="selectorType"> |
<xs:sequence> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="contains" nillable="true" type="tns:containsSelectorType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="containsSelectorType"> |
<xs:sequence> |
<xs:element name="text" type="xs:string"/> |
<xs:element default="true" name="casesensitive" type="xs:boolean"/> |
<xs:element default="false" name="ignorewhitespace" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeModeResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeOwner"> |
<xs:sequence> |
<xs:element minOccurs="0" name="fileset" type="tns:FileSetType"/> |
<xs:element name="owner" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeOwnerResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeGroup"> |
<xs:sequence> |
<xs:element minOccurs="0" name="fileset" type="tns:FileSetType"/> |
<xs:element name="group" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeGroupResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="echoToFile"> |
<xs:sequence> |
<xs:element name="message" type="xs:string"/> |
<xs:element name="file" type="xs:string"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
<xs:element name="append" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="echoToFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="uploadFile"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:attachmentType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="uploadFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replaceInFile2"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:FileResourceType"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="patternList" type="tns:replacePattern"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replacePattern"> |
<xs:sequence> |
<xs:element name="search" type="xs:string"/> |
<xs:element name="replace" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replaceInFile2Response"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="copy"> |
<xs:sequence> |
<xs:element name="fileset" type="tns:FileSetType"/> |
<xs:element name="todir" type="xs:string"/> |
<xs:element name="preservelastmodified" type="xs:boolean"/> |
<xs:element name="override" type="xs:boolean"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="copyResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replaceInFile"> |
<xs:sequence> |
<xs:element name="file" type="tns:FileResourceType"/> |
<xs:element name="search" type="xs:string"/> |
<xs:element name="replace" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="replaceInFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="loadResource"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:FileResourceType"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="loadResourceResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="basename"> |
<xs:sequence> |
<xs:element name="file" type="xs:string"/> |
<xs:element minOccurs="0" name="suffix" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="basenameResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="loadResourceFromArchive"> |
<xs:sequence> |
<xs:element minOccurs="0" name="archiveresource" type="tns:ArchiveResourceType"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ArchiveResourceType"> |
<xs:sequence> |
<xs:element default="ZIP" name="type" type="tns:archiveType"/> |
<xs:element name="archive" type="xs:string"/> |
<xs:element name="uri" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="loadResourceFromArchiveResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="copyFile"> |
<xs:sequence> |
<xs:element name="fromFile" type="xs:string"/> |
<xs:element name="toFile" type="xs:string"/> |
<xs:element name="override" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="copyFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="type"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="FILE"/> |
<xs:enumeration value="URL"/> |
<xs:enumeration value="GZIP"/> |
<xs:enumeration value="BZIP2"/> |
</xs:restriction> |
</xs:simpleType> |
<xs:simpleType name="resourcetype"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="FILES"/> |
<xs:enumeration value="ZIP"/> |
<xs:enumeration value="TAR"/> |
<xs:enumeration value="GZTAR"/> |
</xs:restriction> |
</xs:simpleType> |
<xs:simpleType name="archiveType"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="ZIP"/> |
<xs:enumeration value="TAR"/> |
<xs:enumeration value="GZTAR"/> |
</xs:restriction> |
</xs:simpleType> |
<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:element name="XServicesFault" type="tns:XServicesFault"/> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="changeOwnerResponse"> |
<wsdl:part element="tns:changeOwnerResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="loadResourceResponse"> |
<wsdl:part element="tns:loadResourceResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="replaceInFile2Response"> |
<wsdl:part element="tns:replaceInFile2Response" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="replaceInFile2"> |
<wsdl:part element="tns:replaceInFile2" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeMode"> |
<wsdl:part element="tns:changeMode" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeModeResponse"> |
<wsdl:part element="tns:changeModeResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="replaceInFile"> |
<wsdl:part element="tns:replaceInFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="loadResourceFromArchive"> |
<wsdl:part element="tns:loadResourceFromArchive" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="downloadFileResponse"> |
<wsdl:part element="tns:downloadFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="downloadFile"> |
<wsdl:part element="tns:downloadFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="replaceInFileRegEx"> |
<wsdl:part element="tns:replaceInFileRegEx" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeGroupResponse"> |
<wsdl:part element="tns:changeGroupResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeOwner"> |
<wsdl:part element="tns:changeOwner" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="loadResource"> |
<wsdl:part element="tns:loadResource" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="copyResponse"> |
<wsdl:part element="tns:copyResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="basename"> |
<wsdl:part element="tns:basename" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="encodeFile"> |
<wsdl:part element="tns:encodeFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="uploadFile"> |
<wsdl:part element="tns:uploadFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="uploadFileResponse"> |
<wsdl:part element="tns:uploadFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="copy"> |
<wsdl:part element="tns:copy" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeGroup"> |
<wsdl:part element="tns:changeGroup" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="loadResourceFromArchiveResponse"> |
<wsdl:part element="tns:loadResourceFromArchiveResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="XServicesFault"> |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="echoToFileResponse"> |
<wsdl:part element="tns:echoToFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="replaceInFileRegExResponse"> |
<wsdl:part element="tns:replaceInFileRegExResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="encodeFileResponse"> |
<wsdl:part element="tns:encodeFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="replaceInFileResponse"> |
<wsdl:part element="tns:replaceInFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="copyFileResponse"> |
<wsdl:part element="tns:copyFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="basenameResponse"> |
<wsdl:part element="tns:basenameResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="echoToFile"> |
<wsdl:part element="tns:echoToFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="copyFile"> |
<wsdl:part element="tns:copyFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="FileService"> |
<wsdl:operation name="downloadFile"> |
<wsdl:documentation>Download a file from the maschine where the service is running in order to process it with the client. The file is either downloaded as a MTOM attachment or as inline base64 encoded block. Keep in mind that unless you are using MTOM, a lot of java heap memory is used.</wsdl:documentation> |
<wsdl:input message="tns:downloadFile" name="downloadFile"></wsdl:input> |
<wsdl:output message="tns:downloadFileResponse" name="downloadFileResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="encodeFile"> |
<wsdl:documentation>Encodes a file.</wsdl:documentation> |
<wsdl:input message="tns:encodeFile" name="encodeFile"></wsdl:input> |
<wsdl:output message="tns:encodeFileResponse" name="encodeFileResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="replaceInFileRegEx"> |
<wsdl:documentation>Replaces every <regex pattern> with a string in an ascii file</wsdl:documentation> |
<wsdl:input message="tns:replaceInFileRegEx" name="replaceInFileRegEx"></wsdl:input> |
<wsdl:output message="tns:replaceInFileRegExResponse" name="replaceInFileRegExResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="changeMode"> |
<wsdl:input message="tns:changeMode" name="changeMode"></wsdl:input> |
<wsdl:output message="tns:changeModeResponse" name="changeModeResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeOwner"> |
<wsdl:input message="tns:changeOwner" name="changeOwner"></wsdl:input> |
<wsdl:output message="tns:changeOwnerResponse" name="changeOwnerResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeGroup"> |
<wsdl:input message="tns:changeGroup" name="changeGroup"></wsdl:input> |
<wsdl:output message="tns:changeGroupResponse" name="changeGroupResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="echoToFile"> |
<wsdl:documentation>Write or append a string to a file</wsdl:documentation> |
<wsdl:input message="tns:echoToFile" name="echoToFile"></wsdl:input> |
<wsdl:output message="tns:echoToFileResponse" name="echoToFileResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="uploadFile"> |
<wsdl:documentation>Send a file from client to web service server using either MTOM attachment or base64 inline attachment.</wsdl:documentation> |
<wsdl:input message="tns:uploadFile" name="uploadFile"></wsdl:input> |
<wsdl:output message="tns:uploadFileResponse" name="uploadFileResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="replaceInFile2"> |
<wsdl:documentation>Replaces every <pattern> with a string in an ascii file</wsdl:documentation> |
<wsdl:input message="tns:replaceInFile2" name="replaceInFile2"></wsdl:input> |
<wsdl:output message="tns:replaceInFile2Response" name="replaceInFile2Response"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="copy"> |
<wsdl:documentation>Copies a fileset locally on the server.</wsdl:documentation> |
<wsdl:input message="tns:copy" name="copy"></wsdl:input> |
<wsdl:output message="tns:copyResponse" name="copyResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="replaceInFile"> |
<wsdl:documentation>Replaces every <pattern> with a string in an ascii file</wsdl:documentation> |
<wsdl:input message="tns:replaceInFile" name="replaceInFile"></wsdl:input> |
<wsdl:output message="tns:replaceInFileResponse" name="replaceInFileResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="loadResource"> |
<wsdl:documentation>Load the content of a resource</wsdl:documentation> |
<wsdl:input message="tns:loadResource" name="loadResource"></wsdl:input> |
<wsdl:output message="tns:loadResourceResponse" name="loadResourceResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="basename"> |
<wsdl:documentation>The base name of the given file excluding the suffix.</wsdl:documentation> |
<wsdl:input message="tns:basename" name="basename"></wsdl:input> |
<wsdl:output message="tns:basenameResponse" name="basenameResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="loadResourceFromArchive"> |
<wsdl:documentation>Load the content of a resource</wsdl:documentation> |
<wsdl:input message="tns:loadResourceFromArchive" name="loadResourceFromArchive"></wsdl:input> |
<wsdl:output message="tns:loadResourceFromArchiveResponse" name="loadResourceFromArchiveResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="copyFile"> |
<wsdl:documentation>Copies a single file locally on the server</wsdl:documentation> |
<wsdl:input message="tns:copyFile" name="copyFile"></wsdl:input> |
<wsdl:output message="tns:copyFileResponse" name="copyFileResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="FileServiceSoapBinding" type="tns:FileService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="downloadFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="downloadFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="downloadFileResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="encodeFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="encodeFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="encodeFileResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="changeMode"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="changeMode"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="changeModeResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="replaceInFileRegEx"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="replaceInFileRegEx"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="replaceInFileRegExResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="changeOwner"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="changeOwner"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="changeOwnerResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeGroup"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="changeGroup"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="changeGroupResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="echoToFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="echoToFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="echoToFileResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="replaceInFile2"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="replaceInFile2"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="replaceInFile2Response"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="uploadFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="uploadFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="uploadFileResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="copy"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="copy"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="copyResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="replaceInFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="replaceInFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="replaceInFileResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="loadResource"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="loadResource"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="loadResourceResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="basename"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="basename"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="basenameResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="loadResourceFromArchive"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="loadResourceFromArchive"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="loadResourceFromArchiveResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="copyFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="copyFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="copyFileResponse"> |
<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="FileService"> |
<wsdl:port binding="tns:FileServiceSoapBinding" name="FileServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/FileService"/> |
</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/FileService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="basename" bindingOperationName="basename" type="Request-Response" outputName="basenameResponse" inputName="basename" 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/FileService</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:basename> |
<file>?</file> |
<!--Optional:--> |
<suffix>?</suffix> |
</ws:basename> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/basename"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="changeGroup" bindingOperationName="changeGroup" type="Request-Response" outputName="changeGroupResponse" inputName="changeGroup" 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/FileService</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:changeGroup> |
<!--Optional:--> |
<fileset> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</fileset> |
<group>?</group> |
</ws:changeGroup> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/changeGroup"/></con:call></con:operation><con:operation isOneWay="false" action="" name="changeMode" bindingOperationName="changeMode" type="Request-Response" outputName="changeModeResponse" inputName="changeMode" 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/FileService</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:changeMode> |
<!--Optional:--> |
<fileset> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</fileset> |
<permissions>?</permissions> |
</ws:changeMode> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/changeMode"/></con:call></con:operation><con:operation isOneWay="false" action="" name="changeOwner" bindingOperationName="changeOwner" type="Request-Response" outputName="changeOwnerResponse" inputName="changeOwner" 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/FileService</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:changeOwner> |
<!--Optional:--> |
<fileset> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</fileset> |
<owner>?</owner> |
</ws:changeOwner> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/changeOwner"/></con:call></con:operation><con:operation isOneWay="false" action="" name="copy" bindingOperationName="copy" type="Request-Response" outputName="copyResponse" inputName="copy" 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/FileService</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:copy> |
<fileset> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</fileset> |
<todir>?</todir> |
<preservelastmodified>?</preservelastmodified> |
<overwrite>?</overwrite> |
<!--Optional:--> |
<encoding>?</encoding> |
</ws:copy> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/copy"/></con:call></con:operation><con:operation isOneWay="false" action="" name="copyFile" bindingOperationName="copyFile" type="Request-Response" outputName="copyFileResponse" inputName="copyFile" 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/FileService</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:copyFile> |
<fromFile>?</fromFile> |
<toFile>?</toFile> |
<overwrite>?</overwrite> |
</ws:copyFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/copyFile"/></con:call></con:operation><con:operation isOneWay="false" action="" name="downloadFile" bindingOperationName="downloadFile" type="Request-Response" outputName="downloadFileResponse" inputName="downloadFile" 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/FileService</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> |
<!-- downloads a file from the XServices server as base64 encoded --> |
<ws:downloadFile> |
<file> |
<type>FILE</type> |
<uri>c:/temp/test.docx</uri> |
</file> |
</ws:downloadFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/downloadFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="echoToFile" bindingOperationName="echoToFile" type="Request-Response" outputName="echoToFileResponse" inputName="echoToFile" 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/FileService</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:echoToFile> |
<message>Here is some text with german umlauts (äöü).</message> |
<!-- File _must_ exist in advance --> |
<file>c:/temp/somefile.txt</file> |
<encoding>utf-8</encoding> |
<append>hallo</append> |
</ws:echoToFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/echoToFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="loadResource" bindingOperationName="loadResource" type="Request-Response" outputName="loadResourceResponse" inputName="loadResource" 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/FileService</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:loadResource> |
<!--Optional:--> |
<resource> |
<type>FILE</type> |
<uri>?</uri> |
</resource> |
<!--Optional:--> |
<encoding>?</encoding> |
</ws:loadResource> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/loadResource"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="loadResourceFromArchive" bindingOperationName="loadResourceFromArchive" type="Request-Response" outputName="loadResourceFromArchiveResponse" inputName="loadResourceFromArchive" 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/FileService</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:loadResourceFromArchive> |
<!--Optional:--> |
<archiveresource> |
<type>ZIP</type> |
<archive>?</archive> |
<uri>?</uri> |
</archiveresource> |
<!--Optional:--> |
<encoding>?</encoding> |
</ws:loadResourceFromArchive> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/loadResourceFromArchive"/></con:call></con:operation><con:operation isOneWay="false" action="" name="replaceInFile" bindingOperationName="replaceInFile" type="Request-Response" outputName="replaceInFileResponse" inputName="replaceInFile" 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/FileService</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:replaceInFile> |
<file> |
<type>FILE</type> |
<uri>?</uri> |
</file> |
<search>?</search> |
<replace>?</replace> |
</ws:replaceInFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/replaceInFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="replaceInFile2" bindingOperationName="replaceInFile2" type="Request-Response" outputName="replaceInFile2Response" inputName="replaceInFile2" 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/FileService</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:replaceInFile2> |
<!--Optional:--> |
<file> |
<type>FILE</type> |
<uri>?</uri> |
</file> |
<!--Zero or more repetitions:--> |
<patternList> |
<search>?</search> |
<replace>?</replace> |
</patternList> |
</ws:replaceInFile2> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/replaceInFile2"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="replaceInFileRegEx" bindingOperationName="replaceInFileRegEx" type="Request-Response" outputName="replaceInFileRegExResponse" inputName="replaceInFileRegEx" 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/FileService</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:replaceInFileRegEx> |
<file> |
<type>FILE</type> |
<uri>c:/temp/ed.txt</uri> |
</file> |
<!-- Globally replaces "Test" with "projectID" --> |
<search>Test</search> |
<replace>projectID</replace> |
<flags>g</flags> |
</ws:replaceInFileRegEx> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/replaceInFileRegEx"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="uploadFile" bindingOperationName="uploadFile" type="Request-Response" outputName="uploadFileResponse" inputName="uploadFile" 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/FileService</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:uploadFile> |
<!--Optional:--> |
<file> |
<content>cid:1190185022376</content> |
<!--Optional:--> |
<filename>?</filename> |
</file> |
</ws:uploadFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/uploadFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="encodeFile" bindingOperationName="encodeFile" type="Request-Response" outputName="encodeFileResponse" inputName="encodeFile" 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/FileService</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:encodeFile> |
<!--Optional:--> |
<file> |
<type>FILE</type> |
<uri>c:\temp\test.docx</uri> |
</file> |
</ws:encodeFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/encodeFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/><con:sensitiveInformation/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/MailService-soapui-project.xml |
---|
0,0 → 1,318 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="MailService" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="MailServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}MailServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/MailService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/MailService?wsdl"><con:part><con:url>http://localhost:8080/XServices/MailService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="MailService" 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"> |
<wsdl:types> |
<xs:schema elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
<xs:element name="antProperty" type="tns:antProperty"/> |
<xs:element name="sendMail" type="tns:sendMail"/> |
<xs:element name="sendMailResponse" type="tns:sendMailResponse"/> |
<xs:element name="sendMailSimple" type="tns:sendMailSimple"/> |
<xs:element name="sendMailSimpleResponse" type="tns:sendMailSimpleResponse"/> |
<xs:element name="sendMailSimpleWithAttachment" type="tns:sendMailSimpleWithAttachment"/> |
<xs:element name="sendMailSimpleWithAttachmentResponse" type="tns:sendMailSimpleWithAttachmentResponse"/> |
<xs:complexType name="sendMailSimpleWithAttachment"> |
<xs:sequence> |
<xs:element name="mailhost" type="tns:connection"/> |
<xs:element name="from" type="xs:string"/> |
<xs:element name="to" type="xs:string"/> |
<xs:element minOccurs="0" name="subject" type="xs:string"/> |
<xs:element minOccurs="0" name="message" type="xs:string"/> |
<xs:element minOccurs="0" name="attachments" type="tns:FileSetType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="connection"> |
<xs:sequence> |
<xs:element name="hostname" type="xs:string"/> |
<xs:element name="port" type="xs:int"/> |
<xs:element minOccurs="0" name="user" type="xs:string"/> |
<xs:element minOccurs="0" name="password" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="FileSetType"> |
<xs:sequence> |
<xs:element default="FILES" name="FileSetType" type="tns:resourcetype"/> |
<xs:element name="source" type="xs:string"/> |
<xs:element name="filter" nillable="true" type="tns:patternSetType"/> |
<xs:element default="" minOccurs="0" name="excludes" nillable="true" type="xs:string"/> |
<xs:element default="true" name="casesensitive" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="patternSetType"> |
<xs:sequence> |
<xs:element default="**/*" maxOccurs="unbounded" minOccurs="0" name="include" type="tns:patternElement"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="tns:patternElement"/> |
<xs:element minOccurs="0" name="selector" nillable="true" type="tns:selectorType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="patternElement"> |
<xs:restriction base="xs:string"/> |
</xs:simpleType> |
<xs:complexType abstract="true" name="selectorType"> |
<xs:sequence> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="contains" nillable="true" type="tns:containsSelectorType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="containsSelectorType"> |
<xs:sequence> |
<xs:element name="text" type="xs:string"/> |
<xs:element default="true" name="casesensitive" type="xs:boolean"/> |
<xs:element default="false" name="ignorewhitespace" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="sendMailSimpleWithAttachmentResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ReturnCodeType"> |
<xs:sequence> |
<xs:element name="returnCode" type="xs:int"/> |
<xs:element minOccurs="0" name="stdOut" type="xs:string"/> |
<xs:element minOccurs="0" name="stdErr" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="antProperty"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
<xs:element name="value" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="sendMailSimple"> |
<xs:sequence> |
<xs:element name="mailhost" type="tns:connection"/> |
<xs:element name="from" type="xs:string"/> |
<xs:element name="to" type="xs:string"/> |
<xs:element minOccurs="0" name="subject" type="xs:string"/> |
<xs:element minOccurs="0" name="message" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="sendMailSimpleResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="sendMail"> |
<xs:sequence> |
<xs:element name="mailhost" type="tns:connection"/> |
<xs:element name="from" type="xs:string"/> |
<xs:element name="to" type="xs:string"/> |
<xs:element minOccurs="0" name="cc" type="xs:string"/> |
<xs:element minOccurs="0" name="bcc" type="xs:string"/> |
<xs:element minOccurs="0" name="subject" type="xs:string"/> |
<xs:element minOccurs="0" name="mimetype" type="tns:mailMimeType"/> |
<xs:element minOccurs="0" name="charset" type="xs:string"/> |
<xs:element minOccurs="0" name="message" type="xs:string"/> |
<xs:element minOccurs="0" name="attachments" type="tns:FileSetType"/> |
<xs:element name="useSSL" type="xs:boolean"/> |
<xs:element name="useStartTLS" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="sendMailResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="resourcetype"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="FILES"/> |
<xs:enumeration value="ZIP"/> |
<xs:enumeration value="TAR"/> |
<xs:enumeration value="GZTAR"/> |
</xs:restriction> |
</xs:simpleType> |
<xs:simpleType name="mailMimeType"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="text/plain"/> |
<xs:enumeration value="text/html"/> |
</xs:restriction> |
</xs:simpleType> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="sendMailResponse"> |
<wsdl:part element="tns:sendMailResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMailSimple"> |
<wsdl:part element="tns:sendMailSimple" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMailSimpleWithAttachment"> |
<wsdl:part element="tns:sendMailSimpleWithAttachment" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMail"> |
<wsdl:part element="tns:sendMail" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMailSimpleResponse"> |
<wsdl:part element="tns:sendMailSimpleResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sendMailSimpleWithAttachmentResponse"> |
<wsdl:part element="tns:sendMailSimpleWithAttachmentResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="MailService"> |
<wsdl:documentation>Various mail service operations.</wsdl:documentation> |
<wsdl:operation name="sendMailSimpleWithAttachment"> |
<wsdl:documentation>Send an email with attachment (simple).</wsdl:documentation> |
<wsdl:input message="tns:sendMailSimpleWithAttachment" name="sendMailSimpleWithAttachment"></wsdl:input> |
<wsdl:output message="tns:sendMailSimpleWithAttachmentResponse" name="sendMailSimpleWithAttachmentResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sendMailSimple"> |
<wsdl:documentation>Send an email (simple).</wsdl:documentation> |
<wsdl:input message="tns:sendMailSimple" name="sendMailSimple"></wsdl:input> |
<wsdl:output message="tns:sendMailSimpleResponse" name="sendMailSimpleResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sendMail"> |
<wsdl:documentation>Send an email (advanced).</wsdl:documentation> |
<wsdl:input message="tns:sendMail" name="sendMail"></wsdl:input> |
<wsdl:output message="tns:sendMailResponse" name="sendMailResponse"></wsdl:output> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="MailServiceSoapBinding" type="tns:MailService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="sendMailSimpleWithAttachment"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="sendMailSimpleWithAttachment"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="sendMailSimpleWithAttachmentResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sendMailSimple"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="sendMailSimple"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="sendMailSimpleResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sendMail"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="sendMail"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="sendMailResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
</wsdl:binding> |
<wsdl:service name="MailService"> |
<wsdl:port binding="tns:MailServiceSoapBinding" name="MailServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/MailService"/> |
</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/MailService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="sendMail" bindingOperationName="sendMail" type="Request-Response" outputName="sendMailResponse" inputName="sendMail" 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/MailService</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:sendMail> |
<mailhost> |
<hostname>?</hostname> |
<port>?</port> |
<!--Optional:--> |
<user>?</user> |
<!--Optional:--> |
<password>?</password> |
</mailhost> |
<from>?</from> |
<to>?</to> |
<!--Optional:--> |
<cc>?</cc> |
<!--Optional:--> |
<bcc>?</bcc> |
<!--Optional:--> |
<subject>?</subject> |
<!--Optional:--> |
<mimetype>?</mimetype> |
<!--Optional:--> |
<charset>?</charset> |
<!--Optional:--> |
<message>?</message> |
<!--Optional:--> |
<attachments> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</attachments> |
<useSSL>?</useSSL> |
<useStartTLS>?</useStartTLS> |
</ws:sendMail> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MailService/sendMail"/></con:call></con:operation><con:operation isOneWay="false" action="" name="sendMailSimple" bindingOperationName="sendMailSimple" type="Request-Response" outputName="sendMailSimpleResponse" inputName="sendMailSimple" 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/MailService</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:sendMailSimple> |
<mailhost> |
<hostname>?</hostname> |
<port>?</port> |
<!--Optional:--> |
<user>?</user> |
<!--Optional:--> |
<password>?</password> |
</mailhost> |
<from>?</from> |
<to>?</to> |
<!--Optional:--> |
<subject>?</subject> |
<!--Optional:--> |
<message>?</message> |
</ws:sendMailSimple> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MailService/sendMailSimple"/></con:call></con:operation><con:operation isOneWay="false" action="" name="sendMailSimpleWithAttachment" bindingOperationName="sendMailSimpleWithAttachment" type="Request-Response" outputName="sendMailSimpleWithAttachmentResponse" inputName="sendMailSimpleWithAttachment" 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/MailService</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:sendMailSimpleWithAttachment> |
<mailhost> |
<hostname>?</hostname> |
<port>?</port> |
<!--Optional:--> |
<user>?</user> |
<!--Optional:--> |
<password>?</password> |
</mailhost> |
<from>?</from> |
<to>?</to> |
<!--Optional:--> |
<subject>?</subject> |
<!--Optional:--> |
<message>?</message> |
<!--Optional:--> |
<attachments> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</attachments> |
</ws:sendMailSimpleWithAttachment> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MailService/sendMailSimpleWithAttachment"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/StringService-soapui-project.xml |
---|
0,0 → 1,85 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="StringService" resourceRoot="" soapui-version="4.5.1" 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: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"> |
<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="replaceRegEx" type="tns:replaceRegEx"/> |
<xs:element name="replaceRegExResponse" type="tns:replaceRegExResponse"/> |
<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: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:element name="XServicesFault" type="tns:XServicesFault"/> |
</xs:schema> |
</wsdl:types> |
<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="XServicesFault"> |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="StringService"> |
<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="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> |
<string>Hallo Welt</string> |
<search>W.*</search> |
<replace>Brian</replace> |
<regexflags>ig</regexflags> |
</ws:replaceRegEx> |
</soapenv:Body> |
</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> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/MiscService-soapui-project.xml |
---|
0,0 → 1,280 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="MiscService" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="MiscServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}MiscServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/MiscService?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/MiscService?WSDL"><con:part><con:url>http://localhost:8080/XServices/MiscService?WSDL</con:url><con:content><![CDATA[<wsdl:definitions name="MiscService" 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"> |
<wsdl:types> |
<xs:schema elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
<xs:element name="antProperty" type="tns:antProperty"/> |
<xs:element name="generateUUID" type="tns:generateUUID"/> |
<xs:element name="generateUUIDResponse" type="tns:generateUUIDResponse"/> |
<xs:element name="getHostinfo" type="tns:getHostinfo"/> |
<xs:element name="getHostinfoResponse" type="tns:getHostinfoResponse"/> |
<xs:element name="getInfo" type="tns:getInfo"/> |
<xs:element name="getInfoResponse" type="tns:getInfoResponse"/> |
<xs:element name="getMemory" type="tns:getMemory"/> |
<xs:element name="getMemoryResponse" type="tns:getMemoryResponse"/> |
<xs:element name="sleep" type="tns:sleep"/> |
<xs:element name="sleepResponse" type="tns:sleepResponse"/> |
<xs:complexType name="getHostinfo"> |
<xs:sequence> |
<xs:element minOccurs="0" name="hostname" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getHostinfoResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:hostinfoType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="hostinfoType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="domain" type="xs:string"/> |
<xs:element minOccurs="0" name="ip4" type="xs:string"/> |
<xs:element minOccurs="0" name="ip6" type="xs:string"/> |
<xs:element minOccurs="0" name="name" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getMemory"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getMemoryResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:runtimeInfoType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runtimeInfoType"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="sleep"> |
<xs:sequence> |
<xs:element name="minutes" type="xs:int"/> |
<xs:element name="seconds" type="xs:int"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="sleepResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ReturnCodeType"> |
<xs:sequence> |
<xs:element name="returnCode" type="xs:int"/> |
<xs:element minOccurs="0" name="stdOut" type="xs:string"/> |
<xs:element minOccurs="0" name="stdErr" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="antProperty"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
<xs:element name="value" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="generateUUID"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="generateUUIDResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="getInfo"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="getInfoResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="sleepResponse"> |
<wsdl:part element="tns:sleepResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getMemory"> |
<wsdl:part element="tns:getMemory" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getMemoryResponse"> |
<wsdl:part element="tns:getMemoryResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getHostinfo"> |
<wsdl:part element="tns:getHostinfo" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getInfoResponse"> |
<wsdl:part element="tns:getInfoResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getInfo"> |
<wsdl:part element="tns:getInfo" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="sleep"> |
<wsdl:part element="tns:sleep" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="getHostinfoResponse"> |
<wsdl:part element="tns:getHostinfoResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="generateUUID"> |
<wsdl:part element="tns:generateUUID" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="generateUUIDResponse"> |
<wsdl:part element="tns:generateUUIDResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="MiscService"> |
<wsdl:documentation>Various service operations.</wsdl:documentation> |
<wsdl:operation name="getHostinfo"> |
<wsdl:documentation>Get information about a host.</wsdl:documentation> |
<wsdl:input message="tns:getHostinfo" name="getHostinfo"></wsdl:input> |
<wsdl:output message="tns:getHostinfoResponse" name="getHostinfoResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="getMemory"> |
<wsdl:documentation>Get memory and processor information</wsdl:documentation> |
<wsdl:input message="tns:getMemory" name="getMemory"></wsdl:input> |
<wsdl:output message="tns:getMemoryResponse" name="getMemoryResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sleep"> |
<wsdl:documentation>Delay request response a specified duration.</wsdl:documentation> |
<wsdl:input message="tns:sleep" name="sleep"></wsdl:input> |
<wsdl:output message="tns:sleepResponse" name="sleepResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="generateUUID"> |
<wsdl:documentation>Generate a UUID.</wsdl:documentation> |
<wsdl:input message="tns:generateUUID" name="generateUUID"></wsdl:input> |
<wsdl:output message="tns:generateUUIDResponse" name="generateUUIDResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="getInfo"> |
<wsdl:documentation>Get XService information.</wsdl:documentation> |
<wsdl:input message="tns:getInfo" name="getInfo"></wsdl:input> |
<wsdl:output message="tns:getInfoResponse" name="getInfoResponse"></wsdl:output> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="MiscServiceSoapBinding" type="tns:MiscService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="getHostinfo"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getHostinfo"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getHostinfoResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="getMemory"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getMemory"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getMemoryResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="sleep"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="sleep"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="sleepResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="generateUUID"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="generateUUID"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="generateUUIDResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="getInfo"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="getInfo"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="getInfoResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
</wsdl:binding> |
<wsdl:service name="MiscService"> |
<wsdl:port binding="tns:MiscServiceSoapBinding" name="MiscServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/MiscService"/> |
</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/MiscService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="getHostinfo" bindingOperationName="getHostinfo" type="Request-Response" outputName="getHostinfoResponse" inputName="getHostinfo" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="sleep" bindingOperationName="sleep" type="Request-Response" outputName="sleepResponse" inputName="sleep" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="getInfo" bindingOperationName="getInfo" type="Request-Response" outputName="getInfoResponse" inputName="getInfo" 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/MiscService</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:getInfo/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/getInfo"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="generateUUID" bindingOperationName="generateUUID" type="Request-Response" outputName="generateUUIDResponse" inputName="generateUUID" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="getMemory" bindingOperationName="getMemory" type="Request-Response" outputName="getMemoryResponse" inputName="getMemory" 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/MiscService</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:getMemory/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/MiscService/getMemory"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:testSuite name="Basic Call Tests"><con:settings/><con:runType>SEQUENTIAL</con:runType><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="true" maxResults="0" name="Pull WSDL" searchProperties="true" id="2048fa40-8ecb-484e-98ff-6c50df26f33b"><con:settings/><con:testStep type="httprequest" name="http://localhost:8080/XServices/MiscService?WSDL"><con:settings/><con:config method="GET" xsi:type="con:HttpRequest" name="http://localhost:8080/XServices/MiscService?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers"><xml-fragment/></con:setting></con:settings><con:endpoint>http://localhost:8080/XServices/MiscService?WSDL</con:endpoint><con:request/><con:assertion type="HTTP Download all resources" name="HTTP Download all resources"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>200</SLA></con:configuration></con:assertion><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:parameters/></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="getHostInfo" searchProperties="true" id="056daaec-9b00-4484-9326-f1f83de86500"><con:settings/><con:testStep type="request" name="getHostInfo-localhost"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-localhost"><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/MiscService</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:getHostinfo> |
<!--Optional:--> |
<hostname>localhost</hostname> |
</ws:getHostinfo> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-google.de"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-google.de"><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/MiscService</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:getHostinfo> |
<!--Optional:--> |
<hostname>google.de</hostname> |
</ws:getHostinfo> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-heise.de"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-heise.de"><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/MiscService</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:getHostinfo> |
<!--Optional:--> |
<hostname>heise.de</hostname> |
</ws:getHostinfo> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getHostInfo-173.194.69.94"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getHostinfo</con:operation><con:request name="getHostInfo-173.194.69.94"><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/MiscService</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:getHostinfo> |
<!--Optional:--> |
<hostname>173.194.69.94</hostname> |
</ws:getHostinfo> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>5000</SLA></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:testCase failOnError="true" failTestCaseOnErrors="true" keepSession="false" maxResults="0" name="Various" searchProperties="true" id="e27d7c3a-54eb-4709-a3a6-25383ddecc99"><con:settings/><con:testStep type="request" name="GetUUID"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>generateUUID</con:operation><con:request name="GetUUID"><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/MiscService</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:generateUUID/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-short"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>sleep</con:operation><con:request name="sleep-short"><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/MiscService</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:sleep> |
<minutes>0</minutes> |
<seconds>4</seconds> |
</ws:sleep> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>4100</SLA></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getInfo"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getInfo</con:operation><con:request name="getInfo"><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/MiscService</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:getInfo/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-long"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>sleep</con:operation><con:request name="sleep-long"><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/MiscService</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:sleep> |
<minutes>2</minutes> |
<seconds>0</seconds> |
</ws:sleep> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:assertion type="Response SLA Assertion" name="Response SLA"><con:configuration><SLA>120200</SLA></con:configuration></con:assertion><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="sleep-verylong"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>sleep</con:operation><con:request name="sleep-verylong"><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/MiscService</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:sleep> |
<minutes>6</minutes> |
<seconds>32</seconds> |
</ws:sleep> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:testStep type="request" name="getMemory"><con:settings/><con:config xsi:type="con:RequestStep" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:interface>MiscServiceSoapBinding</con:interface><con:operation>getMemory</con:operation><con:request name="getMemory"><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/MiscService</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:getMemory/> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:assertion type="SOAP Response"/><con:assertion type="Schema Compliance"><con:configuration/></con:assertion><con:assertion type="SOAP Fault Assertion"/><con:credentials><con:authType>Global HTTP Settings</con:authType></con:credentials><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508"/><con:wsrmConfig version="1.2"/></con:request></con:config></con:testStep><con:properties/></con:testCase><con:properties/></con:testSuite><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/FileRest-soapui-project.xml |
---|
0,0 → 1,2 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="FileRest" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/FileServiceMTOM-soapui-project.xml |
---|
0,0 → 1,645 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="FileServiceMTOM" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="FileServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}FileServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/FileServiceMTOM?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/FileServiceMTOM?wsdl"><con:part><con:url>http://localhost:8080/XServices/FileServiceMTOM?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="FileService" 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"> |
<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="antProperty" type="tns:antProperty"/> |
<xs:element name="basename" type="tns:basename"/> |
<xs:element name="basenameResponse" type="tns:basenameResponse"/> |
<xs:element name="changeGroup" type="tns:changeGroup"/> |
<xs:element name="changeGroupResponse" type="tns:changeGroupResponse"/> |
<xs:element name="changeMode" type="tns:changeMode"/> |
<xs:element name="changeModeResponse" type="tns:changeModeResponse"/> |
<xs:element name="changeOwner" type="tns:changeOwner"/> |
<xs:element name="changeOwnerResponse" type="tns:changeOwnerResponse"/> |
<xs:element name="copy" type="tns:copy"/> |
<xs:element name="copyResponse" type="tns:copyResponse"/> |
<xs:element name="downloadFile" type="tns:downloadFile"/> |
<xs:element name="downloadFileResponse" type="tns:downloadFileResponse"/> |
<xs:element name="echoToFile" type="tns:echoToFile"/> |
<xs:element name="echoToFileResponse" type="tns:echoToFileResponse"/> |
<xs:element name="loadResource" type="tns:loadResource"/> |
<xs:element name="loadResourceFromArchive" type="tns:loadResourceFromArchive"/> |
<xs:element name="loadResourceFromArchiveResponse" type="tns:loadResourceFromArchiveResponse"/> |
<xs:element name="loadResourceResponse" type="tns:loadResourceResponse"/> |
<xs:element name="uploadFile" type="tns:uploadFile"/> |
<xs:element name="uploadFileResponse" type="tns:uploadFileResponse"/> |
<xs:complexType name="downloadFile"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:FileResourceType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="FileResourceType"> |
<xs:sequence> |
<xs:element default="FILE" name="type" type="tns:type"/> |
<xs:element name="uri" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="downloadFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:attachmentType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="attachmentType"> |
<xs:sequence> |
<xs:element name="content" ns1:expectedContentTypes="application/octet-stream" type="xs:base64Binary" xmlns:ns1="http://www.w3.org/2005/05/xmlmime"/> |
<xs:element minOccurs="0" name="filename" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeMode"> |
<xs:sequence> |
<xs:element minOccurs="0" name="fileset" type="tns:FileSetType"/> |
<xs:element minOccurs="0" name="permissions" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="FileSetType"> |
<xs:sequence> |
<xs:element default="FILES" name="FileSetType" type="tns:resourcetype"/> |
<xs:element name="source" type="xs:string"/> |
<xs:element name="filter" nillable="true" type="tns:patternSetType"/> |
<xs:element default="" minOccurs="0" name="excludes" nillable="true" type="xs:string"/> |
<xs:element default="true" name="casesensitive" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="patternSetType"> |
<xs:sequence> |
<xs:element default="**/*" maxOccurs="unbounded" minOccurs="0" name="include" type="tns:patternElement"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="tns:patternElement"/> |
<xs:element minOccurs="0" name="selector" nillable="true" type="tns:selectorType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="patternElement"> |
<xs:restriction base="xs:string"/> |
</xs:simpleType> |
<xs:complexType abstract="true" name="selectorType"> |
<xs:sequence> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="contains" nillable="true" type="tns:containsSelectorType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="containsSelectorType"> |
<xs:sequence> |
<xs:element name="text" type="xs:string"/> |
<xs:element default="true" name="casesensitive" type="xs:boolean"/> |
<xs:element default="false" name="ignorewhitespace" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeModeResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ReturnCodeType"> |
<xs:sequence> |
<xs:element name="returnCode" type="xs:int"/> |
<xs:element minOccurs="0" name="stdOut" type="xs:string"/> |
<xs:element minOccurs="0" name="stdErr" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="antProperty"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
<xs:element name="value" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeOwner"> |
<xs:sequence> |
<xs:element minOccurs="0" name="fileset" type="tns:FileSetType"/> |
<xs:element minOccurs="0" name="owner" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeOwnerResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeGroup"> |
<xs:sequence> |
<xs:element minOccurs="0" name="fileset" type="tns:FileSetType"/> |
<xs:element minOccurs="0" name="group" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="changeGroupResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="echoToFile"> |
<xs:sequence> |
<xs:element minOccurs="0" name="message" type="xs:string"/> |
<xs:element minOccurs="0" name="file" type="xs:string"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
<xs:element name="append" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="echoToFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="uploadFile"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="tns:attachmentType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="uploadFileResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="copy"> |
<xs:sequence> |
<xs:element minOccurs="0" name="fileset" type="tns:FileSetType"/> |
<xs:element minOccurs="0" name="todir" type="xs:string"/> |
<xs:element name="preservelastmodified" type="xs:boolean"/> |
<xs:element name="overwrite" type="xs:boolean"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="copyResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="loadResource"> |
<xs:sequence> |
<xs:element minOccurs="0" name="resource" type="tns:FileResourceType"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="loadResourceResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="basename"> |
<xs:sequence> |
<xs:element minOccurs="0" name="file" type="xs:string"/> |
<xs:element minOccurs="0" name="suffix" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="basenameResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="loadResourceFromArchive"> |
<xs:sequence> |
<xs:element minOccurs="0" name="archiveresource" type="tns:ArchiveResourceType"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ArchiveResourceType"> |
<xs:sequence> |
<xs:element default="ZIP" name="type" type="tns:archiveType"/> |
<xs:element name="archive" type="xs:string"/> |
<xs:element name="uri" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="loadResourceFromArchiveResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="type"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="FILE"/> |
<xs:enumeration value="URL"/> |
<xs:enumeration value="GZIP"/> |
<xs:enumeration value="BZIP2"/> |
</xs:restriction> |
</xs:simpleType> |
<xs:simpleType name="resourcetype"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="FILES"/> |
<xs:enumeration value="ZIP"/> |
<xs:enumeration value="TAR"/> |
<xs:enumeration value="GZTAR"/> |
</xs:restriction> |
</xs:simpleType> |
<xs:simpleType name="archiveType"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="ZIP"/> |
<xs:enumeration value="TAR"/> |
<xs:enumeration value="GZTAR"/> |
</xs:restriction> |
</xs:simpleType> |
<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:sequence> |
</xs:complexType> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="loadResourceResponse"> |
<wsdl:part element="tns:loadResourceResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="copyResponse"> |
<wsdl:part element="tns:copyResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeOwnerResponse"> |
<wsdl:part element="tns:changeOwnerResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="basename"> |
<wsdl:part element="tns:basename" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="uploadFile"> |
<wsdl:part element="tns:uploadFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="uploadFileResponse"> |
<wsdl:part element="tns:uploadFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="copy"> |
<wsdl:part element="tns:copy" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeMode"> |
<wsdl:part element="tns:changeMode" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeGroup"> |
<wsdl:part element="tns:changeGroup" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="loadResourceFromArchiveResponse"> |
<wsdl:part element="tns:loadResourceFromArchiveResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="XServicesFault"> |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeModeResponse"> |
<wsdl:part element="tns:changeModeResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="echoToFileResponse"> |
<wsdl:part element="tns:echoToFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="loadResourceFromArchive"> |
<wsdl:part element="tns:loadResourceFromArchive" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="downloadFileResponse"> |
<wsdl:part element="tns:downloadFileResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="downloadFile"> |
<wsdl:part element="tns:downloadFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="basenameResponse"> |
<wsdl:part element="tns:basenameResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeGroupResponse"> |
<wsdl:part element="tns:changeGroupResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="echoToFile"> |
<wsdl:part element="tns:echoToFile" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="changeOwner"> |
<wsdl:part element="tns:changeOwner" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="loadResource"> |
<wsdl:part element="tns:loadResource" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="FileService"> |
<wsdl:operation name="downloadFile"> |
<wsdl:input message="tns:downloadFile" name="downloadFile"></wsdl:input> |
<wsdl:output message="tns:downloadFileResponse" name="downloadFileResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeMode"> |
<wsdl:input message="tns:changeMode" name="changeMode"></wsdl:input> |
<wsdl:output message="tns:changeModeResponse" name="changeModeResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeOwner"> |
<wsdl:input message="tns:changeOwner" name="changeOwner"></wsdl:input> |
<wsdl:output message="tns:changeOwnerResponse" name="changeOwnerResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeGroup"> |
<wsdl:input message="tns:changeGroup" name="changeGroup"></wsdl:input> |
<wsdl:output message="tns:changeGroupResponse" name="changeGroupResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="echoToFile"> |
<wsdl:input message="tns:echoToFile" name="echoToFile"></wsdl:input> |
<wsdl:output message="tns:echoToFileResponse" name="echoToFileResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="uploadFile"> |
<wsdl:input message="tns:uploadFile" name="uploadFile"></wsdl:input> |
<wsdl:output message="tns:uploadFileResponse" name="uploadFileResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="copy"> |
<wsdl:input message="tns:copy" name="copy"></wsdl:input> |
<wsdl:output message="tns:copyResponse" name="copyResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="loadResource"> |
<wsdl:input message="tns:loadResource" name="loadResource"></wsdl:input> |
<wsdl:output message="tns:loadResourceResponse" name="loadResourceResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="basename"> |
<wsdl:input message="tns:basename" name="basename"></wsdl:input> |
<wsdl:output message="tns:basenameResponse" name="basenameResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="loadResourceFromArchive"> |
<wsdl:input message="tns:loadResourceFromArchive" name="loadResourceFromArchive"></wsdl:input> |
<wsdl:output message="tns:loadResourceFromArchiveResponse" name="loadResourceFromArchiveResponse"></wsdl:output> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="FileServiceSoapBinding" type="tns:FileService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="downloadFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="downloadFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="downloadFileResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeMode"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="changeMode"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="changeModeResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeOwner"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="changeOwner"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="changeOwnerResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="changeGroup"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="changeGroup"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="changeGroupResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="echoToFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="echoToFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="echoToFileResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="copy"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="copy"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="copyResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="uploadFile"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="uploadFile"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="uploadFileResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="loadResource"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="loadResource"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="loadResourceResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="basename"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="basename"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="basenameResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="loadResourceFromArchive"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="loadResourceFromArchive"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="loadResourceFromArchiveResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
</wsdl:binding> |
<wsdl:service name="FileService"> |
<wsdl:port binding="tns:FileServiceSoapBinding" name="FileServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/FileServiceMTOM"/> |
</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/FileServiceMTOM</con:endpoint><con:endpoint>http://localhost:8080/XServices/FileService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="basename" bindingOperationName="basename" type="Request-Response" outputName="basenameResponse" inputName="basename" 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/FileServiceMTOM</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:basename> |
<!--Optional:--> |
<file>c:\temp\XServices.war</file> |
<!--Optional:--> |
<suffix>.war</suffix> |
</ws:basename> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/basename"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="changeGroup" bindingOperationName="changeGroup" type="Request-Response" outputName="changeGroupResponse" inputName="changeGroup" 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/FileServiceMTOM</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:changeGroup> |
<!--Optional:--> |
<fileset> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</fileset> |
<!--Optional:--> |
<group>?</group> |
</ws:changeGroup> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/changeGroup"/></con:call></con:operation><con:operation isOneWay="false" action="" name="changeMode" bindingOperationName="changeMode" type="Request-Response" outputName="changeModeResponse" inputName="changeMode" 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/FileServiceMTOM</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:changeMode> |
<!--Optional:--> |
<fileset> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</fileset> |
<!--Optional:--> |
<permissions>?</permissions> |
</ws:changeMode> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/changeMode"/></con:call></con:operation><con:operation isOneWay="false" action="" name="changeOwner" bindingOperationName="changeOwner" type="Request-Response" outputName="changeOwnerResponse" inputName="changeOwner" 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/FileServiceMTOM</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:changeOwner> |
<!--Optional:--> |
<fileset> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</fileset> |
<!--Optional:--> |
<owner>?</owner> |
</ws:changeOwner> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/changeOwner"/></con:call></con:operation><con:operation isOneWay="false" action="" name="copy" bindingOperationName="copy" type="Request-Response" outputName="copyResponse" inputName="copy" 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/FileServiceMTOM</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:copy> |
<!--Optional:--> |
<fileset> |
<FileSetType>FILES</FileSetType> |
<source>?</source> |
<filter> |
<!--Zero or more repetitions:--> |
<include>**/*</include> |
<!--Zero or more repetitions:--> |
<exclude>?</exclude> |
<!--Optional:--> |
<selector> |
<!--Zero or more repetitions:--> |
<contains> |
<text>?</text> |
<casesensitive>true</casesensitive> |
<ignorewhitespace>false</ignorewhitespace> |
</contains> |
</selector> |
</filter> |
<!--Optional:--> |
<excludes/> |
<casesensitive>true</casesensitive> |
</fileset> |
<!--Optional:--> |
<todir>?</todir> |
<preservelastmodified>?</preservelastmodified> |
<overwrite>?</overwrite> |
<!--Optional:--> |
<encoding>?</encoding> |
</ws:copy> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/copy"/></con:call></con:operation><con:operation isOneWay="false" action="" name="echoToFile" bindingOperationName="echoToFile" type="Request-Response" outputName="echoToFileResponse" inputName="echoToFile" 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/FileServiceMTOM</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:echoToFile> |
<!--Optional:--> |
<message>blubber</message> |
<!--Optional:--> |
<file>c:\temp\something.txt</file> |
<!--Optional:--> |
<encoding>utf-8</encoding> |
<append>false</append> |
</ws:echoToFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/echoToFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="loadResource" bindingOperationName="loadResource" type="Request-Response" outputName="loadResourceResponse" inputName="loadResource" 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/FileServiceMTOM</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:loadResource> |
<!--Optional:--> |
<resource> |
<type>FILE</type> |
<uri>?</uri> |
</resource> |
<!--Optional:--> |
<encoding>?</encoding> |
</ws:loadResource> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/loadResource"/></con:call></con:operation><con:operation isOneWay="false" action="" name="loadResourceFromArchive" bindingOperationName="loadResourceFromArchive" type="Request-Response" outputName="loadResourceFromArchiveResponse" inputName="loadResourceFromArchive" 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/FileServiceMTOM</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:loadResourceFromArchive> |
<!--Optional:--> |
<archiveresource> |
<type>ZIP</type> |
<archive>?</archive> |
<uri>?</uri> |
</archiveresource> |
<!--Optional:--> |
<encoding>?</encoding> |
</ws:loadResourceFromArchive> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/loadResourceFromArchive"/></con:call></con:operation><con:operation isOneWay="false" action="" name="downloadFile" bindingOperationName="downloadFile" type="Request-Response" outputName="downloadFileResponse" inputName="downloadFile" 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/FileService</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:downloadFile> |
<!--Optional:--> |
<file> |
<type>FILE</type> |
<uri>c:\temp\XServices.war</uri> |
</file> |
</ws:downloadFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/downloadFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="uploadFile" bindingOperationName="uploadFile" type="Request-Response" outputName="uploadFileResponse" inputName="uploadFile" 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/FileServiceMTOM</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:uploadFile> |
<!--Optional:--> |
<file> |
<content>cid:166081510675</content> |
<!--Optional:--> |
<filename>?</filename> |
</file> |
</ws:uploadFile> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/FileService/uploadFile"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/StoreService-soapui-project.xml |
---|
0,0 → 1,246 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="StoreService" resourceRoot="" soapui-version="4.5.1" abortOnError="false" runType="SEQUENTIAL" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="StorageServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}StorageServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/StorageServices?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/StorageServices?wsdl"><con:part><con:url>http://localhost:8080/XServices/StorageServices?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="StorageService" 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"> |
<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="createCollection" type="tns:createCollection"/> |
<xs:element name="createCollectionResponse" type="tns:createCollectionResponse"/> |
<xs:element name="deliverCollection" type="tns:deliverCollection"/> |
<xs:element name="deliverCollectionResponse" type="tns:deliverCollectionResponse"/> |
<xs:element name="storeBinary" type="tns:storeBinary"/> |
<xs:element name="storeBinaryResponse" type="tns:storeBinaryResponse"/> |
<xs:element name="storeText" type="tns:storeText"/> |
<xs:element name="storeTextResponse" type="tns:storeTextResponse"/> |
<xs:complexType name="storeText"> |
<xs:sequence> |
<xs:element minOccurs="0" name="text" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="storeTextResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="storeBinary"> |
<xs:sequence> |
<xs:element minOccurs="0" name="binary" type="tns:attachmentType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="attachmentType"> |
<xs:sequence> |
<xs:element minOccurs="0" name="content" ns1:expectedContentTypes="application/octet-stream" type="xs:base64Binary" xmlns:ns1="http://www.w3.org/2005/05/xmlmime"/> |
<xs:element minOccurs="0" name="filename" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="storeBinaryResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="deliverCollection"> |
<xs:sequence> |
<xs:element minOccurs="0" name="collection" type="tns:collectionType"/> |
<xs:element minOccurs="0" name="target" type="tns:targetnode"/> |
<xs:element name="event" type="xs:boolean"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="collectionType"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="targetnode"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="deliverCollectionResponse"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="createCollection"> |
<xs:sequence> |
<xs:element minOccurs="0" name="collection" type="tns:collectionType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="createCollectionResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<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:element name="XServicesFault" type="tns:XServicesFault"/> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="createCollectionResponse"> |
<wsdl:part element="tns:createCollectionResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="storeText"> |
<wsdl:part element="tns:storeText" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="createCollection"> |
<wsdl:part element="tns:createCollection" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="storeBinaryResponse"> |
<wsdl:part element="tns:storeBinaryResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="storeTextResponse"> |
<wsdl:part element="tns:storeTextResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="deliverCollectionResponse"> |
<wsdl:part element="tns:deliverCollectionResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="deliverCollection"> |
<wsdl:part element="tns:deliverCollection" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="storeBinary"> |
<wsdl:part element="tns:storeBinary" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="XServicesFault"> |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="StorageService"> |
<wsdl:operation name="storeText"> |
<wsdl:documentation>Store text based data</wsdl:documentation> |
<wsdl:input message="tns:storeText" name="storeText"></wsdl:input> |
<wsdl:output message="tns:storeTextResponse" name="storeTextResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="storeBinary"> |
<wsdl:documentation>Store binary data</wsdl:documentation> |
<wsdl:input message="tns:storeBinary" name="storeBinary"></wsdl:input> |
<wsdl:output message="tns:storeBinaryResponse" name="storeBinaryResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="deliverCollection"> |
<wsdl:documentation>Deliver a collection to a target node (asynchronous).</wsdl:documentation> |
<wsdl:input message="tns:deliverCollection" name="deliverCollection"></wsdl:input> |
<wsdl:output message="tns:deliverCollectionResponse" name="deliverCollectionResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="createCollection"> |
<wsdl:documentation>Create a new Collection by name.</wsdl:documentation> |
<wsdl:input message="tns:createCollection" name="createCollection"></wsdl:input> |
<wsdl:output message="tns:createCollectionResponse" name="createCollectionResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="StorageServiceSoapBinding" type="tns:StorageService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="storeText"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="storeText"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="storeTextResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="storeBinary"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="storeBinary"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="storeBinaryResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="deliverCollection"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="deliverCollection"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="deliverCollectionResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="createCollection"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="createCollection"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="createCollectionResponse"> |
<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="StorageService"> |
<wsdl:port binding="tns:StorageServiceSoapBinding" name="StorageServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/StorageServices"/> |
</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/StorageServices</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="createCollection" bindingOperationName="createCollection" type="Request-Response" outputName="createCollectionResponse" inputName="createCollection" 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/StorageServices</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:createCollection> |
<!--Optional:--> |
<collection> |
<!--Optional:--> |
<name>?</name> |
</collection> |
</ws:createCollection> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/createCollection"/><con:wsrmConfig version="1.2"/></con:call><con:call name="Request 2"><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/StorageServices</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:createCollection> |
<!--Optional:--> |
<collection> |
<name>kjkjb</name> |
</collection> |
</ws:createCollection> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/createCollection"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="storeBinary" bindingOperationName="storeBinary" type="Request-Response" outputName="storeBinaryResponse" inputName="storeBinary" 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/StorageServices</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:storeBinary> |
<!--Optional:--> |
<binary> |
<content>cid:1152943655258</content> |
<!--Optional:--> |
<filename>?</filename> |
</binary> |
</ws:storeBinary> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/storeBinary"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="storeText" bindingOperationName="storeText" type="Request-Response" outputName="storeTextResponse" inputName="storeText" 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/StorageServices</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:storeText> |
<!--Optional:--> |
<text>?</text> |
</ws:storeText> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/storeText"/></con:call></con:operation><con:operation isOneWay="false" action="" name="deliverCollection" bindingOperationName="deliverCollection" type="Request-Response" outputName="deliverCollectionResponse" inputName="deliverCollection" 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/StorageServices</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:deliverCollection> |
<!--Optional:--> |
<collection> |
<name>?</name> |
</collection> |
<!--Optional:--> |
<target> |
<name>?</name> |
</target> |
<event>?</event> |
</ws:deliverCollection> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/StorageService/deliverCollection"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/ExecuteService-soapui-project.xml |
---|
0,0 → 1,488 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="ExecuteService" soapui-version="3.6.1" abortOnError="false" runType="SEQUENTIAL" resourceRoot="" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="ExecuteServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}ExecuteServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/XServices/ExecuteService?wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/XServices/ExecuteService?wsdl"><con:part><con:url>http://localhost:8080/XServices/ExecuteService?wsdl</con:url><con:content><![CDATA[<wsdl:definitions name="ExecuteService" 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"> |
<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="antProperty" type="tns:antProperty"/> |
<xs:element name="rExec" type="tns:rExec"/> |
<xs:element name="rExecResponse" type="tns:rExecResponse"/> |
<xs:element name="runCommand" type="tns:runCommand"/> |
<xs:element name="runCommandAsync" type="tns:runCommandAsync"/> |
<xs:element name="runCommandAsyncResponse" type="tns:runCommandAsyncResponse"/> |
<xs:element name="runCommandAsyncWithArgs" type="tns:runCommandAsyncWithArgs"/> |
<xs:element name="runCommandAsyncWithArgsResponse" type="tns:runCommandAsyncWithArgsResponse"/> |
<xs:element name="runCommandResponse" type="tns:runCommandResponse"/> |
<xs:element name="runCommandWithArgs" type="tns:runCommandWithArgs"/> |
<xs:element name="runCommandWithArgsResponse" type="tns:runCommandWithArgsResponse"/> |
<xs:element name="runCommandWithSSH" type="tns:runCommandWithSSH"/> |
<xs:element name="runCommandWithSSHKeyAuth" type="tns:runCommandWithSSHKeyAuth"/> |
<xs:element name="runCommandWithSSHKeyAuthResponse" type="tns:runCommandWithSSHKeyAuthResponse"/> |
<xs:element name="runCommandWithSSHResponse" type="tns:runCommandWithSSHResponse"/> |
<xs:element name="runJavaScript" type="tns:runJavaScript"/> |
<xs:element name="runJavaScriptResponse" type="tns:runJavaScriptResponse"/> |
<xs:element name="telnet" type="tns:telnet"/> |
<xs:element name="telnetResponse" type="tns:telnetResponse"/> |
<xs:complexType name="runCommandWithSSHKeyAuth"> |
<xs:sequence> |
<xs:element minOccurs="0" name="host" type="tns:connection"/> |
<xs:element minOccurs="0" name="keyfile" type="xs:string"/> |
<xs:element minOccurs="0" name="command" type="xs:string"/> |
<xs:element name="timeout" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="connection"> |
<xs:sequence> |
<xs:element name="hostname" type="xs:string"/> |
<xs:element name="port" type="xs:int"/> |
<xs:element minOccurs="0" name="user" type="xs:string"/> |
<xs:element minOccurs="0" name="password" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandWithSSHKeyAuthResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ReturnCodeType"> |
<xs:sequence> |
<xs:element name="returnCode" type="xs:int"/> |
<xs:element minOccurs="0" name="stdOut" type="xs:string"/> |
<xs:element minOccurs="0" name="stdErr" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="antProperty"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
<xs:element name="value" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandWithSSH"> |
<xs:sequence> |
<xs:element minOccurs="0" name="host" type="tns:connection"/> |
<xs:element minOccurs="0" name="command" type="xs:string"/> |
<xs:element name="timeout" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandWithSSHResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runJavaScript"> |
<xs:sequence> |
<xs:element minOccurs="0" name="script" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runJavaScriptResponse"> |
<xs:sequence/> |
</xs:complexType> |
<xs:complexType name="telnet"> |
<xs:sequence> |
<xs:element minOccurs="0" name="host" type="tns:connection"/> |
<xs:element minOccurs="0" name="prompt" type="xs:string"/> |
<xs:element minOccurs="0" name="command" type="xs:string"/> |
<xs:element minOccurs="0" name="expect" type="xs:string"/> |
<xs:element name="timeout" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="telnetResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandWithArgs"> |
<xs:sequence> |
<xs:element minOccurs="0" name="executable" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="arg" type="xs:string"/> |
<xs:element name="timeout" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandWithArgsResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="rExec"> |
<xs:sequence> |
<xs:element minOccurs="0" name="host" type="tns:connection"/> |
<xs:element minOccurs="0" name="command" type="xs:string"/> |
<xs:element name="timeout" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="rExecResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandAsync"> |
<xs:sequence> |
<xs:element minOccurs="0" name="executable" type="xs:string"/> |
<xs:element minOccurs="0" name="argline" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandAsyncResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommand"> |
<xs:sequence> |
<xs:element minOccurs="0" name="executable" type="xs:string"/> |
<xs:element minOccurs="0" name="argline" type="xs:string"/> |
<xs:element name="timeout" type="xs:long"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandAsyncWithArgs"> |
<xs:sequence> |
<xs:element minOccurs="0" name="executable" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="arg" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="runCommandAsyncWithArgsResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<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:element name="XServicesFault" type="tns:XServicesFault"/> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="runCommandAsyncWithArgs"> |
<wsdl:part element="tns:runCommandAsyncWithArgs" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandWithSSHKeyAuth"> |
<wsdl:part element="tns:runCommandWithSSHKeyAuth" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandWithSSHKeyAuthResponse"> |
<wsdl:part element="tns:runCommandWithSSHKeyAuthResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandWithArgsResponse"> |
<wsdl:part element="tns:runCommandWithArgsResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="rExec"> |
<wsdl:part element="tns:rExec" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandAsync"> |
<wsdl:part element="tns:runCommandAsync" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="XServicesFault"> |
<wsdl:part element="tns:XServicesFault" name="XServicesFault"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runJavaScript"> |
<wsdl:part element="tns:runJavaScript" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandAsyncResponse"> |
<wsdl:part element="tns:runCommandAsyncResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandWithSSH"> |
<wsdl:part element="tns:runCommandWithSSH" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandAsyncWithArgsResponse"> |
<wsdl:part element="tns:runCommandAsyncWithArgsResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommand"> |
<wsdl:part element="tns:runCommand" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="telnet"> |
<wsdl:part element="tns:telnet" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="rExecResponse"> |
<wsdl:part element="tns:rExecResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandWithArgs"> |
<wsdl:part element="tns:runCommandWithArgs" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandResponse"> |
<wsdl:part element="tns:runCommandResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runCommandWithSSHResponse"> |
<wsdl:part element="tns:runCommandWithSSHResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="runJavaScriptResponse"> |
<wsdl:part element="tns:runJavaScriptResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="telnetResponse"> |
<wsdl:part element="tns:telnetResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="ExecuteService"> |
<wsdl:operation name="runCommandWithSSHKeyAuth"> |
<wsdl:input message="tns:runCommandWithSSHKeyAuth" name="runCommandWithSSHKeyAuth"></wsdl:input> |
<wsdl:output message="tns:runCommandWithSSHKeyAuthResponse" name="runCommandWithSSHKeyAuthResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommandWithSSH"> |
<wsdl:input message="tns:runCommandWithSSH" name="runCommandWithSSH"></wsdl:input> |
<wsdl:output message="tns:runCommandWithSSHResponse" name="runCommandWithSSHResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runJavaScript"> |
<wsdl:input message="tns:runJavaScript" name="runJavaScript"></wsdl:input> |
<wsdl:output message="tns:runJavaScriptResponse" name="runJavaScriptResponse"></wsdl:output> |
<wsdl:fault message="tns:XServicesFault" name="XServicesFault"></wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="telnet"> |
<wsdl:input message="tns:telnet" name="telnet"></wsdl:input> |
<wsdl:output message="tns:telnetResponse" name="telnetResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommandWithArgs"> |
<wsdl:input message="tns:runCommandWithArgs" name="runCommandWithArgs"></wsdl:input> |
<wsdl:output message="tns:runCommandWithArgsResponse" name="runCommandWithArgsResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="rExec"> |
<wsdl:input message="tns:rExec" name="rExec"></wsdl:input> |
<wsdl:output message="tns:rExecResponse" name="rExecResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommandAsync"> |
<wsdl:input message="tns:runCommandAsync" name="runCommandAsync"></wsdl:input> |
<wsdl:output message="tns:runCommandAsyncResponse" name="runCommandAsyncResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommand"> |
<wsdl:input message="tns:runCommand" name="runCommand"></wsdl:input> |
<wsdl:output message="tns:runCommandResponse" name="runCommandResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommandAsyncWithArgs"> |
<wsdl:input message="tns:runCommandAsyncWithArgs" name="runCommandAsyncWithArgs"></wsdl:input> |
<wsdl:output message="tns:runCommandAsyncWithArgsResponse" name="runCommandAsyncWithArgsResponse"></wsdl:output> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="ExecuteServiceSoapBinding" type="tns:ExecuteService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="runCommandWithSSHKeyAuth"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="runCommandWithSSHKeyAuth"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="runCommandWithSSHKeyAuthResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommandWithSSH"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="runCommandWithSSH"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="runCommandWithSSHResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runJavaScript"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="runJavaScript"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="runJavaScriptResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
<wsdl:fault name="XServicesFault"> |
<soap:fault name="XServicesFault" use="literal"/> |
</wsdl:fault> |
</wsdl:operation> |
<wsdl:operation name="telnet"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="telnet"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="telnetResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="rExec"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="rExec"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="rExecResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommandWithArgs"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="runCommandWithArgs"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="runCommandWithArgsResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommandAsync"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="runCommandAsync"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="runCommandAsyncResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommand"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="runCommand"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="runCommandResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="runCommandAsyncWithArgs"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="runCommandAsyncWithArgs"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="runCommandAsyncWithArgsResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
</wsdl:binding> |
<wsdl:service name="ExecuteService"> |
<wsdl:port binding="tns:ExecuteServiceSoapBinding" name="ExecuteServiceImplPort"> |
<soap:address location="http://localhost:8080/XServices/ExecuteService"/> |
</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/ExecuteService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="rExec" bindingOperationName="rExec" type="Request-Response" outputName="rExecResponse" inputName="rExec" 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/ExecuteService</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:rExec> |
<!--Optional:--> |
<host> |
<hostname>?</hostname> |
<port>?</port> |
<!--Optional:--> |
<user>?</user> |
<!--Optional:--> |
<password>?</password> |
</host> |
<!--Optional:--> |
<command>?</command> |
<timeout>?</timeout> |
</ws:rExec> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/rExec"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommand" bindingOperationName="runCommand" type="Request-Response" outputName="runCommandResponse" inputName="runCommand" 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/ExecuteService</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:runCommand> |
<!--Optional:--> |
<executable>?</executable> |
<!--Optional:--> |
<argline>?</argline> |
<timeout>?</timeout> |
</ws:runCommand> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommand"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandAsync" bindingOperationName="runCommandAsync" type="Request-Response" outputName="runCommandAsyncResponse" inputName="runCommandAsync" 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/ExecuteService</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:runCommandAsync> |
<!--Optional:--> |
<executable>?</executable> |
<!--Optional:--> |
<argline>?</argline> |
</ws:runCommandAsync> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandAsync"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandAsyncWithArgs" bindingOperationName="runCommandAsyncWithArgs" type="Request-Response" outputName="runCommandAsyncWithArgsResponse" inputName="runCommandAsyncWithArgs" 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/ExecuteService</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:runCommandAsyncWithArgs> |
<!--Optional:--> |
<executable>?</executable> |
<!--Zero or more repetitions:--> |
<arg>?</arg> |
</ws:runCommandAsyncWithArgs> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandAsyncWithArgs"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandWithArgs" bindingOperationName="runCommandWithArgs" type="Request-Response" outputName="runCommandWithArgsResponse" inputName="runCommandWithArgs" 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/ExecuteService</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:runCommandWithArgs> |
<!--Optional:--> |
<executable>?</executable> |
<!--Zero or more repetitions:--> |
<arg>?</arg> |
<timeout>?</timeout> |
</ws:runCommandWithArgs> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandWithArgs"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandWithSSH" bindingOperationName="runCommandWithSSH" type="Request-Response" outputName="runCommandWithSSHResponse" inputName="runCommandWithSSH" 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/ExecuteService</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:runCommandWithSSH> |
<!--Optional:--> |
<host> |
<hostname>?</hostname> |
<port>?</port> |
<!--Optional:--> |
<user>?</user> |
<!--Optional:--> |
<password>?</password> |
</host> |
<!--Optional:--> |
<command>?</command> |
<timeout>?</timeout> |
</ws:runCommandWithSSH> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandWithSSH"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runCommandWithSSHKeyAuth" bindingOperationName="runCommandWithSSHKeyAuth" type="Request-Response" outputName="runCommandWithSSHKeyAuthResponse" inputName="runCommandWithSSHKeyAuth" 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/ExecuteService</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:runCommandWithSSHKeyAuth> |
<!--Optional:--> |
<host> |
<hostname>?</hostname> |
<port>?</port> |
<!--Optional:--> |
<user>?</user> |
<!--Optional:--> |
<password>?</password> |
</host> |
<!--Optional:--> |
<keyfile>?</keyfile> |
<!--Optional:--> |
<command>?</command> |
<timeout>?</timeout> |
</ws:runCommandWithSSHKeyAuth> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runCommandWithSSHKeyAuth"/></con:call></con:operation><con:operation isOneWay="false" action="" name="runJavaScript" bindingOperationName="runJavaScript" type="Request-Response" outputName="runJavaScriptResponse" inputName="runJavaScript" 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/ExecuteService</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:runJavaScript> |
<!--Optional:--> |
<script><![CDATA[ |
// Equivalent in effect to the Java declaration import java.io.*; |
var bla = JavaImporter(Packages.java.util); |
var blub = JavaImporter(Packages.java.lang); |
with(blub) { |
System.out.println("Mein out: "); |
} |
]]]]>><![CDATA[</script> |
</ws:runJavaScript> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/runJavaScript"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="telnet" bindingOperationName="telnet" type="Request-Response" outputName="telnetResponse" inputName="telnet" 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/ExecuteService</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:telnet> |
<!--Optional:--> |
<host> |
<hostname>?</hostname> |
<port>?</port> |
<!--Optional:--> |
<user>?</user> |
<!--Optional:--> |
<password>?</password> |
</host> |
<!--Optional:--> |
<prompt>?</prompt> |
<!--Optional:--> |
<command>?</command> |
<!--Optional:--> |
<expect>?</expect> |
<timeout>?</timeout> |
</ws:telnet> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ExecuteService/telnet"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |
/xservices/branches/xservices-jre5/test/ArchiveService-soapui-project.xml |
---|
0,0 → 1,521 |
<?xml version="1.0" encoding="UTF-8"?> |
<con:soapui-project name="ArchiveService" 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="ArchiveServiceSoapBinding" type="wsdl" bindingName="{http://ws.xservices.brutex.net}ArchiveServiceSoapBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/xservices/ArchiveService?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/xservices/ArchiveService?WSDL"><con:part><con:url>http://localhost:8080/xservices/ArchiveService?WSDL</con:url><con:content><![CDATA[<wsdl:definitions name="ArchiveService" 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"> |
<wsdl:types> |
<xs:schema elementFormDefault="unqualified" targetNamespace="http://ws.xservices.brutex.net" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
<xs:element name="FileResourceType" type="tns:fileResource"/> |
<xs:element name="antProperty" type="tns:antProperty"/> |
<xs:element name="bunzip2" type="tns:bunzip2"/> |
<xs:element name="bunzip2FromURL" type="tns:bunzip2FromURL"/> |
<xs:element name="bunzip2FromURLResponse" type="tns:bunzip2FromURLResponse"/> |
<xs:element name="bunzip2Response" type="tns:bunzip2Response"/> |
<xs:element name="bzip2" type="tns:bzip2"/> |
<xs:element name="bzip2FromArchive" type="tns:bzip2FromArchive"/> |
<xs:element name="bzip2FromArchiveResponse" type="tns:bzip2FromArchiveResponse"/> |
<xs:element name="bzip2Response" type="tns:bzip2Response"/> |
<xs:element name="gunzip" type="tns:gunzip"/> |
<xs:element name="gunzipFromURL" type="tns:gunzipFromURL"/> |
<xs:element name="gunzipFromURLResponse" type="tns:gunzipFromURLResponse"/> |
<xs:element name="gunzipResponse" type="tns:gunzipResponse"/> |
<xs:element name="gzip" type="tns:gzip"/> |
<xs:element name="gzipFromArchive" type="tns:gzipFromArchive"/> |
<xs:element name="gzipFromArchiveResponse" type="tns:gzipFromArchiveResponse"/> |
<xs:element name="gzipResponse" type="tns:gzipResponse"/> |
<xs:element name="unrar" type="tns:unrar"/> |
<xs:element name="unrarResponse" type="tns:unrarResponse"/> |
<xs:element name="untar" type="tns:untar"/> |
<xs:element name="untarResponse" type="tns:untarResponse"/> |
<xs:element name="unzip" type="tns:unzip"/> |
<xs:element name="unzipResponse" type="tns:unzipResponse"/> |
<xs:element name="zip" type="tns:zip"/> |
<xs:element name="zipFromArchive" type="tns:zipFromArchive"/> |
<xs:element name="zipFromArchiveResponse" type="tns:zipFromArchiveResponse"/> |
<xs:element name="zipResponse" type="tns:zipResponse"/> |
<xs:complexType name="gzipFromArchive"> |
<xs:sequence> |
<xs:element minOccurs="0" name="archivesource" type="tns:ArchiveResourceType"/> |
<xs:element minOccurs="0" name="destfile" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ArchiveResourceType"> |
<xs:sequence> |
<xs:element default="ZIP" name="type" type="tns:archiveType"/> |
<xs:element name="archive" type="xs:string"/> |
<xs:element name="uri" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="gzipFromArchiveResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="ReturnCodeType"> |
<xs:sequence> |
<xs:element name="returnCode" type="xs:int"/> |
<xs:element minOccurs="0" name="stdOut" type="xs:string"/> |
<xs:element minOccurs="0" name="stdErr" type="xs:string"/> |
<xs:element maxOccurs="unbounded" minOccurs="0" name="propertyList" nillable="true" type="tns:antProperty"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="antProperty"> |
<xs:sequence> |
<xs:element name="name" type="xs:string"/> |
<xs:element name="value" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="gunzipFromURL"> |
<xs:sequence> |
<xs:element minOccurs="0" name="srcurl" type="xs:string"/> |
<xs:element minOccurs="0" name="destdir" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="gunzipFromURLResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="untar"> |
<xs:sequence> |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/> |
<xs:element minOccurs="0" name="destdir" type="xs:string"/> |
<xs:element name="overwrite" type="xs:boolean"/> |
<xs:element minOccurs="0" name="compression" type="tns:compressionType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="untarResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="unrar"> |
<xs:sequence> |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/> |
<xs:element minOccurs="0" name="destdir" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="unrarResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="unzip"> |
<xs:sequence> |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/> |
<xs:element minOccurs="0" name="destdir" type="xs:string"/> |
<xs:element name="overwrite" type="xs:boolean"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="unzipResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="bunzip2"> |
<xs:sequence> |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/> |
<xs:element minOccurs="0" name="destdir" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="bunzip2Response"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="zip"> |
<xs:sequence> |
<xs:element minOccurs="0" name="source" type="tns:fileResource"/> |
<xs:element minOccurs="0" name="destfile" type="xs:string"/> |
<xs:element name="overwrite" type="xs:boolean"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
<xs:element name="compresslevel" type="xs:int"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="fileResource"> |
<xs:sequence> |
<xs:element default="FILE" name="type" type="tns:type"/> |
<xs:element name="uri" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="zipResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="bunzip2FromURL"> |
<xs:sequence> |
<xs:element minOccurs="0" name="srcurl" type="xs:string"/> |
<xs:element minOccurs="0" name="destdir" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="bunzip2FromURLResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="zipFromArchive"> |
<xs:sequence> |
<xs:element minOccurs="0" name="archivesource" type="tns:ArchiveResourceType"/> |
<xs:element minOccurs="0" name="destfile" type="xs:string"/> |
<xs:element name="overwrite" type="xs:boolean"/> |
<xs:element minOccurs="0" name="encoding" type="xs:string"/> |
<xs:element name="compresslevel" type="xs:int"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="zipFromArchiveResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="gzip"> |
<xs:sequence> |
<xs:element minOccurs="0" name="source" type="tns:fileResource"/> |
<xs:element minOccurs="0" name="destfile" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="gzipResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="gunzip"> |
<xs:sequence> |
<xs:element minOccurs="0" name="srcfile" type="xs:string"/> |
<xs:element minOccurs="0" name="destdir" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="gunzipResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="bzip2"> |
<xs:sequence> |
<xs:element minOccurs="0" name="source" type="tns:fileResource"/> |
<xs:element minOccurs="0" name="destfile" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="bzip2Response"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="bzip2FromArchive"> |
<xs:sequence> |
<xs:element minOccurs="0" name="archivesource" type="tns:ArchiveResourceType"/> |
<xs:element minOccurs="0" name="destfile" type="xs:string"/> |
</xs:sequence> |
</xs:complexType> |
<xs:complexType name="bzip2FromArchiveResponse"> |
<xs:sequence> |
<xs:element minOccurs="0" name="return" type="tns:ReturnCodeType"/> |
</xs:sequence> |
</xs:complexType> |
<xs:simpleType name="archiveType"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="ZIP"/> |
<xs:enumeration value="TAR"/> |
<xs:enumeration value="GZTAR"/> |
</xs:restriction> |
</xs:simpleType> |
<xs:simpleType name="compressionType"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="NONE"/> |
<xs:enumeration value="GZIP"/> |
<xs:enumeration value="BZIP2"/> |
</xs:restriction> |
</xs:simpleType> |
<xs:simpleType name="type"> |
<xs:restriction base="xs:string"> |
<xs:enumeration value="FILE"/> |
<xs:enumeration value="URL"/> |
<xs:enumeration value="GZIP"/> |
<xs:enumeration value="BZIP2"/> |
</xs:restriction> |
</xs:simpleType> |
</xs:schema> |
</wsdl:types> |
<wsdl:message name="unzipResponse"> |
<wsdl:part element="tns:unzipResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="gzipFromArchiveResponse"> |
<wsdl:part element="tns:gzipFromArchiveResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="bunzip2FromURL"> |
<wsdl:part element="tns:bunzip2FromURL" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="unrar"> |
<wsdl:part element="tns:unrar" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="bzip2FromArchive"> |
<wsdl:part element="tns:bzip2FromArchive" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="bunzip2FromURLResponse"> |
<wsdl:part element="tns:bunzip2FromURLResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="zip"> |
<wsdl:part element="tns:zip" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="gzip"> |
<wsdl:part element="tns:gzip" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="bzip2FromArchiveResponse"> |
<wsdl:part element="tns:bzip2FromArchiveResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="untar"> |
<wsdl:part element="tns:untar" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="gzipFromArchive"> |
<wsdl:part element="tns:gzipFromArchive" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="bzip2Response"> |
<wsdl:part element="tns:bzip2Response" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="gunzipFromURLResponse"> |
<wsdl:part element="tns:gunzipFromURLResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="gzipResponse"> |
<wsdl:part element="tns:gzipResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="zipFromArchiveResponse"> |
<wsdl:part element="tns:zipFromArchiveResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="zipResponse"> |
<wsdl:part element="tns:zipResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="gunzip"> |
<wsdl:part element="tns:gunzip" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="bzip2"> |
<wsdl:part element="tns:bzip2" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="bunzip2Response"> |
<wsdl:part element="tns:bunzip2Response" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="bunzip2"> |
<wsdl:part element="tns:bunzip2" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="zipFromArchive"> |
<wsdl:part element="tns:zipFromArchive" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="untarResponse"> |
<wsdl:part element="tns:untarResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="gunzipResponse"> |
<wsdl:part element="tns:gunzipResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="gunzipFromURL"> |
<wsdl:part element="tns:gunzipFromURL" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="unzip"> |
<wsdl:part element="tns:unzip" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:message name="unrarResponse"> |
<wsdl:part element="tns:unrarResponse" name="parameters"></wsdl:part> |
</wsdl:message> |
<wsdl:portType name="ArchiveService"> |
<wsdl:operation name="gzipFromArchive"> |
<wsdl:input message="tns:gzipFromArchive" name="gzipFromArchive"></wsdl:input> |
<wsdl:output message="tns:gzipFromArchiveResponse" name="gzipFromArchiveResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="gunzipFromURL"> |
<wsdl:input message="tns:gunzipFromURL" name="gunzipFromURL"></wsdl:input> |
<wsdl:output message="tns:gunzipFromURLResponse" name="gunzipFromURLResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="untar"> |
<wsdl:input message="tns:untar" name="untar"></wsdl:input> |
<wsdl:output message="tns:untarResponse" name="untarResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="unrar"> |
<wsdl:input message="tns:unrar" name="unrar"></wsdl:input> |
<wsdl:output message="tns:unrarResponse" name="unrarResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="unzip"> |
<wsdl:input message="tns:unzip" name="unzip"></wsdl:input> |
<wsdl:output message="tns:unzipResponse" name="unzipResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="bunzip2"> |
<wsdl:input message="tns:bunzip2" name="bunzip2"></wsdl:input> |
<wsdl:output message="tns:bunzip2Response" name="bunzip2Response"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="zip"> |
<wsdl:input message="tns:zip" name="zip"></wsdl:input> |
<wsdl:output message="tns:zipResponse" name="zipResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="bunzip2FromURL"> |
<wsdl:input message="tns:bunzip2FromURL" name="bunzip2FromURL"></wsdl:input> |
<wsdl:output message="tns:bunzip2FromURLResponse" name="bunzip2FromURLResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="zipFromArchive"> |
<wsdl:input message="tns:zipFromArchive" name="zipFromArchive"></wsdl:input> |
<wsdl:output message="tns:zipFromArchiveResponse" name="zipFromArchiveResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="gzip"> |
<wsdl:input message="tns:gzip" name="gzip"></wsdl:input> |
<wsdl:output message="tns:gzipResponse" name="gzipResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="gunzip"> |
<wsdl:input message="tns:gunzip" name="gunzip"></wsdl:input> |
<wsdl:output message="tns:gunzipResponse" name="gunzipResponse"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="bzip2"> |
<wsdl:input message="tns:bzip2" name="bzip2"></wsdl:input> |
<wsdl:output message="tns:bzip2Response" name="bzip2Response"></wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="bzip2FromArchive"> |
<wsdl:input message="tns:bzip2FromArchive" name="bzip2FromArchive"></wsdl:input> |
<wsdl:output message="tns:bzip2FromArchiveResponse" name="bzip2FromArchiveResponse"></wsdl:output> |
</wsdl:operation> |
</wsdl:portType> |
<wsdl:binding name="ArchiveServiceSoapBinding" type="tns:ArchiveService"> |
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
<wsdl:operation name="gzipFromArchive"> |
<soap:operation soapAction="gzipFromArchive" style="document"/> |
<wsdl:input name="gzipFromArchive"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="gzipFromArchiveResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="gunzipFromURL"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="gunzipFromURL"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="gunzipFromURLResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="unrar"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="unrar"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="unrarResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="untar"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="untar"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="untarResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="bunzip2"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="bunzip2"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="bunzip2Response"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="unzip"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="unzip"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="unzipResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="zip"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="zip"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="zipResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="bunzip2FromURL"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="bunzip2FromURL"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="bunzip2FromURLResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="zipFromArchive"> |
<soap:operation soapAction="" style="document"/> |
<wsdl:input name="zipFromArchive"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="zipFromArchiveResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="gzip"> |
<soap:operation soapAction="gzip" style="document"/> |
<wsdl:input name="gzip"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="gzipResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="bzip2"> |
<soap:operation soapAction="bzip2" style="document"/> |
<wsdl:input name="bzip2"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="bzip2Response"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="gunzip"> |
<soap:operation soapAction="gunzip" style="document"/> |
<wsdl:input name="gunzip"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="gunzipResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
<wsdl:operation name="bzip2FromArchive"> |
<soap:operation soapAction="bzip2FromArchive" style="document"/> |
<wsdl:input name="bzip2FromArchive"> |
<soap:body use="literal"/> |
</wsdl:input> |
<wsdl:output name="bzip2FromArchiveResponse"> |
<soap:body use="literal"/> |
</wsdl:output> |
</wsdl:operation> |
</wsdl:binding> |
<wsdl:service name="ArchiveService"> |
<wsdl:port binding="tns:ArchiveServiceSoapBinding" name="ArchiveServiceImplPort"> |
<soap:address location="http://localhost:8080/xservices/ArchiveService"/> |
</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/ArchiveService</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="bunzip2" bindingOperationName="bunzip2" type="Request-Response" outputName="bunzip2Response" inputName="bunzip2" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="bunzip2FromURL" bindingOperationName="bunzip2FromURL" type="Request-Response" outputName="bunzip2FromURLResponse" inputName="bunzip2FromURL" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="bzip2" name="bzip2" bindingOperationName="bzip2" type="Request-Response" outputName="bzip2Response" inputName="bzip2" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="bzip2FromArchive" name="bzip2FromArchive" bindingOperationName="bzip2FromArchive" type="Request-Response" outputName="bzip2FromArchiveResponse" inputName="bzip2FromArchive" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="gunzip" name="gunzip" bindingOperationName="gunzip" type="Request-Response" outputName="gunzipResponse" inputName="gunzip" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="gunzipFromURL" bindingOperationName="gunzipFromURL" type="Request-Response" outputName="gunzipFromURLResponse" inputName="gunzipFromURL" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="gzip" name="gzip" bindingOperationName="gzip" type="Request-Response" outputName="gzipResponse" inputName="gzip" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="gzipFromArchive" name="gzipFromArchive" bindingOperationName="gzipFromArchive" type="Request-Response" outputName="gzipFromArchiveResponse" inputName="gzipFromArchive" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="unrar" bindingOperationName="unrar" type="Request-Response" outputName="unrarResponse" inputName="unrar" 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/ArchiveService</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:unrar> |
<!--Optional:--> |
<srcfile>c:\temp\test.rar</srcfile> |
<!--Optional:--> |
<destdir>c:\temp</destdir> |
</ws:unrar> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ArchiveService/unrar"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="untar" bindingOperationName="untar" type="Request-Response" outputName="untarResponse" inputName="untar" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="unzip" bindingOperationName="unzip" type="Request-Response" outputName="unzipResponse" inputName="unzip" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation><con:operation isOneWay="false" action="" name="zip" bindingOperationName="zip" type="Request-Response" outputName="zipResponse" inputName="zip" 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/ArchiveService</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:zip> |
<!--Optional:--> |
<source> |
<type>FILE</type> |
<uri>?</uri> |
</source> |
<!--Optional:--> |
<destfile>?</destfile> |
<overwrite>?</overwrite> |
<!--Optional:--> |
<encoding>?</encoding> |
<compresslevel>?</compresslevel> |
</ws:zip> |
</soapenv:Body> |
</soapenv:Envelope>]]></con:request><con:jmsConfig JMSDeliveryMode="PERSISTENT"/><con:jmsPropertyConfig/><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://ws.xservices.brutex.net/ArchiveService/zip"/><con:wsrmConfig version="1.2"/></con:call></con:operation><con:operation isOneWay="false" action="" name="zipFromArchive" bindingOperationName="zipFromArchive" type="Request-Response" outputName="zipFromArchiveResponse" inputName="zipFromArchive" receivesAttachments="false" sendsAttachments="false"><con:settings/></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project> |
Property changes: |
Added: svn:mime-type |
+text/plain |
\ No newline at end of property |