java.lang.RuntimeException: JBWS024072: @WebService cannot have attribute 'portName', 'serviceName', 'endpointInterface'
Issue
- Getting
java.lang.RuntimeException: JBWS024072: @WebService cannot have attribute 'portName', 'serviceName', 'endpointInterface'
error if using below webservices code
@WebService(name = "TestService", serviceName = "TestService", portName = "TestServicePort",
endpointInterface = "com.test.TestService", targetNamespace = "http://test.com/TestService")
@SOAPBinding(style = Style.DOCUMENT)
public class TestService
{
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 6.4.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.