<?xml version="1.0" encoding="UTF-8"?>
<webservices xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd">
    <webservice-description>
        <webservice-description-name>MachineService</webservice-description-name>
        <wsdl-file>WEB-INF/wsdl/Machine.wsdl</wsdl-file>
        <jaxrpc-mapping-file>WEB-INF/Machine_mapping.xml</jaxrpc-mapping-file>
        <port-component>
            <port-component-name>Machine</port-component-name>
            <wsdl-port xmlns:pfx="http://service.tournamentMachine.pinscores.org">pfx:Machine</wsdl-port>
            <service-endpoint-interface>org.pinscores.tournamentMachine.service.Machine</service-endpoint-interface>
            <service-impl-bean>
                <servlet-link>org_pinscores_tournamentMachine_service_Machine</servlet-link>
            </service-impl-bean>
        </port-component>
    </webservice-description>
</webservices>
