If you check the link, it goes straight to the wsdl. Just remove the ?wsdl from the url if you want to hit the service instead.
On Fri, Apr 25, 2008 at 9:04 AM, pratibhaG <[EMAIL PROTECTED]> wrote: > > > 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:// > > Please help me to understand 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. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
