As far as for CXF 2.0 release, there was a discussion on mailing list
[1] a couple weeks ago. According to my knowledge, most items discussed
on that mail have been completed now, and I think dev-team is preparing
for a 2.0 release now. Hopefully, we will see a 2.0 final release this
week or soon. :-)
CXF 2.0 release will support JAX-WS 2.0 spec, jsr 224. I think the
community does plan to keep up with later version of JAX-WS, and you can
also participate to make it happen!
Regards,
Bo
[1] http://www.nabble.com/2.0-final-release--tf3832567.html
Christopher Moesel wrote:
I can't speak to the specific problem you are having with wsimport and
the example service, but I can say that I have a .NET client that works
very well with my own CXF service.
In my case, it is a WSDL-first service though-- so I wrote the WSDL by
hand.
-Chris
-----Original Message-----
From: mahendran [mailto:[EMAIL PROTECTED]
Sent: Friday, June 08, 2007 10:32 AM
To: [email protected]
Subject: CXF - General questions (contd.)
Before I begin, I want to apologize to everyone for starting a new
thread for
the same subject that I posted earlier. The corporate proxy that lets me
post new messages some how won't let me reply to existing message.
Thank you Daniel Kulp and Christopher Moesel for your responses. We are
really homing on to CXF as our choice to expose Spring beans as web
services
using JAX-WS. I do have some questions on the next version of CXF.
When is the CXF2.0 release due?
What version of the JAX-WS spec is supported in the 2.0 release?
What is the commitment to keep up with later versions of JAX-WS?
Also on a technical front, I'm running into a error while trying to use
wsimport on the basic CXF Spring sample. While it works well with
JaxWsProxyFactoryBean, I get the following error using wsimport which
makes
me wonder how it will work with a non Java client (like .NET). Is there
a
working sample of the .NET client to a CXF server app?
C:\projects\MyApps>wsimport -p generated
http://localhost:8080/cxf-spring-jaxws-1.0-SNAPSHOT/example?wsdl
parsing WSDL...
[ERROR] invalid entity name: "ExampleService" (in namespace:
"http://service.example/")
line 0 of unknown location