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