[
https://issues.apache.org/jira/browse/AXIS2-1786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559871#action_12559871
]
Andrew Shuttlewood commented on AXIS2-1786:
-------------------------------------------
We've hit this same problem
Basically, we have a wsdl that references an XSD for operations. That XSD then
references another XSD.
The WSDL contains a referenced link to the xsd (service?xsd=service.xsd),
however the sub-xsd is not manipulated in the samw way which means that it just
contains the original information.
?wsdl2 works fine however
> Wsdl references schema that references schema bug
> -------------------------------------------------
>
> Key: AXIS2-1786
> URL: https://issues.apache.org/jira/browse/AXIS2-1786
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: kernel
> Affects Versions: 1.1
> Reporter: Brecht Yperman
> Assignee: Deepal Jayasinghe
> Attachments: XbiService.aar
>
>
> When deploying the following service using Axis2 1.1
> http://www.invenso.com/downloads/XbiService.aar
> I get an exception in the logging, when starting up the server.
> 2006-11-28 13:17:48,568 [main] INFO
> org.apache.axis2.deployment.resolver.AARFileBasedURIResolver -
> AARFileBasedURIResolver: Unable to resolvemeta-inf/OC-Transport.xsd
> This is because the WSDL in the archive file references an XML Schema in the
> directory OrderConfirmation. This schema references another Schema in the
> same directory, but as this schema has got no directory prefix, the resolver
> starts looking in the meta-inf directory, instead of in the
> meta-inf/OrderConfirmation directory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]