[ 
https://issues.apache.org/jira/browse/CXF-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jara Cesnek resolved CXF-3382.
------------------------------

    Resolution: Not A Problem

I understand this behaviour is consequence of bug fix.
We successfully adjust our existing web services to be back compatible.

We must add @XmlReturnType with namespace correspond to service implementation.

{code}
@XmlReturnType(namespace = 
"http://impl.v2_0_0.ws.chovpes.modules.aa.modules.daisy.marbes.cz/";)
    public List<String> getChovPesPlemenoNazevPlemenoList();

{code}

> Mess in WSDL (targetNamespace="http://util.java";)
> -------------------------------------------------
>
>                 Key: CXF-3382
>                 URL: https://issues.apache.org/jira/browse/CXF-3382
>             Project: CXF
>          Issue Type: Bug
>          Components: Aegis Databinding
>    Affects Versions: 2.3.2
>            Reporter: Jara Cesnek
>            Priority: Blocker
>             Fix For: NeedMoreInfo
>
>         Attachments: IStringSl-2.2.12.wsdl, IStringSl-2.2.12.xsd, 
> IStringSl-2.2.5.wsdl, IStringSl-2.2.5.xsd, IStringSl-2.2.6.wsdl, 
> IStringSl-2.2.6.xsd, IStringSl-2.2.7.wsdl, IStringSl-2.2.7.xsd, 
> IStringSl-2.3.2.wsdl, IStringSl-2.3.2.xsd
>
>
> I realy dont expect "http://util.java"; in wsdl :
> {code}
> - <xsd:schema attributeFormDefault="qualified" elementFormDefault="qualified" 
> targetNamespace="http://util.java"; 
> xmlns:ns0="http://dto.tra.modules.daisy.marbes.cz"; 
> xmlns:tns="http://util.java"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>   <xsd:import namespace="http://dto.tra.modules.daisy.marbes.cz"; /> 
> - <xsd:complexType name="stringsToStore">
> - <xsd:sequence>
>   <xsd:element maxOccurs="unbounded" minOccurs="0" name="DtoString" 
> nillable="true" type="ns0:DtoString" /> 
>   </xsd:sequence>
>   </xsd:complexType>
>   </xsd:schema>
> {code}
> Used collection type in interface is "java.util.List<>".
> Quick fix is use array instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to