<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="WebApp_ID" version="2.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
	<display-name>tournamentClient</display-name>
	<welcome-file-list>
		<welcome-file>index.html</welcome-file>
		<welcome-file>index.htm</welcome-file>
		<welcome-file>index.jsp</welcome-file>
		<welcome-file>default.html</welcome-file>
		<welcome-file>default.htm</welcome-file>
		<welcome-file>default.jsp</welcome-file>
	</welcome-file-list>
    <service-ref>
        <description>WSDL Service TournamentService</description>
        <service-ref-name>service/TournamentService</service-ref-name>
        <service-interface>org.pinscores.tournament.service.TournamentService</service-interface>
        <wsdl-file>WEB-INF/wsdl/Tournament.wsdl</wsdl-file>
        <jaxrpc-mapping-file>WEB-INF/Tournament_mapping.xml</jaxrpc-mapping-file>
        <service-qname xmlns:pfx="http://service.tournament.pinscores.org">pfx:TournamentService</service-qname>
        <port-component-ref>
            <service-endpoint-interface>org.pinscores.tournament.service.Tournament</service-endpoint-interface>
        </port-component-ref>
    </service-ref>
    <service-ref>
        <description>WSDL Service PlayerService</description>
        <service-ref-name>service/PlayerService</service-ref-name>
        <service-interface>org.pinscores.tournament.service.PlayerService</service-interface>
        <wsdl-file>WEB-INF/wsdl/Player.wsdl</wsdl-file>
        <jaxrpc-mapping-file>WEB-INF/Player_mapping.xml</jaxrpc-mapping-file>
        <service-qname xmlns:pfx="http://service.tournament.pinscores.org">pfx:PlayerService</service-qname>
        <port-component-ref>
            <service-endpoint-interface>org.pinscores.tournament.service.Player</service-endpoint-interface>
        </port-component-ref>
    </service-ref>
    <service-ref>
        <description>WSDL Service MachineService</description>
        <service-ref-name>service/MachineService</service-ref-name>
        <service-interface>org.pinscores.tournament.service.MachineService</service-interface>
        <wsdl-file>WEB-INF/wsdl/Machine.wsdl</wsdl-file>
        <jaxrpc-mapping-file>WEB-INF/Machine_mapping.xml</jaxrpc-mapping-file>
        <service-qname xmlns:pfx="http://service.tournament.pinscores.org">pfx:MachineService</service-qname>
        <port-component-ref>
            <service-endpoint-interface>org.pinscores.tournament.service.Machine</service-endpoint-interface>
        </port-component-ref>
    </service-ref>
</web-app>
