<?xml version="1.0" encoding="UTF-8"?>
<webServices
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/dd"
    version="1.0"
    targetNamespaceBase="http://hello/wsdl"
    typeNamespaceBase="http://hello/types"
    urlPatternBase="/ws">

    <endpoint
        name="helloservice"
        displayName="Roaming Insurer Hello Service"
        description="Get insurance hello by mobile device" 
	wsdl="/WEB-INF/classes/helloservice.wsdl"
	model="/WEB-INF/model.gz"
        interface="hello.Hello"  
        implementation="hello.HelloImpl"/> 
 
    <endpointMapping
        endpointName="helloservice"
        urlPattern="/helloservice"/>

</webServices>
