Hi, I'm trying to get started with a simple xml/http proxy
<beans xmlns:poc="urn:poc:emh" xmlns:http="http://servicemix.apache.org/http/1.0"> <http:endpoint service="poc:inboundService" endpoint="InboundServiceEndpoint" role="consumer" locationURI="http://localhost:8192/Inbound/" defaultMep="http://www.w3.org/2004/08/wsdl/in-out" targetService="poc:backendService" targetEndpoint="BackendServiceEndpoint" /> <http:endpoint service="poc:backendService" endpoint="BackendServiceEndpoint" role="provider" locationURI="http://localhost:8081/poc-backend/back1" /> </beans> I can see the request going into ServiceMix using the TCP monitor and getting a 302 Found response I can see JettyContextManager dispatching the job in the console The request is not being forwarded to the backend. Can anyone help me to get this working? Thanks, R -- View this message in context: http://www.nabble.com/Help-Getting-Started-tp20618581p20618581.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
