Re: Aegis DataBinding does not work

2008-02-21 Thread Benson Margulies
What version of CXF? On Thu, Feb 21, 2008 at 11:36 AM, <[EMAIL PROTECTED]> wrote: > Hi > I have configured the CXF demo.spring.HelloWorld using Aegis DataBinding > as per instructions found at > http://cwiki.apache.org/CXF20DOC/aegis-databinding.html > When I run my client I am receiving the foll

Re: Aegis DataBinding does not work

2008-02-21 Thread Benson Margulies
I think I see. You've got a JAX-WS+JAXB service, and you're trying to talk to it with an Aegis client, using the same SEI. That's not going to match up. It's not very possible to use Aegis as the client to talk to something else, as we don't have wsdl2java for Aegis, nor could we easily make one.