[Prévia] [Próxima] [Prévia por assunto] [Próxima por assunto]
[Índice cronológico] [Índice de assunto]

Re: [reverbel-sod] Descritores



Vou repassar tudo pra tentar achar o erro.

xml's do web service: web.xml, webservices.xm e jaxrpc-mapping.xml

web.xml

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance "
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
                             http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd "
         version="2.4">
    <servlet>
        <servlet-name>RentalServiceRPC</servlet-name>
 <servlet-class>videorentalstore.webservice.gen.RentalServiceRPC_Impl </servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>RentalServiceRPC</servlet-name>
        <url-pattern>/RPC</url-pattern>
    </servlet-mapping>
   
    <servlet>
        <servlet-name>RentalServiceDoc</servlet-name>
        <servlet-class>videorentalstore.webservice.gen.RentalServiceDoc_Impl</servlet-class>
    </servlet>

    <servlet-mapping>
        <servlet-name>RentalServiceDoc</servlet-name>
        <url-pattern>/DOC</url-pattern>
    </servlet-mapping>
   
</web-app>
no web.xml devemos