summaryrefslogtreecommitdiffstats
path: root/test/resources/wsdl/AttachmentService.wsdl
blob: b94b757840f2033663ac2ffd6c97f342c0c84d50 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://attachment.test.org" xmlns:impl="http://attachment.test.org" xmlns:intf="http://attachment.test.org" xmlns:tns2="http://xml.apache.org/xml-soap" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <wsdl:types>
  <schema elementFormDefault="qualified" targetNamespace="http://attachment.test.org" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:impl="http://attachment.test.org" xmlns:intf="http://attachment.test.org" xmlns:tns2="http://xml.apache.org/xml-soap" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://xml.apache.org/xml-soap"/>
   <element name="multiAttachment">
    <complexType>
     <sequence>
      <element name="arg_0_0" nillable="true" type="tns2:DataHandler"/>
      <element name="arg_1_0" nillable="true" type="tns2:DataHandler"/>
      <element name="arg_2_0" nillable="true" type="tns2:Image"/>
      <element name="arg_3_0" nillable="true" type="tns2:DataHandler"/>
     </sequence>
    </complexType>
   </element>
   <element name="multiAttachmentResponse">
    <complexType>
     <sequence>
      <element maxOccurs="unbounded" minOccurs="0" name="multiAttachmentReturn" type="xsd:string"/>
     </sequence>
    </complexType>
   </element>
   <element name="nillableAttachment">
    <complexType>
     <sequence>
      <element name="arg_0_1" nillable="true" type="tns2:DataHandler"/>
      <element name="arg_1_1" nillable="true" type="tns2:Image"/>
      <element name="arg_2_1" nillable="true" type="tns2:Source"/>
      <element name="arg_3_1" nillable="true" type="xsd:string"/>
     </sequence>
    </complexType>
   </element>
   <element name="nillableAttachmentResponse">
    <complexType>
     <sequence>
      <element name="nillableAttachmentReturn" nillable="true" type="xsd:string"/>
     </sequence>
    </complexType>
   </element>
  </schema>
 </wsdl:types>

   <wsdl:message name="multiAttachmentResponse">

      <wsdl:part element="impl:multiAttachmentResponse" name="parameters"/>

   </wsdl:message>

   <wsdl:message name="nillableAttachmentRequest">

      <wsdl:part element="impl:nillableAttachment" name="parameters"/>

   </wsdl:message>

   <wsdl:message name="nillableAttachmentResponse">

      <wsdl:part element="impl:nillableAttachmentResponse" name="parameters"/>

   </wsdl:message>

   <wsdl:message name="multiAttachmentRequest">

      <wsdl:part element="impl:multiAttachment" name="parameters"/>

   </wsdl:message>

   <wsdl:portType name="AttachmentService">

      <wsdl:operation name="multiAttachment">

         <wsdl:input message="impl:multiAttachmentRequest" name="multiAttachmentRequest"/>

         <wsdl:output message="impl:multiAttachmentResponse" name="multiAttachmentResponse"/>

      </wsdl:operation>

      <wsdl:operation name="nillableAttachment">

         <wsdl:input message="impl:nillableAttachmentRequest" name="nillableAttachmentRequest"/>

         <wsdl:output message="impl:nillableAttachmentResponse" name="nillableAttachmentResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="AttachmentServiceSoapBinding" type="impl:AttachmentService">

      <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="multiAttachment">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="multiAttachmentRequest">

            <wsdlsoap:body use="literal"/>

         </wsdl:input>

         <wsdl:output name="multiAttachmentResponse">

            <wsdlsoap:body use="literal"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="nillableAttachment">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="nillableAttachmentRequest">

            <wsdlsoap:body use="literal"/>

         </wsdl:input>

         <wsdl:output name="nillableAttachmentResponse">

            <wsdlsoap:body use="literal"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="AttachmentServiceService">

      <wsdl:port binding="impl:AttachmentServiceSoapBinding" name="AttachmentService">

         <wsdlsoap:address location="http://localhost:9080/AttachmentService/services/AttachmentService"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>