RE: Problems generating correct structure of SOAP message on WAS using CXF generated client code

2014-01-13 Thread Euan Milton
message on WAS using CXF generated client code From: dk...@apache.org Date: Tue, 3 Dec 2013 14:33:34 -0500 To: users@cxf.apache.org; euanmil...@hotmail.co.uk On Nov 18, 2013, at 4:29 AM, Euan Milton euanmil...@hotmail.co.uk wrote: Hi, Does anyone have idea on this? I've explored all

Re: JAX-RS 2.0 compliance

2013-11-30 Thread Euan Milton
Has the big man stepped up? Sent from my iPhone On 30 Nov 2013, at 17:34, KARR, DAVID dk0...@att.com wrote: -Original Message- From: Sergey Beryozkin [mailto:sberyoz...@gmail.com] Sent: Friday, November 29, 2013 8:42 AM To: users@cxf.apache.org Subject: Re: JAX-RS 2.0 compliance

RE: Problems generating correct structure of SOAP message on WAS using CXF generated client code

2013-11-18 Thread Euan Milton
CXF generated client code From: elak...@gmail.com To: users@cxf.apache.org are you sure that cxf is used in both environments? i suspect something else is doing the work in WAS. 2013/11/14 Euan Milton euanmil...@hotmail.co.uk: Hi all, We have a web application which needs

Problems generating correct structure of SOAP message on WAS using CXF generated client code

2013-11-14 Thread Euan Milton
Hi all, We have a web application which needs to consume an external web service. To do this we have generated the set of Java artifacts from the WSDL via Maven using the wsdl2java goal provided by the cxf-codegen-plugin Maven plugin. The SEI generated by CXF is then used to invoke the web

RE: Problems generating correct structure of SOAP message on WAS using CXF generated client code

2013-11-14 Thread Euan Milton
From: elak...@gmail.com To: users@cxf.apache.org are you sure that cxf is used in both environments? i suspect something else is doing the work in WAS. 2013/11/14 Euan Milton euanmil...@hotmail.co.uk: Hi all, We have a web application which needs to consume an external web service

RE: wsdl2java - @WebResult targetNamespace being generated as blank

2013-10-01 Thread Euan Milton
using the JDK internal JAX-WS implementation. I saw a similar bug just yesterday in the internal jaxws impl that worked fine with CXF. Dan On Sep 26, 2013, at 12:18 PM, Euan Milton euanmil...@hotmail.co.uk wrote: Hi, We have an application which needs to consume an external web

wsdl2java - @WebResult targetNamespace being generated as blank

2013-09-26 Thread Euan Milton
Hi, We have an application which needs to consume an external web service. To do this we have generated the set of Java artifacts from the WSDL via Maven using the wsdl2java goal provided by the cxf-codegen-plugin plugin. In the application we want to set the endpoint to use for the web service