~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/valid/XconnectProxy.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
<wsdl:definitions targetNamespace="urn:proxy.axis.soap.xconnect.trx.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:proxy.axis.soap.xconnect.trx.com" xmlns:intf="urn:proxy.axis.soap.xconnect.trx.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
3
<!--WSDL created by Apache Axis version: 1.2RC2
 
4
Built on Nov 16, 2004 (12:19:44 EST)-->
 
5
 <wsdl:types>
 
6
  <schema targetNamespace="urn:proxy.axis.soap.xconnect.trx.com" xmlns="http://www.w3.org/2001/XMLSchema">
 
7
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
 
8
   <complexType name="ArrayOf_xsd_string">
 
9
    <complexContent>
 
10
     <restriction base="soapenc:Array">
 
11
      <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:string[]"/>
 
12
     </restriction>
 
13
    </complexContent>
 
14
   </complexType>
 
15
  </schema>
 
16
 </wsdl:types>
 
17
 
 
18
   <wsdl:message name="getNextServerRequest">
 
19
 
 
20
      <wsdl:part name="in0" type="xsd:string"/>
 
21
 
 
22
   </wsdl:message>
 
23
 
 
24
   <wsdl:message name="getAllActiveServersRequest">
 
25
 
 
26
   </wsdl:message>
 
27
 
 
28
   <wsdl:message name="getAllActiveServersResponse">
 
29
 
 
30
      <wsdl:part name="getAllActiveServersReturn" type="impl:ArrayOf_xsd_string"/>
 
31
 
 
32
   </wsdl:message>
 
33
 
 
34
   <wsdl:message name="getNextServerResponse">
 
35
 
 
36
      <wsdl:part name="getNextServerReturn" type="xsd:string"/>
 
37
 
 
38
   </wsdl:message>
 
39
 
 
40
   <wsdl:portType name="XconnectProxy">
 
41
 
 
42
      <wsdl:operation name="getNextServer" parameterOrder="in0">
 
43
 
 
44
         <wsdl:input message="impl:getNextServerRequest" name="getNextServerRequest"/>
 
45
 
 
46
         <wsdl:output message="impl:getNextServerResponse" name="getNextServerResponse"/>
 
47
 
 
48
      </wsdl:operation>
 
49
 
 
50
      <wsdl:operation name="getAllActiveServers">
 
51
 
 
52
         <wsdl:input message="impl:getAllActiveServersRequest" name="getAllActiveServersRequest"/>
 
53
 
 
54
         <wsdl:output message="impl:getAllActiveServersResponse" name="getAllActiveServersResponse"/>
 
55
 
 
56
      </wsdl:operation>
 
57
 
 
58
   </wsdl:portType>
 
59
 
 
60
   <wsdl:binding name="XconnectProxySoapBinding" type="impl:XconnectProxy">
 
61
 
 
62
      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 
63
 
 
64
      <wsdl:operation name="getNextServer">
 
65
 
 
66
         <wsdlsoap:operation soapAction=""/>
 
67
 
 
68
         <wsdl:input name="getNextServerRequest">
 
69
 
 
70
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:proxy.axis.soap.xconnect.trx.com" use="encoded"/>
 
71
 
 
72
         </wsdl:input>
 
73
 
 
74
         <wsdl:output name="getNextServerResponse">
 
75
 
 
76
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:proxy.axis.soap.xconnect.trx.com" use="encoded"/>
 
77
 
 
78
         </wsdl:output>
 
79
 
 
80
      </wsdl:operation>
 
81
 
 
82
      <wsdl:operation name="getAllActiveServers">
 
83
 
 
84
         <wsdlsoap:operation soapAction=""/>
 
85
 
 
86
         <wsdl:input name="getAllActiveServersRequest">
 
87
 
 
88
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:proxy.axis.soap.xconnect.trx.com" use="encoded"/>
 
89
 
 
90
         </wsdl:input>
 
91
 
 
92
         <wsdl:output name="getAllActiveServersResponse">
 
93
 
 
94
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:proxy.axis.soap.xconnect.trx.com" use="encoded"/>
 
95
 
 
96
         </wsdl:output>
 
97
 
 
98
      </wsdl:operation>
 
99
 
 
100
   </wsdl:binding>
 
101
 
 
102
   <wsdl:service name="XconnectProxyService">
 
103
 
 
104
      <wsdl:port binding="impl:XconnectProxySoapBinding" name="XconnectProxy">
 
105
 
 
106
         <wsdlsoap:address location="http://localhost:8085/XconnectProxy/services/XconnectProxy"/>
 
107
 
 
108
      </wsdl:port>
 
109
 
 
110
   </wsdl:service>
 
111
 
 
112
</wsdl:definitions>