We’d need to see the WSDL.

Dan


On Jul 15, 2014, at 9:06 AM, Thomas Manson <[email protected]> wrote:

> Thanks Daniel,
> 
> Removing this dependencies did solve the problem.
> 
> However, going for CXF 2.7.11 didn't solve my original problem described
> in this post:
> 
> CXF do not generate operation parameters
> 
> where the arguments of a method is not generated with CXF while it's usable
> in SAOPUI and one other propriatary tool.
> 
> Can you have a look ?
> 
> Thanks,
> Thomas.
> 
> 
> 
> 
> On Fri, Jul 11, 2014 at 9:21 PM, Daniel Kulp <[email protected]> wrote:
> 
>> 
>> Remove the cxf-common-utilities dependency entirely. That hasn’t existed
>> for a long time.
>> 
>> Dan
>> 
>> 
>> On Jul 11, 2014, at 11:03 AM, Thomas Manson <[email protected]>
>> wrote:
>> 
>>> Hi,
>>> 
>>> I'm trying to use a newer version of CXF to generate a client to see if
>> it solves an issue that I have with 2.7.0.
>>> 
>>> 
>>> I don't know where to find the equivalent of the following library used
>> in my pom.xml :
>>> 
>>> <groupId>org.apache.cxf</groupId>
>>> <artifactId>cxf-codegen-plugin</artifactId>
>>> 
>>> <dependencies>
>>> 
>>>  <dependency>
>>>    <groupId>org.apache.cxf.xjcplugins</groupId>
>>>    <artifactId>cxf-xjc-ts</artifactId>
>>>    <version>2.6.1</version>
>>>  </dependency>
>>>  <dependency>
>>>    <groupId>org.apache.cxf</groupId>
>>>    <artifactId>cxf-common-utilities</artifactId>
>>>    <version>2.5.10</version>
>>>  </dependency>
>>>  <dependency>
>>>    <groupId>org.apache.cxf</groupId>
>>>    <artifactId>cxf-rt-databinding-jaxb</artifactId>
>>>    <version>2.7.5</version>
>>>  </dependency>
>>> </dependencies>
>>> 
>>> I've checked cxf-common-utilities on maven repo, it's one year old in
>> its last version 2.5.11, while CXF 2.7.11 has been released in April this
>> year.
>>> 
>>> Could you help me to sort out which version/maven artifact I should use
>> to have a consistent configuration and use the very last version of the
>> 2.7.X branch ?
>>> 
>>> 
>>> 
>>> Thanks,
>>> Thomas.
>>> 
>>> <pom.xml>
>> 
>> --
>> Daniel Kulp
>> [email protected] - http://dankulp.com/blog
>> Talend Community Coder - http://coders.talend.com
>> 
>> 

-- 
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to