Re: about cxf-2.0-incubator-RC-src

2007-05-13 Thread James Mao
Hi Feng, I guess what it mean is the binary distribution, not the source distribution. If you download the source distribution[1] you should be able to find the jars. [1] http://cwiki.apache.org/CXF/download.html James James: Another thing, you mentioned You can add

Re: Unmarshalling error

2007-05-13 Thread Freeman Fang
Hi Richard, Sorry, correct one thing, what ensure me that the unmarshalling on server side is correct is I print out the parameter in server method like System.out.println(parameters.getSource()); System.out.println(parameters.getIDDataForSet().get(0).getID());