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.
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@98
     8
    <message name="pozdravOsobu"/>
franta-hg@98
     9
    <message name="pozdravOsobuResponse"/>
franta-hg@98
    10
    <portType name="Pokus">
franta-hg@99
    11
	<operation name="pozdravOsobu">
franta-hg@99
    12
	    <input message="tns:pozdravOsobu"/>
franta-hg@99
    13
	    <output message="tns:pozdravOsobuResponse"/>
franta-hg@99
    14
	</operation>
franta-hg@98
    15
    </portType>
franta-hg@98
    16
    <binding name="PokusPortBinding" type="tns:Pokus">
franta-hg@99
    17
	<operation name="pozdravOsobu">
franta-hg@99
    18
	    <input/>
franta-hg@99
    19
	    <output/>
franta-hg@99
    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@99
    30
		</sp:EncryptedParts>
franta-hg@99
    31
		<sp:SignedParts>
franta-hg@99
    32
		    <sp:Body/>
franta-hg@99
    33
		</sp:SignedParts>
franta-hg@99
    34
	    </wsp:All>
franta-hg@99
    35
	</wsp:ExactlyOne>
franta-hg@98
    36
    </wsp:Policy>
franta-hg@98
    37
    <wsp:Policy wsu:Id="PokusPortBinding_pozdrav_Output_Policy">
franta-hg@99
    38
	<wsp:ExactlyOne>
franta-hg@99
    39
	    <wsp:All>
franta-hg@99
    40
		<sp:EncryptedParts>
franta-hg@99
    41
		    <sp:Body/>
franta-hg@99
    42
		</sp:EncryptedParts>
franta-hg@99
    43
		<sp:SignedParts>
franta-hg@99
    44
		    <sp:Body/>
franta-hg@99
    45
		</sp:SignedParts>
franta-hg@99
    46
	    </wsp:All>
franta-hg@99
    47
	</wsp:ExactlyOne>
franta-hg@98
    48
    </wsp:Policy>
franta-hg@98
    49
</definitions>
franta-hg@98
    50
franta-hg@98
    51