Hi Deepak,
If you have existing schemas for your documents you'll probably want to
start with code generation from schema:
http://jibx.sourceforge.net/fromschema/index.html
JiBX does not currently support direct code generation from WSDL - you'd
instead need to first extract the schemas from the WSDL yourself, then
use JiBX to generated the data model code from the schemas. Once you
have the data model you can use it with Axis2 or JiBX/WS for the actual
web services handling. CXF support is also possible, though that needs
to be documented. I'll try to do a new release of JiBX/OTA sometime soon
which includes a CXF implementation.
- Dennis
Dennis M. Sosnoski
Java SOA and Web Services Consulting <http://www.sosnoski.com/consult.html>
Axis2/CXF/Metro SOA and Web Services Training
<http://www.sosnoski.com/training.html>
Web Services Jump-Start <http://www.sosnoski.com/jumpstart.html>
On 03/10/2011 07:38 PM, Deepak Singh wrote:
> Hi,
>
> I am new to this group and this is my first post.
>
> I have two web services , one is RestFull and another is SOAP based wsdl.
> Currently i am using xmlBeans for Restful and Jaxb for wsdl data
> binding. Now i plan to use Jibx.
> After going through the tutorial, i am bit confused which approach
> should i take as it provides many ways to use jibx.
>
> Kindly suggest the easiest way to do this binding.
>
> I am using Spring.
>
> Thanks
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
>
>
> _______________________________________________
> jibx-users mailing list
> jibx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jibx-users
>
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users