Hi,
I am using smx 3.2.1
I have tried many examples where I am using serviceMix-http as consumer. 
Here is my Xbean.xml file
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:http="http://servicemix.apache.org/http/1.0";
       xmlns:test="http://test";>
        <http:endpoint service="test:MyHttpTest"
                 endpoint="http-binding"
                 targetService="test:MyStaticRoutingSlipServiceforhttp"
                 targetEndpoint="myStaticRoutingSlipSuforhttp"
                 role="consumer" 
                                 defaultOperation="test:processThis"
                 locationURI="http://localhost:8192/mylistenHttp/";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out"; 
                 soap="true"/>
</beans>
When I hit URL http://localhost:8192
It gives me following response

Error 404 - Not Found.
No service matched or handled this request.
Known services are:
http://localhost:8192/mylistenHttp/

When I hit URL http://localhost:8192/mylistenHttp/  from this page, it gives
me following response:

HTTP ERROR: 404
Unable to find requested resource
RequestURI=/mylistenHttp/main.wsdl
Powered by Jetty://

can anybody tell me why so?

Thanks,
Pratibha
-- 
View this message in context: 
http://www.nabble.com/Why-every-http--request-goes-to-main.wsdl--tp16891783p16891783.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to