There is a tool I've developed as part of the 2.0 codebase to generate a schema description from the combination of a binding definition and the Java classes used by that binding. I'll be able to backport this to work with 1.0, but will probably keep it separate from the main distribution for now so that it can easily be enhanced without a new release of the main JiBX framework. I'd like to release a version of this and the companion binding generator tool along with 1.0 RC1, but don't know if I'll have time; I'll make sure it's out in time for 1.0 RC2 (assuming we need an RC2, which we probably will).
- Dennis
babloosony wrote:
Hi All,
I'll be using JiBX Binding xml, JiBX (De)Serialzers for Apache AXIS
1.2 RC2. Now my question is, for the jibx binding xml file I write I
want to see how that binding xml file works in converting my java
classes to request/response xml soap message which I can view using
Apache AXIS TCPMonitor. How can I automate this step. Are there any
tools out there that can achieve this. I cannot simply go thro' the
laborious process of following below steps each and every time to
simply find how my binding xml works :
1. write my custom java classes
2. write jibx binding xml files 3. invoke the web service 4. generate a response soap message using jibx,axis on the server side
5. view how jibx binding xml, jibx (de)serializers worked on the
server side to generate a response xml soap message in according to
the jibx binding xml I have written on the server side.
In a nutshell, can we convert jibx binding xml to a real xml file may be with no/dummy data and without having to input or create java classes/object to achieve the same thing.
Thanks & Regards, Kumar.
------------------------------------------------------- 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
