<?xml version="1.0" encoding="UTF-8"?>

<configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">

    <service name="date"

        targetNamespace="http://localhost:8080/test/wsdl"

        typeNamespace="http://localhost:8080/test/types"

        packageName="test">

        <interface name="test.DateServiceIF"

            servantName="test.DateServiceImpl"/>

     </service>

</configuration>