<?xml version="1.0" encoding="UTF-8"?>
<configuration
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">

  <service name="helloservice"
      typeNamespace="http://hello/types"
      targetNamespace="http://hello/wsdl"
      packageName="hello">
    <interface name="hello.Hello"
      servantName="hello.HelloImpl"/>
  </service>
</configuration>

