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ů.
franta-hg@98
     1
<?xml version="1.0" encoding="UTF-8"?> 
franta-hg@99
     2
<definitions 
franta-hg@99
     3
    xmlns="http://schemas.xmlsoap.org/wsdl/"
franta-hg@99
     4
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
franta-hg@99
     5
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
franta-hg@99
     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"
franta-hg@99
     7
    >
franta-hg@100
     8
 <message name="pozdravOsobu"/>
franta-hg@100
     9
 <message name="pozdravOsobuResponse"/>
franta-hg@100
    10
 <portType name="Pokus">
franta-hg@100
    11
  <operation name="pozdravOsobu">
franta-hg@100
    12
   <input message="tns:pozdravOsobu"/>
franta-hg@100
    13
   <output message="tns:pozdravOsobuResponse"/>
franta-hg@100
    14
  </operation>
franta-hg@100
    15
 </portType>
franta-hg@98
    16
    <binding name="PokusPortBinding" type="tns:Pokus">
franta-hg@100
    17
     <operation name="pozdravOsobu">
franta-hg@100
    18
      <input/>
franta-hg@100
    19
      <output/>
franta-hg@100
    20
     </operation>
franta-hg@98
    21
    </binding>
franta-hg@98
    22
    <service name="PokusService">
franta-hg@99
    23
	<port name="PokusPort" binding="tns:PokusPortBinding"/>
franta-hg@98
    24
    </service>
franta-hg@98
    25
    <wsp:Policy wsu:Id="PokusPortBinding_pozdrav_Input_Policy">
franta-hg@99
    26
	<wsp:ExactlyOne>
franta-hg@99
    27
	    <wsp:All>
franta-hg@99
    28
		<sp:EncryptedParts>
franta-hg@99
    29
		    <sp:Body/>
franta-hg@100
    30
		 <sp:Body/>
franta-hg@99
    31
		</sp:EncryptedParts>
franta-hg@99
    32
		<sp:SignedParts>
franta-hg@99
    33
		    <sp:Body/>
franta-hg@100
    34
		 <sp:Body/>
franta-hg@99
    35
		</sp:SignedParts>
franta-hg@99
    36
	    </wsp:All>
franta-hg@99
    37
	</wsp:ExactlyOne>
franta-hg@98
    38
    </wsp:Policy>
franta-hg@98
    39
    <wsp:Policy wsu:Id="PokusPortBinding_pozdrav_Output_Policy">
franta-hg@99
    40
	<wsp:ExactlyOne>
franta-hg@99
    41
	    <wsp:All>
franta-hg@99
    42
		<sp:EncryptedParts>
franta-hg@99
    43
		    <sp:Body/>
franta-hg@100
    44
		 <sp:Body/>
franta-hg@99
    45
		</sp:EncryptedParts>
franta-hg@99
    46
		<sp:SignedParts>
franta-hg@99
    47
		    <sp:Body/>
franta-hg@100
    48
		 <sp:Body/>
franta-hg@99
    49
		</sp:SignedParts>
franta-hg@99
    50
	    </wsp:All>
franta-hg@99
    51
	</wsp:ExactlyOne>
franta-hg@98
    52
    </wsp:Policy>
franta-hg@100
    53
 <wsp:Policy wsu:Id="PokusPortBinding_pozdravOsobu_Input_Policy">
franta-hg@100
    54
  <wsp:ExactlyOne>
franta-hg@100
    55
   <wsp:All>
franta-hg@100
    56
    <sp:EncryptedParts>
franta-hg@100
    57
     <sp:Body/>
franta-hg@100
    58
    </sp:EncryptedParts>
franta-hg@100
    59
    <sp:SignedParts>
franta-hg@100
    60
     <sp:Body/>
franta-hg@100
    61
    </sp:SignedParts>
franta-hg@100
    62
   </wsp:All>
franta-hg@100
    63
  </wsp:ExactlyOne>
franta-hg@100
    64
 </wsp:Policy>
franta-hg@100
    65
 <wsp:Policy wsu:Id="PokusPortBinding_pozdravOsobu_Output_Policy">
franta-hg@100
    66
  <wsp:ExactlyOne>
franta-hg@100
    67
   <wsp:All>
franta-hg@100
    68
    <sp:EncryptedParts>
franta-hg@100
    69
     <sp:Body/>
franta-hg@100
    70
    </sp:EncryptedParts>
franta-hg@100
    71
    <sp:SignedParts>
franta-hg@100
    72
     <sp:Body/>
franta-hg@100
    73
    </sp:SignedParts>
franta-hg@100
    74
   </wsp:All>
franta-hg@100
    75
  </wsp:ExactlyOne>
franta-hg@100
    76
 </wsp:Policy>
franta-hg@98
    77
</definitions>
franta-hg@98
    78
franta-hg@98
    79
franta-hg@100
    80
franta-hg@100
    81