|
4 | 4 | xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
5 | 5 | xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
|
6 | 6 | xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
|
7 |
| - xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" |
8 | 7 | name="test" targetNamespace="http://www.example.org/test/">
|
9 | 8 | <wsdl:types>
|
10 |
| - <xsd:schema targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> |
11 |
| - <xsd:include schemaLocation="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"/> |
12 |
| - </xsd:schema> |
13 |
| - |
14 |
| - <xsd:schema targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> |
15 |
| - <xsd:include schemaLocation="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"/> |
16 |
| - </xsd:schema> |
17 |
| - |
18 | 9 | <xsd:schema targetNamespace="http://www.example.org/test/">
|
19 | 10 | <xsd:element name="getSimple">
|
20 | 11 | <xsd:complexType>
|
|
207 | 198 | </xsd:sequence>
|
208 | 199 | </xsd:complexType>
|
209 | 200 | </xsd:element>
|
210 |
| - <xsd:element name="getWsseHeader"> |
211 |
| - <xsd:complexType> |
212 |
| - <xsd:sequence> |
213 |
| - <xsd:element name="in" type="xsd:string"></xsd:element> |
214 |
| - </xsd:sequence> |
215 |
| - </xsd:complexType> |
216 |
| - </xsd:element> |
217 |
| - <xsd:element name="getWsseHeaderResponse"> |
218 |
| - <xsd:complexType> |
219 |
| - <xsd:sequence> |
220 |
| - <xsd:element name="out" type="xsd:string"></xsd:element> |
221 |
| - </xsd:sequence> |
222 |
| - </xsd:complexType> |
223 |
| - </xsd:element> |
224 | 201 | </xsd:schema>
|
225 | 202 | </wsdl:types>
|
226 |
| - |
227 |
| - <wsdl:message name="Sec"> |
228 |
| - <wsdl:part element="wsse:Security" name="Security"/> |
229 |
| - </wsdl:message> |
230 | 203 |
|
231 | 204 | <wsdl:message name="responseFault">
|
232 | 205 | <wsdl:part name="responseFaultPart1" element="tns:aFault"></wsdl:part>
|
|
314 | 287 | <wsdl:message name="noBothRequest"></wsdl:message>
|
315 | 288 | <wsdl:message name="noBothResponse"></wsdl:message>
|
316 | 289 |
|
317 |
| - <wsdl:message name="getWsseHeaderRequest"> |
318 |
| - <wsdl:part name="parameters" element="tns:getWsseHeader"></wsdl:part> |
319 |
| - </wsdl:message> |
320 |
| - <wsdl:message name="getWsseHeaderResponse"> |
321 |
| - <wsdl:part name="parameters" element="tns:getWsseHeaderResponse"></wsdl:part> |
322 |
| - </wsdl:message> |
323 | 290 | <wsdl:portType name="test">
|
324 | 291 | <wsdl:operation name="getSimple">
|
325 | 292 | <wsdl:input message="tns:getSimpleRequest"/>
|
|
368 | 335 | <wsdl:input message="tns:noBothRequest"></wsdl:input>
|
369 | 336 | <wsdl:output message="tns:noBothResponse"></wsdl:output>
|
370 | 337 | </wsdl:operation>
|
371 |
| - <wsdl:operation name="getWsseHeader"> |
372 |
| - <wsdl:input message="tns:getWsseHeaderRequest"></wsdl:input> |
373 |
| - <wsdl:output message="tns:getWsseHeaderResponse"></wsdl:output> |
374 |
| - </wsdl:operation> |
375 | 338 | </wsdl:portType>
|
376 | 339 |
|
377 | 340 | <wsdl:portType name="alternativeTPort">
|
|
518 | 481 | <soap:body use="literal" />
|
519 | 482 | </wsdl:output>
|
520 | 483 | </wsdl:operation>
|
521 |
| - <wsdl:operation name="getWsseHeader"> |
522 |
| - <soap:operation |
523 |
| - soapAction="http://www.example.org/test/getWsseHeader" /> |
524 |
| - <wsdl:input> |
525 |
| - <soap:body use="literal" /> |
526 |
| - <soap:header use="literal" part="Security" message="tns:Sec"/> |
527 |
| - </wsdl:input> |
528 |
| - <wsdl:output> |
529 |
| - <soap:body use="literal" /> |
530 |
| - </wsdl:output> |
531 |
| - </wsdl:operation> |
532 | 484 | </wsdl:binding>
|
533 | 485 |
|
534 | 486 | <wsdl:binding name="testSOAP12" type="tns:test">
|
|
649 | 601 | <soap12:body use="literal"/>
|
650 | 602 | </wsdl:output>
|
651 | 603 | </wsdl:operation>
|
652 |
| - |
653 |
| - <wsdl:operation name="getWsseHeader"> |
654 |
| - <soap12:operation |
655 |
| - soapAction="http://www.example.org/test/getWsseHeader" /> |
656 |
| - <wsdl:input> |
657 |
| - <soap12:body use="literal" /> |
658 |
| - <soap12:header use="literal" part="Security" message="tns:Sec"/> |
659 |
| - </wsdl:input> |
660 |
| - <wsdl:output> |
661 |
| - <soap12:body use="literal" /> |
662 |
| - </wsdl:output> |
663 |
| - </wsdl:operation> |
664 | 604 |
|
665 | 605 | </wsdl:binding>
|
666 | 606 |
|
|
0 commit comments