<?xml version="1.0" encoding="UTF-8"?>

<!--
 Copyright 2003 Sun Microsystems, Inc. All rights reserved.
 SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
-->

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

    <endpoint
        name="Account"
        displayName="Account Service"
        description="A simple web service" 
        wsdl="/WEB-INF/account.wsdl"
        interface="simple_hello_tests.rpc_enc_wsdl.server.AccountEndpointMapping"  
        implementation="simple_hello_tests.rpc_enc_wsdl.server.HelloImpl" 
	     model="/WEB-INF/model-simple_hello_rpc_enc_wsdl.xml.gz"/>
 
    <endpointMapping
        endpointName="Account"
        urlPattern="/account"/>

</webServices>


