The example could be same with java_first_spring_support.
You just need to specify the wsdlLocation if the SEI's annotation is not right.

I agree we need an example to show how to publish the wsdl first endpoints with spring.
I created a JIRA[1] ticket for it.
[1]https://issues.apache.org/jira/browse/CXF-1842

Willem

Christian Schneider wrote:
Hi Willem,

I think the case of creating a WSDL first service with JAXWS that is configured in Spring is the most common use case for CXF. There is an example of using the JAX-WS style of configuring it. But I think many people choose CXF because it integrates nicely
with spring. So we should provide an example for this.

Greetings

Christian


Willem Jiang schrieb:
Hi ,

You could walk thought the Configuration part[1] of the CXF User's Guide , specially the jaxws configuration part[2].

[1] http://cwiki.apache.org/CXF20DOC/configuration.html
[2] http://cwiki.apache.org/CXF20DOC/jax-ws-configuration.html

Willem

Joshua Partogi wrote:
Dear all,

I have generated java files from WSDL using the codegen tool and
compiled those java files. Now I want to be able to use and expose
those service with spring. What configurations must I add? Can anyone
give me hints on this?

Thanks in advance






Reply via email to