On Wed, 2005-11-23 at 14:08 -0200, iksrazal wrote:
> Hi Anne, thanks for the tips. I'm using the editor you recommended - runs on
> linux even ;-) .
>
> I'm getting one error still. I moved to WSDL2Java from axis v1.3 for better
> error messages. I'm sure the error has something to do with 'extension
> base' . I just resolved a jira issue on this:
>
> http://issues.apache.org/jira/browse/AXIS-2165
>
> I'm getting:
>
> /home/iksrazal/white3/build.xml:154: WSDL processing error
> for /home/iksrazal/white3/resources/axis-jira-doclit.wsdl :
> Type {http://com/callcentreweb/types}elementReturnWeb_Base is referenced but
> not defined.
I'm not a schema expert (not even close) but the error above is saying
that {http://com/callcentreweb/types}elementReturnWeb_Base is spsed to
be a complex type but its not there. Looking at the XSD below, you have
that defined as an element and not as a complex type.
Could that be the problem?
Sanjiva.