RE: Wrong number of Arguments Error

2007-07-17 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
:56, Clough, Samuel (USPC.PRG.Atlanta) wrote: I'm looking for any help I can get on debugging a wrong number of arguments error. I'm getting from a cxf service hosted via the embedded Jetty server. We just started a new project and used XFire for the web services and then ripped it out and put

Re: Wrong number of Arguments Error

2007-07-17 Thread Daniel Kulp
: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 4:23 PM To: cxf-user@incubator.apache.org Subject: Re: Wrong number of Arguments Error Is this a java first case or a wsdl first case? Are there headers or soap w/ attachments involved? Also, is it a wrapped doc/lit, bare

Re: Wrong number of Arguments Error

2007-07-17 Thread Daniel Kulp
-user@incubator.apache.org Cc: Clough, Samuel (USPC.PRG.Atlanta) Subject: Re: Wrong number of Arguments Error Samuel, I managed to track this down. It's a bug in the DepthXMLStreamReader that isn't getting the END_ELEMENT events lined up correctly in the Aegis binding.Thus, while reading

Wrong number of Arguments Error

2007-07-16 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
I'm looking for any help I can get on debugging a wrong number of arguments error. I'm getting from a cxf service hosted via the embedded Jetty server. We just started a new project and used XFire for the web services and then ripped it out and put in CXF and don't have much experience

Re: Wrong number of Arguments Error

2007-07-16 Thread Daniel Kulp
(USPC.PRG.Atlanta) wrote: I'm looking for any help I can get on debugging a wrong number of arguments error. I'm getting from a cxf service hosted via the embedded Jetty server. We just started a new project and used XFire for the web services and then ripped it out and put in CXF and don't