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 of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
