~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/extensions/soap/validation/resources/invalid/SOAPHeaderMissingPart.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 xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Foo1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MyHelloService" targetNamespace="urn:Foo1">
 
3
    <types>
 
4
        <xsd:schema xmlns:ns1="urn:Foo1" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Foo1">
 
5
            <xsd:element name="helloObj" type="tns:helloObjType">
 
6
            </xsd:element>
 
7
            <xsd:complexType name="helloObjType">
 
8
                <xsd:sequence>
 
9
                    <xsd:element name="string" type="xsd:string"/>
 
10
                    <xsd:element name="nonNegativeInteger" type="xsd:nonNegativeInteger"/>
 
11
                    <xsd:element name="byte" type="xsd:byte"/>
 
12
                    <xsd:element name="short" type="xsd:short"/>
 
13
                    <xsd:element name="int" type="xsd:int"/>
 
14
                    <xsd:element name="long" type="xsd:long"/>
 
15
                    <xsd:element name="negativeInteger" type="xsd:negativeInteger"/>
 
16
                    <xsd:element name="dateTime" type="xsd:dateTime"/>
 
17
                    <xsd:element name="nonPositiveInteger" type="xsd:nonPositiveInteger"/>
 
18
                    <xsd:element name="duration" type="xsd:duration"/>
 
19
                    <xsd:element name="ENTITIES" type="xsd:ENTITIES"/>
 
20
                    <xsd:element name="double" type="xsd:double"/>
 
21
                    <xsd:element name="ENTITY" type="xsd:ENTITY"/>
 
22
                    <xsd:element name="float" type="xsd:float"/>
 
23
                    
 
24
                </xsd:sequence>
 
25
            </xsd:complexType>
 
26
        </xsd:schema>
 
27
    </types>
 
28
    <message name="HelloIF_sayHello">
 
29
        <part element="tns:helloObj" name="body"/>
 
30
    </message>
 
31
    <message name="HelloIF_sayHelloResponse">
 
32
        <part element="tns:helloObj" name="result"/>
 
33
    </message>
 
34
    <portType name="HelloIF">
 
35
        <operation name="sayHello">
 
36
            <input message="tns:HelloIF_sayHello"/>
 
37
            <output message="tns:HelloIF_sayHelloResponse"/>
 
38
        </operation>
 
39
    </portType>
 
40
    <binding name="HelloIFBinding" type="tns:HelloIF">
 
41
        <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"></soap:binding>
 
42
        <operation name="sayHello">
 
43
            <soap:operation soapAction="sayHello"/>
 
44
            <input>
 
45
                <soap:header message="tns:HelloIF_sayHello" use="literal"/>
 
46
                <soap:body parts="body" use="literal"/>
 
47
            </input>
 
48
            <output>
 
49
                <soap:body parts="result" use="literal"/>
 
50
            </output>
 
51
        </operation>
 
52
    </binding>
 
53
    <service name="MyHelloService">
 
54
        <port binding="tns:HelloIFBinding" name="HelloIFPort">
 
55
            <soap:address location="http://localhost:12010/service/HelloWorld"/>
 
56
        </port>
 
57
    </service>
 
58
    
 
59
    <plnk:partnerLinkType xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" name="HelloIFServiceLink">
 
60
        <plnk:role name="HelloIFRole" portType="HelloIF"/>
 
61
        
 
62
   </plnk:partnerLinkType>
 
63
 
 
64
</definitions>
 
 
b'\\ No newline at end of file'