File: ws-discovery.wsdl

package info (click to toggle)
kdsoap-ws-discovery-client 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: cpp: 794; sh: 8; makefile: 5
file content (140 lines) | stat: -rw-r--r-- 5,223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright Notice

(c) 2004-2005 Microsoft Corporation, Inc. All rights reserved.

Permission to copy, display, perform, modify and distribute the 
WS-Discovery Specification (the "Specification", which includes 
WSDL and schema documents), and to authorize others to do the 
foregoing, in any medium without fee or royalty is hereby granted 
for the purpose of developing and evaluating the Specification.

BEA Systems, Canon, Intel, Microsoft, and webMethods, Inc. 
(collectively, the "Co-Developers") each agree to grant a license 
to third parties, under royalty-free and other reasonable, 
non-discriminatory terms and conditions, to their respective 
essential Licensed Claims, which reasonable, non-discriminatory 
terms and conditions may include, for example, but are not limited 
to, an affirmation  of the obligation to grant reciprocal licenses 
under any of the licensee's patents that are necessary to implement 
the Specification.  

DISCLAIMERS:

THE SPECIFICATION IS PROVIDED "AS IS," AND THE CO-DEVELOPERS MAKE 
NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, 
BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS 
OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE 
IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY 
PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.

THE CO-DEVELOPERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY 
USE OF THE SPECIFICATION OR THE PERFORMANCE OR IMPLEMENTATION OF 
THE CONTENTS THEREOF.

You may remove these disclaimers from your modified versions of the 
Specification provided that you effectively disclaim all warranties 
and liabilities on behalf of all Co-developers and any copyright 
holders in the copies of any such modified versions you distribute.

The name and trademarks of the Co-developers may NOT be used in any 
manner, including advertising or publicity pertaining to the 
Specification or its contents without specific, written prior 
permission. Title to copyright in the Specification will at all 
times remain with Microsoft.

No other rights are granted by implication, estoppel or otherwise.

-->
<wsdl:definitions
    targetNamespace="http://schemas.xmlsoap.org/ws/2005/04/discovery"
    xmlns:tns="http://schemas.xmlsoap.org/ws/2005/04/discovery"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
    xmlns:xs="http://www.w3.org/2001/XMLSchema" >

  <wsdl:types>
    <xs:schema>
      <xs:import
          namespace="http://schemas.xmlsoap.org/ws/2005/04/discovery"
    schemaLocation
    ="http://schemas.xmlsoap.org/ws/2005/04/discovery/ws-discovery.xsd"
          />
    </xs:schema>
  </wsdl:types>

  <wsdl:message name="HelloMsg" >
    <wsdl:part name="body" element="tns:Hello" />
  </wsdl:message>

  <wsdl:message name="ByeMsg" >
    <wsdl:part name="body" element="tns:Bye" />
  </wsdl:message>

  <wsdl:message name="ProbeMsg" >
    <wsdl:part name="body" element="tns:Probe" />
  </wsdl:message>

  <wsdl:message name="ProbeMatchMsg" >
    <wsdl:part name="body" element="tns:ProbeMatches" />
  </wsdl:message>

  <wsdl:message name="ResolveMsg" >
    <wsdl:part name="body" element="tns:Resolve" />
  </wsdl:message>

  <wsdl:message name="ResolveMatchMsg" >
    <wsdl:part name="body" element="tns:ResolveMatches" />
  </wsdl:message>

  <wsdl:portType name="TargetService" >
    <wsdl:operation name="HelloOp" >
      <wsdl:output message="tns:HelloMsg"
      wsa:Action
      ="http://schemas.xmlsoap.org/ws/2005/04/discovery/Hello"
      />
    </wsdl:operation>
    <wsdl:operation name="ByeOp" >
      <wsdl:output message="tns:ByeMsg"
      wsa:Action
      ="http://schemas.xmlsoap.org/ws/2005/04/discovery/Bye"
      />
    </wsdl:operation>
    <wsdl:operation name="ProbeOp" >
      <wsdl:input message="tns:ProbeMsg"
      wsa:Action
      ="http://schemas.xmlsoap.org/ws/2005/04/discovery/Probe"
      />
    </wsdl:operation>
    <wsdl:operation name="ProbeMatchOp" >
      <wsdl:output message="tns:ProbeMatchMsg"
      wsa:Action
      ="http://schemas.xmlsoap.org/ws/2005/04/discovery/ProbeMatches"
      />
    </wsdl:operation>
    <wsdl:operation name="ResolveOp" >
      <wsdl:input message="tns:ResolveMsg"
      wsa:Action
      ="http://schemas.xmlsoap.org/ws/2005/04/discovery/Resolve"
      />
    </wsdl:operation>
    <wsdl:operation name="ResolveMatchOp" >
      <wsdl:output message="tns:ResolveMatchMsg"
      wsa:Action
      ="http://schemas.xmlsoap.org/ws/2005/04/discovery/ResolveMatches"
      />
    </wsdl:operation>
  </wsdl:portType>

  <!-- If this portType is included in EndpointReference/Types, it
       indicates the Target Service is a Discovery Proxy. Discovery
       Proxies also implement tns:TargetService and optionally other
       message exchanges defined elsewhere.
  -->
  <wsdl:portType name="DiscoveryProxy" />

</wsdl:definitions>