0 Replies Latest reply on Jul 6, 2006 5:47 PM by sbalmos

    Changing endpoint location of EJB JSR-181 service?

    sbalmos

      Hi all,

      I have an EJB-based web service class, written in JSR-181 annotated fashion, named SOAPBackend. This is located inside an EJB-JAR named Backend-Core.jar, which itself is located inside an EAR named Backend.ear (context root /).

      When the service deploys, it ends up getting deployed to http://localhost:8080/Backend-Core/SOAPBackend . I have tried setting the name and serviceName parameters of the @WebService annotation. But it always ends up getting deployed to the http://host/EJB-JAR/class-name address.

      Any comments or options? Ideally, I would like it to deploy simply to http://host/soapService . Thanks!

      --Scott