I don't recommand  you call remote service from cxf se directly. Per JBI 
spec, all protocol communication should be handled by bc. So send 
message from cxf se to nmr then a proper bc is a correct solution.
> I am not sure I have understood completely what is a CXF-BC provider (is
> it
> a component with java code you can implement or only automatic component
> (without CXF-SE) that send SOAP request to a remote service) ?
 
I'm not sure I understand your question correctly, it's just a JBI 
provider endpoint(you may need get some concept from JBI specs) which 
can route soap request to external web services, like the way you use 
cxf bc consumer, cxf bc provider need some correct configuration
> When defining a CXF-BC provider have we got a linked CFX-SE as with CXF-BC
> consumer?
>   
No, the message can be from any JBI consumer endpoint
>
> Regards.
>   

Ok Freeman. Then my question is :
How to define a given BC provider that is not a CXF-BC? I tried to test with
a java bean but implementation is terrible as I have to define my own XML
format from the NMR and define my own response format. Sorry but I am a bit
lost... ;-)



-- 
View this message in context: 
http://www.nabble.com/Calling-a-Spring-HTTP-servlet-from-CXF-SE-%28use-a-dedicated-BC--%29-tp24181456p24181805.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to