Hi,
I deployed a servicemix-http component that suppose to consume SOAP request
from outside clients and provide a message to other component in the ESB
(RouterBuilder in Camel - not written yet).
For that i defined a consumer & a provider endpoints. My question regards
the consumer part:
I want the consumer connetctor to act as a 'servlet filter', meaning that it
will proxy all sort of services & requests which match a certain pattern
will be accepted while other will be rejected.
This is my xbean definitions - in bold is what i tried doing with no
success.
<!-- Receiver: Accept clients requests -->
<http:endpoint service="*"
endpoint="*"
targetService="*"
role="consumer"
locationURI="http://localhost:8192/services/httpreceiver/*"
wsdlResource="C:/HTTPReceiverServices/*.wsdl"
soap="true" />
Is it possible? Is it supported in such a component? Do i need to use other
approach to attake this problem?
Thanks.
--
View this message in context:
http://www.nabble.com/How-to-make-servicemix-http-consumer-to-receive-requests-for-a-variaty-of-services-%28not-just-one%29--tp21204043p21204043.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.