Hi Ron,

If I understand correctly, the cxf client-side feature you mentioned is get client proxy of antoher service and invoke it from cxf-se, right? If in this case, yes, we support it now, we have proxy support inside cxfse, and this client proxy is same as we use in standalone cxf for end user.
You can find how to configure it from [1], a document preview.
And we have a test [2]

[1]http://servicemix.apache.org/servicemix-cxf-se.html
[2]http://svn.apache.org/repos/asf/servicemix/smx3/trunk/deployables/serviceengines/servicemix-cxf-se/src/test/java/org/apache/servicemix/cxfse/CxfSeClientProxyTest.java

Best Regards

Freeman
rgavlin wrote:
I have a CXF service that needs to invoke another WSDL-based service.
1. I would like to write the CXF service implementation so that it could be
deployed in either the CXF standalone container or the ServiceMix CXF-SE
with no code changes.
2. I would like to use the standard CXF Client APIs to invoke methods on the
referenced service.
3. I would like the option to deploy the add'l WSDL-based service either
inside or outside the JBI container with no code changes to my CXF service
implementation.

Is this doable today? If not, what would be required to support such a
capability? Should I open a JIRA for this CXF client-side feature?

Thanks,

- Ron


Reply via email to