[ http://issues.apache.org/jira/browse/CXF-188?page=all ]
Bozhong Lin updated CXF-188:
----------------------------
Fix Version/s: 2.0-RC
(was: 2.0-M1)
Affects Version/s: 2.0-RC
(was: 2.0-M1)
> invalid wsdl generated by java2wsdl tool
> ----------------------------------------
>
> Key: CXF-188
> URL: http://issues.apache.org/jira/browse/CXF-188
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.0-RC
> Reporter: jimma
> Assigned To: jimma
> Fix For: 2.0-RC
>
>
> Th generated wsdl by java2wsdl tool with the following class is invalid.
> import javax.jws.WebService;
> import javax.jws.soap.SOAPBinding;
>
> @SOAPBinding(style=javax.jws.soap.SOAPBinding.Style.RPC,
> use=javax.jws.soap.SOAPBinding.Use.LITERAL)
> @WebService(portName="DemoPort", targetNamespace="http://demo.iona.com/",
> serviceName="DemoService", endpointInterface="com.iona.demo.Demo",
> name="Demo")
>
> public interface Demo {
> public void sayHi() ;
> }
--
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