verify how camel is used as core of jax-ws process
--------------------------------------------------

                 Key: SM-1133
                 URL: https://issues.apache.org/activemq/browse/SM-1133
             Project: ServiceMix
          Issue Type: Sub-task
            Reporter: Freeman Fang
            Assignee: Freeman Fang
             Fix For: 4.0


As Guillaume point out
we should split the soap processing with the pojo invocation, as in jbi with 
the bc/se, to reuse most of the existing code, we could easily reusecode from 
either the cxf se/bc, or the camel cxf support
for the end user, if you deploy a pojo with a soap annotation, it would be 
exposed both internally and externally (using some kind of BC)
if we reuse the camel -> servicemix bridge, it should be easy to do both part
from("soap:http:xxx).to("smx:the-endpoint") for the BC part
from("smx:the-endpoint").to("cxf:the-bean") for the SE part
This task need verify how camel play as the core of this process, maybe an 
integration test is needed here


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to