axis2 with jibx

2006-12-26 Thread Benoit Decherf
Hi, I'm trying to create a webservice using jibx. So first, I create my business class and my dto. Then, I create the jibx binding: java -cp ~/tools/jibx-genbinding.jar:~/jibx/lib/jibx-bind.jar:src/ org.jibx.binding.BindingGenerator -f resources/binding.xml -m samples.quickstart.dto.Person Th

Re: axis2 with jibx

2006-12-26 Thread Nilesh Ghorpade
Hi, I believe the JiBX has not got an extensive support for unwrapped document style. Hence you had to change the WSDL as well as the binding file. I suggest you go in for the wrapped style which is also a preffered option over unwrapped. The way you are passing the binding file

RE : Re: axis2 with jibx

2006-12-27 Thread Benoit Decherf
Why is the wrapped style a prefered option ? The big advantage of unwrapped style is to use my own class. If I use the wrapped style I would have to transform the object used by axis to my own object. So, is there another databing which let me use my own class (so unwrapped style) with jdk 1.4

Re: RE : Re: axis2 with jibx

2007-01-15 Thread Dennis Sosnoski
JiBX data binding is the only option that *does* support unwrapped in the 1.1.1 release. I'm not sure about the cause of your problem, Benoit, but I've posted a detailed example of JiBX unwrapped handling with full source code and build files at http://www.sosnoski.com/jibx-wiki/space/axis2-jib