Hi Ryan,
Yes, there should be a way to do it,
If you want to use cxf proxy without referencing cxfse, just refer to how we create cxf proxy in CxfSeProxyFactoryBean.java[1], especially the createProxy method. If you want to send xml content directly, maybe you need use jaxws dispatch client, [2] for more details

[1]http://svn.apache.org/repos/asf/servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/src/main/java/org/apache/servicemix/cxfse/CxfSeProxyFactoryBean.java
[2]http://cwiki.apache.org/CXF20DOC/dispatch-clients.html

Best Regards

Freeman
Ryan Moquin wrote:
Basically I created a servicemix-bean SU to create some services that will
be invoked using a quartz timer and send messages to a service with a cxf
front end.  I know you can create a proxy to a cxf service from another
service using the cxfse:proxy tag, but this won't work unless the service
using the proxy is also a cxf service. Is I want to communication from a
servicemix-bean component to a cxf service, can I just use the servicemix
client and send xml content that represents one of my cxf request objects?
I guess I'm not sure what the cxf proxy does that would be different than
what using a servicemixclient would do?  Is it just that the proxy
automatically knows how to serialize the requests to send?

Reply via email to