Hi Mark,
As you say that you have lot of xsd files, there is an error when your wsdl
has a ref element with an anonymous complextype[1] , In that case i have
replied to the AXIS2-4918 [2] issue how to avoid it and build java code
successfully .
[1] https://issues.apache.org/jira/browse/AXIS2-5169
Hi,
I downloaded the 1.7.0 Snapshot and ran again, and it has even bigger
problems with the WSDL. It threw and exception and really was not happy
with the duplicated element names. Below is the exception trace, and as can
be seen in bold, it is balking on the AccountOpen. So it seems Axis2 1.5.
On Tue, Nov 15, 2011 at 1:34 PM, winneymj13 wrote:
>
> Hi,
> I am using WSDL2Java (Axis2 version 1.5.6) to generate my java classes but
> I
> am having a problem with a WSDL/xsd that contains the same named element
> under different name space, creating a class with the variables named the
>
Can