JWSDP를 이용하여 웹서비스를 만들때 필요한 설정 파일 : 작성된 웹서비스에 서블릿부분을 추가해줄때 필요한 설정파일

사용 예)
$JWSDP_HOME/jaxrpc/bin/wsdeploy.sh -o testws.war test-portable.war
==> 이때 test-portable.war에 jaxrpc-ri.xml이 포함되어 있음

여러개의 웹서비스를 설정가능

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

<webServices
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/dd"
    version="1.0"
    targetNamespaceBase="http://localhost:8080/mytestws/webservice/wsdl"
    typeNamespaceBase="http://localhost:8080/mytestws/webservice/type">

    <endpoint
        name="webservice"
        displayName="Hello Webservice"
        description="Hello Webservice" 
        interface="hello.HelloIF"  
        implementation="hello.impl.HelloImpl" />
 
    <endpointMapping
        endpointName="webservice"
        urlPattern="/webservice"/>

</webServices>
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-08-27 17:32:32
Processing time 0.0065 sec