Re: marshalling error

2007-06-27 Thread Freeman Fang
Hi Jan, Since Authentication is an interface, so your real message response should have an object(let's say it's instance of AuthenticationImpl) which implement Authentication, right? You need add AuthenticationImpl(which is an extra class for jaxb since we cann't get this class when build

Re: marshalling error

2007-06-27 Thread Jan Kriesten
Hi Freeman, Since Authentication is an interface, so your real message response should have an object(let's say it's instance of AuthenticationImpl) which implement Authentication, right? well, sort of. What exact implementation of Authentication is used is determined during runtime (i.e.

Re: Question regarding WSDL2Java

2007-06-27 Thread James Mao
Hi, We delegate the types generation to JAXB2, and in the generated types, they don't generate the setter for the List types You can do the following in Java getChoice().add(new ChoiceType()) James Hi guys, I'm fairly new to CXF and I've got a question regarding the WSDL2Java tool: I

Re: Question regarding WSDL2Java

2007-06-27 Thread Freeman Fang
Hi Ken, It's intended result for list type by JAXB. You can add item in list but can not set a totally new list. You should see comment like p * For example, to add a new item, do as follows: * pre *getChoice().add(newItem); * /pre Thanks very much Freeman Ken Gallo wrote:

latest trunk error...

2007-06-27 Thread Jan Kriesten
hi, i've got the following problem with the latest trunk defining the services: ---8--- org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document 'http://cxf.apache.org/schema/jaxws.xsd', because 1) could not find the document; 2) the document could not be read; 3) the

Re: latest trunk error...

2007-06-27 Thread Jan Kriesten
hi dan, Try making your xsi:schemaLocation look like this: thanks! that did it! :-) best regards, --- jan.

Re: Marshalling Error: class bug.Result nor any of its super class is known to this context.

2007-06-27 Thread Dan Diephouse
BTW, I just made a few improvements to the Aegis Databinding docs, you can see them here (it will take a few hours for them to get sync'd to the main website): http://cwiki.apache.org/confluence/display/CXF20DOC/Aegis+Databinding - Dan On 6/27/07, Dan Diephouse [EMAIL PROTECTED] wrote: A

WS-I Compliance / SOAP Messages

2007-06-27 Thread Michael Matczynski
I have a test environment where a CXF client communicates with a CXF server, both generated from a wsdl using the wsdl2java utility. With a direct connection the client is able to function properly, but when I insert a WS-I monitor between the client and server, messages sent from the client

RE: WS-I Compliance / SOAP Messages

2007-06-27 Thread Glynn, Eoghan
The leading f6 and trailing 0 that raised your suscipions are the single chunk length and the last chunk marker respectively. To turn off HTTP chunking, use a configuration something like: beans xmlns=http://www.springframework.org/schema/beans;