Hi,

I believe you can do it with servicemix-cxf-bc, [1] is a test what is very similiar as your scenario.
[1]http://svn.apache.org/repos/asf/servicemix/smx3/trunk/deployables/bindingcomponents/servicemix-cxf-bc/src/test/java/org/apache/servicemix/cxfbc/CxfBcProviderConsumerTest.java

Best Regards

Freeman

new2servicemix wrote:
Hello,

I am new to ServiceMix and have read most of the documentation available on
the website. This is what I want to achieve.

1) I have a WebService on a Jboss container.
2) I want to configure a consumer and provider endpoints on ESB. 3) Application will send request to consumer endpoint which should be
forwarded to provider endpoint.
4) Provider endpoint will call the webservice described in point 1 and
return it to the client.

Please let me know which JBI component to use, and how to configure it. Any
example configuration to achieve this will help a lot.

Reply via email to