[
https://issues.apache.org/jira/browse/CXF-358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jimma reassigned CXF-358:
-------------------------
Assignee: jimma
> Generated wsdl contains unused namespace declaration
> -----------------------------------------------------
>
> Key: CXF-358
> URL: https://issues.apache.org/jira/browse/CXF-358
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Reporter: jimma
> Assigned To: jimma
>
> lass SayHello { public String incoming; }
> class SayHelloResponse { public String response; }
> @javax.jws.WebService
> public class Howdy
> {
> @javax.jws.WebMethod
> @java.xml.ws.RequestWrapper(className="com.tedneward.celtixdemos.SayHello")
> @java.xml.ws.ResponseWrapper(className="com.tedneward.celtixdemos.SayHelloRe
> sponse")
> public SayHelloResponse sayHello(SayHello in)
> {
> SayHelloResponse shr = new SayHelloResponse();
> shr.response = "We got your message";
> return shr;
> }
> }
> ... and when I run java2wsdl, I get a valid WSDL file *except* for a strange
> namespace declaration ( xmlns:ns1="" ), which causes wsdl2java to blow up.
> Bug?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira