|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | | -<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.5-b03-. --> |
3 | | -<definitions targetNamespace="http://endpoint.jaxws.javaee7.org/" name="EBookStoreImplService" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://endpoint.jaxws.javaee7.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> |
| 2 | +<!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.8 svn-revision#13980. --> |
| 3 | +<definitions targetNamespace="http://endpoint.jaxws.javaee7.org/" name="EBookStoreImplService" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:tns="http://endpoint.jaxws.javaee7.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> |
4 | 4 | <types> |
5 | 5 | <xsd:schema> |
6 | 6 | <xsd:import namespace="http://endpoint.jaxws.javaee7.org/" schemaLocation="EBookStoreImplService_schema1.xsd"/> |
|
12 | 12 | <message name="welcomeMessageResponse"> |
13 | 13 | <part name="parameters" element="tns:welcomeMessageResponse"/> |
14 | 14 | </message> |
15 | | - <message name="takeBook"> |
16 | | - <part name="parameters" element="tns:takeBook"/> |
17 | | - </message> |
18 | | - <message name="takeBookResponse"> |
19 | | - <part name="parameters" element="tns:takeBookResponse"/> |
20 | | - </message> |
21 | 15 | <message name="findEBooks"> |
22 | 16 | <part name="parameters" element="tns:findEBooks"/> |
23 | 17 | </message> |
24 | 18 | <message name="findEBooksResponse"> |
25 | 19 | <part name="parameters" element="tns:findEBooksResponse"/> |
26 | 20 | </message> |
| 21 | + <message name="takeBook"> |
| 22 | + <part name="parameters" element="tns:takeBook"/> |
| 23 | + </message> |
| 24 | + <message name="takeBookResponse"> |
| 25 | + <part name="parameters" element="tns:takeBookResponse"/> |
| 26 | + </message> |
27 | 27 | <message name="saveBook"> |
28 | 28 | <part name="parameters" element="tns:saveBook"/> |
29 | 29 | </message> |
|
38 | 38 | </message> |
39 | 39 | <portType name="EBookStore"> |
40 | 40 | <operation name="welcomeMessage"> |
41 | | - <input message="tns:welcomeMessage"/> |
42 | | - <output message="tns:welcomeMessageResponse"/> |
43 | | - </operation> |
44 | | - <operation name="takeBook"> |
45 | | - <input message="tns:takeBook"/> |
46 | | - <output message="tns:takeBookResponse"/> |
| 41 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/welcomeMessageRequest" message="tns:welcomeMessage"/> |
| 42 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/welcomeMessageResponse" message="tns:welcomeMessageResponse"/> |
47 | 43 | </operation> |
48 | 44 | <operation name="findEBooks"> |
49 | | - <input message="tns:findEBooks"/> |
50 | | - <output message="tns:findEBooksResponse"/> |
| 45 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/findEBooksRequest" message="tns:findEBooks"/> |
| 46 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/findEBooksResponse" message="tns:findEBooksResponse"/> |
| 47 | + </operation> |
| 48 | + <operation name="takeBook"> |
| 49 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/takeBookRequest" message="tns:takeBook"/> |
| 50 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/takeBookResponse" message="tns:takeBookResponse"/> |
51 | 51 | </operation> |
52 | 52 | <operation name="saveBook"> |
53 | | - <input message="tns:saveBook"/> |
54 | | - <output message="tns:saveBookResponse"/> |
| 53 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/saveBookRequest" message="tns:saveBook"/> |
| 54 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/saveBookResponse" message="tns:saveBookResponse"/> |
55 | 55 | </operation> |
56 | 56 | <operation name="addAppendix"> |
57 | | - <input message="tns:addAppendix"/> |
58 | | - <output message="tns:addAppendixResponse"/> |
| 57 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/addAppendixRequest" message="tns:addAppendix"/> |
| 58 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/addAppendixResponse" message="tns:addAppendixResponse"/> |
59 | 59 | </operation> |
60 | 60 | </portType> |
61 | 61 | <binding name="EBookStoreImplPortBinding" type="tns:EBookStore"> |
|
69 | 69 | <soap:body use="literal"/> |
70 | 70 | </output> |
71 | 71 | </operation> |
72 | | - <operation name="takeBook"> |
| 72 | + <operation name="findEBooks"> |
73 | 73 | <soap:operation soapAction=""/> |
74 | 74 | <input> |
75 | 75 | <soap:body use="literal"/> |
|
78 | 78 | <soap:body use="literal"/> |
79 | 79 | </output> |
80 | 80 | </operation> |
81 | | - <operation name="findEBooks"> |
| 81 | + <operation name="takeBook"> |
82 | 82 | <soap:operation soapAction=""/> |
83 | 83 | <input> |
84 | 84 | <soap:body use="literal"/> |
|
0 commit comments