~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to xml/wsdl/api/test/unit/src/org/netbeans/modules/xml/wsdl/model/resources/echoConcat.wsdl

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<definitions 
 
3
    xmlns="http://schemas.xmlsoap.org/wsdl/" 
 
4
    xmlns:slnk="http://schemas.xmlsoap.org/ws/2002/07/service-link/" 
 
5
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
 
6
    xmlns:tns="http://stc.com/echoConcat" 
 
7
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
 
8
    name="echoConcat" 
 
9
    targetNamespace="http://stc.com/echoConcat">
 
10
    <types>
 
11
        <xsd:schema elementFormDefault="qualified" targetNamespace="http://stc.com/echoConcat">
 
12
            <xsd:element name="item">
 
13
                <xsd:complexType>
 
14
                    <xsd:sequence>
 
15
                        <xsd:element name="value" type="xsd:string"/>
 
16
                    </xsd:sequence>
 
17
                </xsd:complexType>
 
18
            </xsd:element>
 
19
        </xsd:schema>
 
20
    </types>
 
21
    <message name="echoConcat">
 
22
        <part element="tns:item" name="part"/>
 
23
    </message>
 
24
    <portType name="echoConcat">
 
25
        <operation name="echoConcat">
 
26
            <input message="tns:echoConcat"/>
 
27
            <output message="tns:echoConcat"/>
 
28
        </operation>
 
29
    </portType>
 
30
    <binding name="Binding" type="tns:echoConcat">
 
31
        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
 
32
        <operation name="echoConcat">
 
33
            <soap:operation soapAction="echoConcat"/>
 
34
            <input>
 
35
                <soap:body use="literal"/>
 
36
            </input>
 
37
            <output>
 
38
                <soap:body use="literal"/>
 
39
            </output>
 
40
        </operation>
 
41
    </binding>
 
42
    <service name="echoConcatService">
 
43
        <port binding="tns:Binding" name="port">
 
44
            <soap:address location="http://localhost:12010/echoConcat"/>
 
45
        </port>
 
46
    </service>
 
47
</definitions>
 
 
b'\\ No newline at end of file'