I created a SU using the command (it misses in the maven archetypes
confluence page)
mvn archetype:create -DarchetypeArtifactId=servicemix-cxf-se-service-unit
-DarchetypeGroupId=org.apa
che.servicemix.tooling -DartifactId=cxf-su
now I would like to expose the WSDL on HTTP. How can I do it? Do I have to
use a http consumer service unit and package the 2 SU in a SA?
what is the right configuration of the two xbean.xml file?
the first can be left as this?
<cxfse:endpoint>
<cxfse:pojo>
<bean class="org.apache.servicemix.tutorial.ExampleService" />
</cxfse:pojo>
</cxfse:endpoint>
thank you
--
View this message in context:
http://www.nabble.com/expose-WSDL-of-a-CXF-service-engine-tp21438647p21438647.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.