~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/testDocumentation.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
 
 
3
<definitions name="HelloService" 
 
4
    targetNamespace="urn:HelloService/wsdl" 
 
5
    xmlns:tns="urn:HelloService/wsdl" 
 
6
    xmlns="http://schemas.xmlsoap.org/wsdl/" 
 
7
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
 
8
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
 
9
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
 
10
  
 
11
  <types>
 
12
      <documentation>testing remove documentation</documentation>
 
13
       <schema targetNamespace="urn:HelloService/wsdl"
 
14
              xmlns="http://www.w3.org/2001/XMLSchema">
 
15
       </schema>
 
16
  </types>    
 
17
  <message name="HelloServiceSEI_sayHello">
 
18
    <part name="String_1" type="xsd:string"/>
 
19
    <part name="String_2" type="xsd:string"/>
 
20
  </message>
 
21
  <message name="HelloServiceSEI_sayHelloResponse">
 
22
    <part name="result" type="xsd:string"/>
 
23
  </message>
 
24
  <portType name="HelloServiceSEI">
 
25
    <operation name="sayHello" parameterOrder="String_1 String_2">
 
26
        <documentation>
 
27
            <html>Operation sayHello</html>
 
28
        </documentation>
 
29
      <input message="tns:HelloServiceSEI_sayHello"/>
 
30
      <output message="tns:HelloServiceSEI_sayHelloResponse"/>
 
31
    </operation>
 
32
  </portType>
 
33
</definitions>