~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/OmService.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="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://dendrite.com/om" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://dendrite.com/om" xmlns="http://schemas.xmlsoap.org/wsdl/">
 
3
  <types>
 
4
    <s:schema elementFormDefault="qualified" targetNamespace="http://dendrite.com/om">
 
5
      <s:element name="customer">
 
6
        <s:complexType mixed="true">
 
7
          <s:sequence>
 
8
            <s:any />
 
9
          </s:sequence>
 
10
        </s:complexType>
 
11
      </s:element>
 
12
      <s:element name="AddNewCustomerResult">
 
13
        <s:complexType mixed="true">
 
14
          <s:sequence>
 
15
            <s:any />
 
16
          </s:sequence>
 
17
        </s:complexType>
 
18
      </s:element>
 
19
      <s:element name="alignment">
 
20
        <s:complexType mixed="true">
 
21
          <s:sequence>
 
22
            <s:any />
 
23
          </s:sequence>
 
24
        </s:complexType>
 
25
      </s:element>
 
26
      <s:element name="AlignCustomerResult">
 
27
        <s:complexType mixed="true">
 
28
          <s:sequence>
 
29
            <s:any />
 
30
          </s:sequence>
 
31
        </s:complexType>
 
32
      </s:element>
 
33
      <s:element name="UndoAlignCustomerResult">
 
34
        <s:complexType mixed="true">
 
35
          <s:sequence>
 
36
            <s:any />
 
37
          </s:sequence>
 
38
        </s:complexType>
 
39
      </s:element>
 
40
      <s:element name="feedback">
 
41
        <s:complexType mixed="true">
 
42
          <s:sequence>
 
43
            <s:any />
 
44
          </s:sequence>
 
45
        </s:complexType>
 
46
      </s:element>
 
47
      <s:element name="ReAlignCustomerFeedbackResult">
 
48
        <s:complexType mixed="true">
 
49
          <s:sequence>
 
50
            <s:any />
 
51
          </s:sequence>
 
52
        </s:complexType>
 
53
      </s:element>
 
54
      <s:element name="UndoAddNewCustomerResult">
 
55
        <s:complexType mixed="true">
 
56
          <s:sequence>
 
57
            <s:any />
 
58
          </s:sequence>
 
59
        </s:complexType>
 
60
      </s:element>
 
61
    </s:schema>
 
62
  </types>
 
63
  <message name="AddNewCustomerSoapIn">
 
64
    <part name="customer" element="s0:customer" />
 
65
  </message>
 
66
  <message name="AddNewCustomerSoapOut">
 
67
    <part name="AddNewCustomerResult" element="s0:AddNewCustomerResult" />
 
68
  </message>
 
69
  <message name="AlignCustomerSoapIn">
 
70
    <part name="alignment" element="s0:alignment" />
 
71
  </message>
 
72
  <message name="AlignCustomerSoapOut">
 
73
    <part name="AlignCustomerResult" element="s0:AlignCustomerResult" />
 
74
  </message>
 
75
  <message name="UndoAlignCustomerSoapIn">
 
76
    <part name="alignment" element="s0:alignment" />
 
77
  </message>
 
78
  <message name="UndoAlignCustomerSoapOut">
 
79
    <part name="UndoAlignCustomerResult" element="s0:UndoAlignCustomerResult" />
 
80
  </message>
 
81
  <message name="ReAlignCustomerFeedbackSoapIn">
 
82
    <part name="feedback" element="s0:feedback" />
 
83
  </message>
 
84
  <message name="ReAlignCustomerFeedbackSoapOut">
 
85
    <part name="ReAlignCustomerFeedbackResult" element="s0:ReAlignCustomerFeedbackResult" />
 
86
  </message>
 
87
  <message name="UndoAddNewCustomerSoapIn">
 
88
    <part name="customer" element="s0:customer" />
 
89
  </message>
 
90
  <message name="UndoAddNewCustomerSoapOut">
 
91
    <part name="UndoAddNewCustomerResult" element="s0:UndoAddNewCustomerResult" />
 
92
  </message>
 
93
  <portType name="OmServiceSoap">
 
94
    <operation name="AddNewCustomer">
 
95
      <input message="s0:AddNewCustomerSoapIn" />
 
96
      <output message="s0:AddNewCustomerSoapOut" />
 
97
    </operation>
 
98
    <operation name="AlignCustomer">
 
99
      <input message="s0:AlignCustomerSoapIn" />
 
100
      <output message="s0:AlignCustomerSoapOut" />
 
101
    </operation>
 
102
    <operation name="UndoAlignCustomer">
 
103
      <input message="s0:UndoAlignCustomerSoapIn" />
 
104
      <output message="s0:UndoAlignCustomerSoapOut" />
 
105
    </operation>
 
106
    <operation name="ReAlignCustomerFeedback">
 
107
      <input message="s0:ReAlignCustomerFeedbackSoapIn" />
 
108
      <output message="s0:ReAlignCustomerFeedbackSoapOut" />
 
109
    </operation>
 
110
    <operation name="UndoAddNewCustomer">
 
111
      <input message="s0:UndoAddNewCustomerSoapIn" />
 
112
      <output message="s0:UndoAddNewCustomerSoapOut" />
 
113
    </operation>
 
114
  </portType>
 
115
  <binding name="OmServiceSoap" type="s0:OmServiceSoap">
 
116
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
 
117
    <operation name="AddNewCustomer">
 
118
      <soap:operation soapAction="http://dendrite.com/om/AddNewCustomer" style="document" />
 
119
      <input>
 
120
        <soap:body use="literal" />
 
121
      </input>
 
122
      <output>
 
123
        <soap:body use="literal" />
 
124
      </output>
 
125
    </operation>
 
126
    <operation name="AlignCustomer">
 
127
      <soap:operation soapAction="http://dendrite.com/om/AlignCustomer" style="document" />
 
128
      <input>
 
129
        <soap:body use="literal" />
 
130
      </input>
 
131
      <output>
 
132
        <soap:body use="literal" />
 
133
      </output>
 
134
    </operation>
 
135
    <operation name="UndoAlignCustomer">
 
136
      <soap:operation soapAction="http://dendrite.com/om/UndoAlignCustomer" style="document" />
 
137
      <input>
 
138
        <soap:body use="literal" />
 
139
      </input>
 
140
      <output>
 
141
        <soap:body use="literal" />
 
142
      </output>
 
143
    </operation>
 
144
    <operation name="ReAlignCustomerFeedback">
 
145
      <soap:operation soapAction="http://dendrite.com/om/ReAlignCustomerFeedback" style="document" />
 
146
      <input>
 
147
        <soap:body use="literal" />
 
148
      </input>
 
149
      <output>
 
150
        <soap:body use="literal" />
 
151
      </output>
 
152
    </operation>
 
153
    <operation name="UndoAddNewCustomer">
 
154
      <soap:operation soapAction="http://dendrite.com/om/UndoAddNewCustomer" style="document" />
 
155
      <input>
 
156
        <soap:body use="literal" />
 
157
      </input>
 
158
      <output>
 
159
        <soap:body use="literal" />
 
160
      </output>
 
161
    </operation>
 
162
  </binding>
 
163
  <service name="OmService">
 
164
    <port name="OmServiceSoap" binding="s0:OmServiceSoap">
 
165
      <soap:address location="http://localhost/omws/OmService.asmx" />
 
166
    </port>
 
167
  </service>
 
168
</definitions>
 
 
b'\\ No newline at end of file'