"Christopher Moesel" <[EMAIL PROTECTED]> writes: > I'm using <jaxws:endpoint> with the CXFServlet. I got it working by > specifying the address relative to the servlet mapping URL pattern > (and using a leading "/"). So, in your example, I'd try > address="/my-service".
Bingo. That did it. Thank you very much. Now, my client received a SOAP fault with the following error: Marshalling Error: java.lang.NullPointerException Hey, at least that's some progress. My service skeleton's method actually got called. -- Steven E. Harris
