Just use the uri with the trailing '/' and without the '?wsdl'.
Something around
   http:// localhost:8192/examples/Test/

You may still receive an error, but it should not be a 404.
Probably an error saying that the 'GET' method is not supported.

If you want to use plain http, i'd recommend using the newer endpoint.
Look at this tutorial for more informations:

http://servicemix.apache.org/704-intermediate-configuring-the-http-consumer-su.html

On Jan 17, 2008 11:10 AM, intalio314 <[EMAIL PROTECTED]> wrote:

>
>
> gnodet wrote:
> >
> > I thought you were looking for the WSDL and had a 404, which is to be
> > expected if you don't use any wsdl at all.
> > If the http endpoint works with jsr181, it will also work with
> > servicemix-bean.
> >
>
> It works for SOAP requests, but not for plain HTTP GET/POST requests (or,
> to
> be more specific, maybe it does, but I haven't been able to configure it
> properly or call it properly).
>
> In the configuration in the original post, I was getting a 404 for almost
> any URL I could think of. The WSDL was just a particular case that also
> didn't work. Is there a particular URL syntax for servicemix-http in order
> to invoke the service using GET/POST binding and not SOAP binding? Jetty
> said that the http endpoint of the service (as configured in the original
> post) was "known" (and the url presented matched the one in locationURI),
> but invoking or any other variation it always gave a 404.
>
> Cheers
>
>
>
> --
> View this message in context:
> http://www.nabble.com/%3A---Can%27t-get-a-simple-connection-to-work-tp14903524s12049p14915684.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to