java/nekurak.net-ws/web/WEB-INF/wsit-cz.frantovo.nekurak.ws.Pokus.xml
changeset 98 75dec396f0e3
child 99 fd22f66e812d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/nekurak.net-ws/web/WEB-INF/wsit-cz.frantovo.nekurak.ws.Pokus.xml	Mon Apr 12 10:50:39 2010 +0200
     1.3 @@ -0,0 +1,51 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?> 
     1.5 + <definitions 
     1.6 + xmlns="http://schemas.xmlsoap.org/wsdl/" 
     1.7 + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
     1.8 + xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
     1.9 + 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"
    1.10 + >
    1.11 +    <message name="pozdravOsobu"/>
    1.12 +    <message name="pozdravOsobuResponse"/>
    1.13 +    <portType name="Pokus">
    1.14 +        <operation name="pozdravOsobu">
    1.15 +            <input message="tns:pozdravOsobu"/>
    1.16 +            <output message="tns:pozdravOsobuResponse"/>
    1.17 +        </operation>
    1.18 +    </portType>
    1.19 +    <binding name="PokusPortBinding" type="tns:Pokus">
    1.20 +        <operation name="pozdravOsobu">
    1.21 +            <input/>
    1.22 +            <output/>
    1.23 +        </operation>
    1.24 +    </binding>
    1.25 +    <service name="PokusService">
    1.26 +        <port name="PokusPort" binding="tns:PokusPortBinding"/>
    1.27 +    </service>
    1.28 +    <wsp:Policy wsu:Id="PokusPortBinding_pozdrav_Input_Policy">
    1.29 +        <wsp:ExactlyOne>
    1.30 +            <wsp:All>
    1.31 +                <sp:EncryptedParts>
    1.32 +                    <sp:Body/>
    1.33 +                </sp:EncryptedParts>
    1.34 +                <sp:SignedParts>
    1.35 +                    <sp:Body/>
    1.36 +                </sp:SignedParts>
    1.37 +            </wsp:All>
    1.38 +        </wsp:ExactlyOne>
    1.39 +    </wsp:Policy>
    1.40 +    <wsp:Policy wsu:Id="PokusPortBinding_pozdrav_Output_Policy">
    1.41 +        <wsp:ExactlyOne>
    1.42 +            <wsp:All>
    1.43 +                <sp:EncryptedParts>
    1.44 +                    <sp:Body/>
    1.45 +                </sp:EncryptedParts>
    1.46 +                <sp:SignedParts>
    1.47 +                    <sp:Body/>
    1.48 +                </sp:SignedParts>
    1.49 +            </wsp:All>
    1.50 +        </wsp:ExactlyOne>
    1.51 +    </wsp:Policy>
    1.52 +</definitions>
    1.53 +
    1.54 +