Subversion Repositories XServices

Rev

Rev 88 | Rev 94 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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