Hi All,
I have some basic doubts on xml schemas that represent inheritance
among java beans that use java collections like java.util.Vector,
java.util.Hashtable etc.
Say I have below java beans as below :
class A {
private Vector A1;
private String A2;
// and other getter and setter methods as usual
}
class B {
private Vector B1;
private String B2;
// and other getter and setter methods as usual
}
Assumming that I have written JiBX binding.xml for the above class B
and class A, now how do I convert this binding.xml to a XML Schema so
that I can include the generated schema file in a WSDL that can be
exposed as a document literal web service. Are there tools out there
may be at www.jibx.org website that will help me to convert JiBX
binding xml files to XSD file Or in general are there any commercial
or free tools available that can generate XSD files if we input our
java classes like class B and class A that can use java collections.
Also, since WS-I does not encourage language specific collections then
how can we justify the usage of them JiBX binding xml file and then
in XSD and then in WSDL ?
My knowledge is trivial but can someone clear doubts ?
Thanks & Regards,
K.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users