This only shows the most basic setup though, right:
<beans>
<cxfse:endpoint>
<cxfse:pojo>
<bean class="org.apache.servicemix.samples.wsdl_first.PersonImpl"/>
</cxfse:pojo>
</cxfse:endpoint>
</beans>
and
<beans>
<cxfbc:consumer wsdl="classpath:person.wsdl"
targetService="person:PersonService" targetInterface="person:Person"/>
</beans>
How can I find what other options are available for cxfse?
On 9/19/07, Freeman Fang <[EMAIL PROTECTED]> wrote:
>
> You can see cxf-wsdl-first example in the trunk to get more detail how
> cxf se and cxf bc is configured in servicemix
>
> https://svn.apache.org/repos/asf/incubator/servicemix/trunk/samples/cxf-wsdl-first/
>
> Best Regards
>
> Freeman
>
> Ryan Moquin wrote:
> > I'm converting over an XFire service still, is there an equivalent of a
> > JSR181 proxy that I can use so that one CXF service in servicemix can
> > communicate with another through the bus?
> >
> >
>