Hi,
You need also add
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-bindings-xml</artifactId>
</dependency>
to your pom.xml
-------------
Freeman(Yue) Fang
Red Hat, Inc.
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋
On 2013-3-27, at 上午5:46, mrrothstein wrote:
> I'm trying to create a service that has soap and pure xml bindings.
>
> I tried following instructions at:
>
> http://cxf.apache.org/docs/pure-xml.html
>
>
> I have the following dependencies in my maven project:
>
>
>
> My beans file looks like this:
>
>
>
> My wsdl:
>
>
>
> I am able to generate code with the wsdl2java maven plugin. However, when I
> go to deploy the war, I get an exception:
>
> No DestinationFactory was found for the namespace
> http://cxf.apache.org/bindings/xformat
>
> Is there something I am missing?
>
> Thanks
>
>
>
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/No-DestinationFactory-was-found-for-the-namespace-http-cxf-apache-org-bindings-xformat-tp5725329.html
> Sent from the cxf-user mailing list archive at Nabble.com.