Sorry, I haven't understood your needs.
When you said Bean-SU, it's a servicemix-bean based SU, isn't it ?
Correct me if I'm wrong :
1/ you want to make some kind of content routing: depending of a
condition in your bean, you need to call different methods. These
methods are in the same CXF-SU or in several CXF-SU ?
2/ I guess that in the generated WSDL in the CXF-SU, you have one
operation/port per method. Have you tried to define the message
operation property in your bean ?
Regards
JB
jcamus wrote:
No sorry, maybe I was not clear enough.
In fact I want in my java pojo class (defined into the Bean-SU) to call
different methods
exposed by the CXF-SE proxy. I already tried the interface call from a given
cxf-se pojo to another cxf-se it works fine via the cxfse:proxy . But
infortunately it seems not possible from a Bean-SU.
So again my question Is SMX-4 solving this problem?
Regards.