1<?xml version="1.0" encoding="UTF-8"?>
2<definitions name="WSDLInteropTestDocLitService"
3    targetNamespace="http://soapinterop.org/"
4    xmlns="http://schemas.xmlsoap.org/wsdl/"
5    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
6    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
7    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
8    xmlns:tns="http://soapinterop.org/"
9    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
10    xmlns:xsd1="http://soapinterop.org/xsd"
11    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12    xmlns:ext="http://soapinterop.org/ext">
13    	<ext:types/>
14
15	<types>
16	<ext:schema targetNamespace="http://soapinterop.org/xsd"/>
17        <schema targetNamespace="http://soapinterop.org/xsd"
18            xmlns="http://www.w3.org/2001/XMLSchema"
19            xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
20
21            <element name="echoStringParam" type="xsd:string"/>
22
23            <element name="echoStringReturn" type="xsd:string"/>
24        </schema>
25    </types>
26    <ext:message name="echoString"/>
27    <message name="echoString">
28        <part element="xsd1:echoStringParam" name="a"/>
29    </message>
30    <message name="echoStringResponse">
31        <part element="xsd1:echoStringReturn" name="result"/>
32    </message>
33
34    <ext:portType name="WSDLInteropTestDocLitPortType"/>
35
36    <portType name="WSDLInteropTestDocLitPortType">
37        <operation name="echoString">
38            <input message="tns:echoString" name="echoString"/>
39            <output message="tns:echoStringResponse" name="echoStringResponse"/>
40        </operation>
41    </portType>
42    <ext:binding name="WSDLInteropTestDocLitPortBinding"/>
43    <binding name="WSDLInteropTestDocLitPortBinding"
44        type="tns:WSDLInteropTestDocLitPortType">
45	<ext:binding style ="chunked" wsdl:required="true"/>
46        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
47        <operation name="echoString">
48	    <ext:operation style ="chunked"/>
49            <soap:operation soapAction="http://soapinterop.org/" style="document"/>
50            <input name="echoString">
51		<ext:body use ="direct"/>
52                <soap:body namespace="http://soapinterop.org/WSDLInteropTestDocLit"
53                    use="literal"/>
54            </input>
55            <output name="echoStringResponse">
56		<ext:body use ="direct"/>
57                <soap:body namespace="http://soapinterop.org/WSDLInteropTestDocLit"
58                    use="literal"/>
59            </output>
60        </operation>
61    </binding>
62    <ext:service name="WSDLInteropTestDocLitService"/>
63    <service name="WSDLInteropTestDocLitService">
64        <ext:port binding="tns:WSDLInteropTestDocLitPortBinding"
65            name="WSDLInteropTestDocLitPort"/>
66	<port binding="tns:WSDLInteropTestDocLitPortBinding"
67            name="WSDLInteropTestDocLitPort">
68	    <ext:address location=""/>
69            <soap:address
70                location="round3_groupF_extreq.inc"/>
71		</port>
72	</service>
73</definitions>
74