Sorry about the -- oops. You have the logging interceptors in place, so you should be seeing logging traffic corresponding to the fault. The server is sending a fault back to the client.
I don't see you putting an AegisDatabinding into the client. Am I missing it, or is it missing? --benson On Fri, May 23, 2008 at 7:38 PM, Kit Plummer <[EMAIL PROTECTED]> wrote: > Benson. > > Made some progress. First, found this problem with the JAX-WS config > example here: http://cwiki.apache.org/CXF20DOC/aegis-databinding.html > > In the commented out XFIRE compat stuff there is '--' within the XML > comments. That apparently is a SAX no-no. This was causing my > configuration woes. I shamefully admit I found this by looking at my Tomcat > logs. > > Now...my service and client are running. But, now I'm getting an error on > the HashMap read...and not just an empty HashMap plus my other interfaces > aren't working either. >
