Re: Generate client using JiBX

2007-04-29 Thread Anne Thomas Manes
The WSDL must either contain or reference the schema, unless it is an RPC style service which exchanges only simple types. If the latter, you don't need to use JiBX. On 4/28/07, wolverine my [EMAIL PROTECTED] wrote: Hi! I would like to create web service client using Axis2 and JiBX as

Generate client using JiBX

2007-04-28 Thread wolverine my
Hi! I would like to create web service client using Axis2 and JiBX as described in http://ws.apache.org/axis2/1_2/userguide-creatingclients-jibx.html. Unfortunately all I have is the WSDL file, without the XML schema (XSD). Is there any way I can generate XSD from WSDL? Appreciate your