Oh, I just realized you're getting a redirect (302) and the client isn't following it automatically.
The URL needs to have a trailing backslash at the end. Use http://localhost:8080/ping/ instead of http://localhost:8080/ping This is a servicemix-http peculiarity. cheers, alex On Thu, Apr 10, 2008 at 9:54 AM, Johannes Elsinghorst < [EMAIL PROTECTED]> wrote: > Hello, > i deployed all 3 examples without problems using jbi-ode-1.1.1 and smx > 3.2. > I can also receive wsdls for them, but when i try to call them via soap, i > get an debug message "DEBUG - JettyContextManager - Dispatching > job: [EMAIL PROTECTED],io=1,w=true,b=false|false]" and this respons: > "HTTP/1.1 302 Found > Content-Length: 0 > Location: http://localhost:8080/ping/ > Server: Jetty(6.1.5)" > > Whats wrong here? > > thanks, Johannes >
