Hi,
I ran the bind compiler. There are a whole bunch of classes generated except the JiBX_xxx_bindingFactory.class and JiBX_MungeAdapter.class classes. My question is under what circumstances will the bindingFactory.class NOT generated? BindingCompiler didn't give me any error at all.
The only success I have was to use the xsd2jibx to generate the java files. Then the binding works fine. However, I can't do it this way because I have to use Axis generated java files (wsdl2java). I did modify the classes (added serializer and deserializer) and the binding file to make the binding compiler happy. But then, when I ran my Unit test, I noticed the JiBX_xxx_bindingFactory class is missing.
Thanks.
-Aston
