java/nekurak.net-ws/web/WEB-INF/wsit-cz.frantovo.nekurak.ws.Pokus.xml
author František Kučera <franta-hg@frantovo.cz>
Mon Apr 12 12:09:45 2010 +0200 (2010-04-12)
changeset 99 fd22f66e812d
parent 98 75dec396f0e3
child 100 01be78803f73
permissions -rw-r--r--
WS: skript pro vyzkoušení webových služeb.
     1 <?xml version="1.0" encoding="UTF-8"?> 
     2 <definitions 
     3     xmlns="http://schemas.xmlsoap.org/wsdl/"
     4     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     5     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     6     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="PokusService" targetNamespace="http://ws.nekurak.frantovo.cz/" xmlns:tns="http://ws.nekurak.frantovo.cz/" 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:wsoma="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsrm="http://docs.oasis-open.org/ws-rx/wsrmp/200702" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:sc="http://schemas.sun.com/2006/03/wss/server" xmlns:wspp="http://java.sun.com/xml/ns/wsit/policy"
     7     >
     8     <message name="pozdravOsobu"/>
     9     <message name="pozdravOsobuResponse"/>
    10     <portType name="Pokus">
    11 	<operation name="pozdravOsobu">
    12 	    <input message="tns:pozdravOsobu"/>
    13 	    <output message="tns:pozdravOsobuResponse"/>
    14 	</operation>
    15     </portType>
    16     <binding name="PokusPortBinding" type="tns:Pokus">
    17 	<operation name="pozdravOsobu">
    18 	    <input/>
    19 	    <output/>
    20 	</operation>
    21     </binding>
    22     <service name="PokusService">
    23 	<port name="PokusPort" binding="tns:PokusPortBinding"/>
    24     </service>
    25     <wsp:Policy wsu:Id="PokusPortBinding_pozdrav_Input_Policy">
    26 	<wsp:ExactlyOne>
    27 	    <wsp:All>
    28 		<sp:EncryptedParts>
    29 		    <sp:Body/>
    30 		</sp:EncryptedParts>
    31 		<sp:SignedParts>
    32 		    <sp:Body/>
    33 		</sp:SignedParts>
    34 	    </wsp:All>
    35 	</wsp:ExactlyOne>
    36     </wsp:Policy>
    37     <wsp:Policy wsu:Id="PokusPortBinding_pozdrav_Output_Policy">
    38 	<wsp:ExactlyOne>
    39 	    <wsp:All>
    40 		<sp:EncryptedParts>
    41 		    <sp:Body/>
    42 		</sp:EncryptedParts>
    43 		<sp:SignedParts>
    44 		    <sp:Body/>
    45 		</sp:SignedParts>
    46 	    </wsp:All>
    47 	</wsp:ExactlyOne>
    48     </wsp:Policy>
    49 </definitions>
    50 
    51