~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/validator/resources/importWSDLTests/importMultiLocation_error.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 name="goodWSDLImportedWSDL" targetNamespace="http://j2ee.netbeans.org/wsdl/goodWSDLImportedWSDL"
 
3
    xmlns="http://schemas.xmlsoap.org/wsdl/"
 
4
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
 
5
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
 
6
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/goodWSDLImportedWSDL" xmlns:plink="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" xmlns:ns="http://j2ee.netbeans.org/wsdl/goodBasicWSDL">
 
7
    <import location="../goodWSDL/goodBasicWSDL.wsdl" location="../goodWSDL/goodWSDLImportedSchema.wsdl" namespace="http://j2ee.netbeans.org/wsdl/goodBasicWSDL"/>
 
8
    <types/>
 
9
    <message name="goodWSDLImportedWSDLOperationRequest">
 
10
        <part name="part1" type="xsd:string"/>
 
11
    </message>
 
12
    <message name="goodWSDLImportedWSDLOperationReply">
 
13
        <part name="part1" type="xsd:string"/>
 
14
    </message>
 
15
    <portType name="goodWSDLImportedWSDLPortType">
 
16
        <operation name="goodWSDLImportedWSDLOperation">
 
17
            <input name="input1" message="tns:goodWSDLImportedWSDLOperationRequest"/>
 
18
            <output name="output1" message="tns:goodWSDLImportedWSDLOperationReply"/>
 
19
        </operation>
 
20
    </portType>
 
21
    <binding name="goodWSDLImportedWSDLBinding" type="tns:goodWSDLImportedWSDLPortType">
 
22
        <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 
23
        <operation name="goodWSDLImportedWSDLOperation">
 
24
            <soap:operation/>
 
25
            <input name="input1">
 
26
                <soap:body use="literal" namespace="http://j2ee.netbeans.org/wsdl/goodWSDLImportedWSDL"/>
 
27
            </input>
 
28
            <output name="output1">
 
29
                <soap:body use="literal" namespace="http://j2ee.netbeans.org/wsdl/goodWSDLImportedWSDL"/>
 
30
            </output>
 
31
        </operation>
 
32
    </binding>
 
33
    <service name="goodWSDLImportedWSDLService">
 
34
        <port name="goodWSDLImportedWSDLPort" binding="tns:goodWSDLImportedWSDLBinding">
 
35
            <soap:address location="http://localhost:18181/goodWSDLImportedWSDLService/goodWSDLImportedWSDLPort"/>
 
36
        </port>
 
37
    </service>
 
38
    <plink:partnerLinkType name="goodWSDLImportedWSDLPartner">
 
39
        <!-- partnerLinkType are automatically generated when a new portType is added. partnerLinkType are used by BPEL processes. 
 
40
In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
 
41
A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
 
42
        <plink:role name="goodWSDLImportedWSDLPortTypeRole" portType="tns:goodWSDLImportedWSDLPortType"/>
 
43
    </plink:partnerLinkType>
 
44
</definitions>