WSDL2Java fails to include endpointInterface WebService attribute for server
Impl
---------------------------------------------------------------------------------
Key: CXF-163
URL: http://issues.apache.org/jira/browse/CXF-163
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.0-M1
Reporter: Seumas Soltysik
In the demos and test code, the server Impl classes have a WebService
annotation that looks like this:
@javax.jws.WebService(portName = "SoapPort", serviceName = "SOAPService",
targetNamespace =
"http://apache.org/hello_world_soap_http",
endpointInterface =
"org.apache.hello_world_soap_http.Greeter")
However, if I code generate a server Impl using the WSDL2Java tool, the
"endpointInterface" attribute is missing which causes a runtime failure.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira