java/nekurak.net-ws/web/WEB-INF/wsit-cz.frantovo.nekurak.ws.Pokus.xml
author František Kučera <franta-hg@frantovo.cz>
Wed Apr 14 00:12:32 2010 +0200 (2010-04-14)
changeset 100 01be78803f73
parent 99 fd22f66e812d
permissions -rw-r--r--
Webové služby, zjišťování souřadnic podniků.
     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:Body/>
    31 		</sp:EncryptedParts>
    32 		<sp:SignedParts>
    33 		    <sp:Body/>
    34 		 <sp:Body/>
    35 		</sp:SignedParts>
    36 	    </wsp:All>
    37 	</wsp:ExactlyOne>
    38     </wsp:Policy>
    39     <wsp:Policy wsu:Id="PokusPortBinding_pozdrav_Output_Policy">
    40 	<wsp:ExactlyOne>
    41 	    <wsp:All>
    42 		<sp:EncryptedParts>
    43 		    <sp:Body/>
    44 		 <sp:Body/>
    45 		</sp:EncryptedParts>
    46 		<sp:SignedParts>
    47 		    <sp:Body/>
    48 		 <sp:Body/>
    49 		</sp:SignedParts>
    50 	    </wsp:All>
    51 	</wsp:ExactlyOne>
    52     </wsp:Policy>
    53  <wsp:Policy wsu:Id="PokusPortBinding_pozdravOsobu_Input_Policy">
    54   <wsp:ExactlyOne>
    55    <wsp:All>
    56     <sp:EncryptedParts>
    57      <sp:Body/>
    58     </sp:EncryptedParts>
    59     <sp:SignedParts>
    60      <sp:Body/>
    61     </sp:SignedParts>
    62    </wsp:All>
    63   </wsp:ExactlyOne>
    64  </wsp:Policy>
    65  <wsp:Policy wsu:Id="PokusPortBinding_pozdravOsobu_Output_Policy">
    66   <wsp:ExactlyOne>
    67    <wsp:All>
    68     <sp:EncryptedParts>
    69      <sp:Body/>
    70     </sp:EncryptedParts>
    71     <sp:SignedParts>
    72      <sp:Body/>
    73     </sp:SignedParts>
    74    </wsp:All>
    75   </wsp:ExactlyOne>
    76  </wsp:Policy>
    77 </definitions>
    78 
    79 
    80 
    81