Wrong path with Stateless WebService and serviceName
----------------------------------------------------
Key: WFLY-4332
URL:
https://issues.jboss.org/browse/WFLY-4332
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 8.2.0.Final
Reporter: Janario Oliveira
Assignee: Alessio Soldano
When I have a WebService with serviceName and it is a Stateless It adds a different url.
e.g.
@WebService(serviceName = "StatelessWeb") @Stateless
public class StatelessWebService {
public boolean executeTest() {return true;}
}
It will be available in /StatelessWeb/StatelessWebService. Once if it isn't a
stateless it will be in /StatelessWeb