Hi all,

I expose a CXF web service endpoint using this kind configuration:
<cxf:cxfEndpoint id="myServiceId" address="http://localhost:8181/myService
" serviceClass="my.ServiceImpl"/>

When I test it with SoapUI, and it works well.
When I use the real client of my service (a custom one, on which I don't
have), i get the following error:
org.ops4j.pax.web.pax-web-spi - Path [myService] does not match any context

I traced both calls with Wireshark, and the only difference I saw  is that
the real client sends a "Expect: 100-continue" before trying to send the
whole soap body.

Do you think this may be the cause of the previous error message ?

Thx in advance,
Thibault


--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-cxf-Path-myService-does-not-match-any-context-tp5714680.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to