|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| 2 | +<!-- Generated by JAX-WS RI (http://jax-ws.java.net). RI's version is JAX-WS RI 2.2.10 svn-revision#919b322c92f13ad085a933e8dd6dd35d4947364b. --> |
| 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:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:tns="http://endpoint.jaxws.javaee7.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"> |
| 4 | + <types> |
| 5 | + <xsd:schema> |
| 6 | + <xsd:import namespace="http://endpoint.jaxws.javaee7.org/" schemaLocation="EBookStoreImplService_schema1.xsd"/> |
| 7 | + </xsd:schema> |
| 8 | + </types> |
| 9 | + <message name="findEBooks"> |
| 10 | + <part name="parameters" element="tns:findEBooks"/> |
| 11 | + </message> |
| 12 | + <message name="findEBooksResponse"> |
| 13 | + <part name="parameters" element="tns:findEBooksResponse"/> |
| 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 | + <message name="addAppendix"> |
| 22 | + <part name="parameters" element="tns:addAppendix"/> |
| 23 | + </message> |
| 24 | + <message name="addAppendixResponse"> |
| 25 | + <part name="parameters" element="tns:addAppendixResponse"/> |
| 26 | + </message> |
| 27 | + <message name="welcomeMessage"> |
| 28 | + <part name="parameters" element="tns:welcomeMessage"/> |
| 29 | + </message> |
| 30 | + <message name="welcomeMessageResponse"> |
| 31 | + <part name="parameters" element="tns:welcomeMessageResponse"/> |
| 32 | + </message> |
| 33 | + <message name="saveBook"> |
| 34 | + <part name="parameters" element="tns:saveBook"/> |
| 35 | + </message> |
| 36 | + <message name="saveBookResponse"> |
| 37 | + <part name="parameters" element="tns:saveBookResponse"/> |
| 38 | + </message> |
| 39 | + <portType name="EBookStore"> |
| 40 | + <operation name="findEBooks"> |
| 41 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/findEBooksRequest" message="tns:findEBooks"/> |
| 42 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/findEBooksResponse" message="tns:findEBooksResponse"/> |
| 43 | + </operation> |
| 44 | + <operation name="takeBook"> |
| 45 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/takeBookRequest" message="tns:takeBook"/> |
| 46 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/takeBookResponse" message="tns:takeBookResponse"/> |
| 47 | + </operation> |
| 48 | + <operation name="addAppendix"> |
| 49 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/addAppendixRequest" message="tns:addAppendix"/> |
| 50 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/addAppendixResponse" message="tns:addAppendixResponse"/> |
| 51 | + </operation> |
| 52 | + <operation name="welcomeMessage"> |
| 53 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/welcomeMessageRequest" message="tns:welcomeMessage"/> |
| 54 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/welcomeMessageResponse" message="tns:welcomeMessageResponse"/> |
| 55 | + </operation> |
| 56 | + <operation name="saveBook"> |
| 57 | + <input wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/saveBookRequest" message="tns:saveBook"/> |
| 58 | + <output wsam:Action="http://endpoint.jaxws.javaee7.org/EBookStore/saveBookResponse" message="tns:saveBookResponse"/> |
| 59 | + </operation> |
| 60 | + </portType> |
| 61 | + <binding name="EBookStoreImplPortBinding" type="tns:EBookStore"> |
| 62 | + <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> |
| 63 | + <operation name="findEBooks"> |
| 64 | + <soap:operation soapAction=""/> |
| 65 | + <input> |
| 66 | + <soap:body use="literal"/> |
| 67 | + </input> |
| 68 | + <output> |
| 69 | + <soap:body use="literal"/> |
| 70 | + </output> |
| 71 | + </operation> |
| 72 | + <operation name="takeBook"> |
| 73 | + <soap:operation soapAction=""/> |
| 74 | + <input> |
| 75 | + <soap:body use="literal"/> |
| 76 | + </input> |
| 77 | + <output> |
| 78 | + <soap:body use="literal"/> |
| 79 | + </output> |
| 80 | + </operation> |
| 81 | + <operation name="addAppendix"> |
| 82 | + <soap:operation soapAction=""/> |
| 83 | + <input> |
| 84 | + <soap:body use="literal"/> |
| 85 | + </input> |
| 86 | + <output> |
| 87 | + <soap:body use="literal"/> |
| 88 | + </output> |
| 89 | + </operation> |
| 90 | + <operation name="welcomeMessage"> |
| 91 | + <soap:operation soapAction=""/> |
| 92 | + <input> |
| 93 | + <soap:body use="literal"/> |
| 94 | + </input> |
| 95 | + <output> |
| 96 | + <soap:body use="literal"/> |
| 97 | + </output> |
| 98 | + </operation> |
| 99 | + <operation name="saveBook"> |
| 100 | + <soap:operation soapAction=""/> |
| 101 | + <input> |
| 102 | + <soap:body use="literal"/> |
| 103 | + </input> |
| 104 | + <output> |
| 105 | + <soap:body use="literal"/> |
| 106 | + </output> |
| 107 | + </operation> |
| 108 | + </binding> |
| 109 | + <service name="EBookStoreImplService"> |
| 110 | + <port name="EBookStoreImplPort" binding="tns:EBookStoreImplPortBinding"> |
| 111 | + <soap:address location="REPLACE_WITH_ACTUAL_URL"/> |
| 112 | + </port> |
| 113 | + </service> |
| 114 | +</definitions> |
| 115 | + |
0 commit comments