Unfortunately, the JBI spec does not allow components
to return a non standalone WSDL.  However, the component
itself could be enhanced to flatten the WSDL and inline the
needed schemas (feel free to raise a JIRA for that).
In the meantime, I would recommend to avoid importing
external schemas and inline them.

On 10/30/06, Roozbeh <[EMAIL PROTECTED]> wrote:

Hi again,

I have problem with importing schemas while I want to deploy JSR181
component in servicemix. I get the warning
WARN  - EndpointRegistry               - Error retrieving interfaces from
service description: WSDLException (at /wsdl:definitions/wsdl:types/xsd:sche
ma): faultCode=OTHER_ERROR: An error occurred trying to resolve schema
referenced at 'ndo/Common.xsd'.: This file was not found:
file:/C:/apache-servi
cemix-3.0-incubating/ndo/Common.xsd

and when I want to access the endpoint it doesn't work since it is not
deployed correctly. This is the part of my WSDL file which causes the
problem I think:

.....
<xsd:import schemaLocation="ndo/Common.xsd"
namespace="http://www.mywebsite.com/bb/bong/ndo/common"; />

Any solution?

Thanks,
Roozbeh Maadani
--
View this message in context: 
http://www.nabble.com/Problem-with-schemas-import-tf2539802.html#a7075686
Sent from the ServiceMix - User mailing list archive at Nabble.com.




--
Cheers,
Guillaume Nodet

Reply via email to