[
https://issues.apache.org/jira/browse/CXF-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-2232.
------------------------------
Resolution: Incomplete
Fix Version/s: Invalid
Description is rather incomplete mentioning wsdl2java issues, but not providing
a requested wsdl or similar. Thus, cannot really reproduce. Request for
info unanswered after 2 weeks.
> CXF wsdltojava client generation fails to generated the service with
> targetnamespace
> ------------------------------------------------------------------------------------
>
> Key: CXF-2232
> URL: https://issues.apache.org/jira/browse/CXF-2232
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Environment: Java based webservice application with CXF 2.2.1
> Reporter: CXFUser
> Fix For: Invalid
>
>
> Sample Java Code
> package com.test
> public enum Status {
> OPEN,
> CLOSED,
> }
> package com.test
> public class ServiceRequest{
> public Collection<Status > getStatus();
> }
> package com.service
> @WebService(name="TestService ",
> serviceName="TestService ",
> portName="TestServicePort")
> public interface TestService {
> public void getAllServiceRequest();
> }
> When i run the wsdl to java for CXF . The generated stub for TestService has
> the targetnamespace to be empty string. This happens with CXF 2.2.1 and
> CXF 2.1.4 . Also when i change getStatus() on ServiceRequest to have
> Collection<String> then client generated code looks fine.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.