Hi,
You can use servicemix-http component as well, something like
App1 on Jboss ---> servicemix-http cosumner --> servicemix-http provider
--> Axis Web Services on Jboss
Best Regards
Freeman
new2servicemix wrote:
Thanks for the reply,
I would like to understand why servicemix-http component cannot be used. My
exact scenario is
App1 on Jboss---> ESB-->Axis Web Services on Jboss
How to achieve this scenario ?
Thanks.
Freeman Fang wrote:
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.