To answer your first question, yes it was a typo. I can also validate the wsdl and xsd's fine in eclipse, and when i set up the web service I can hit it and return a response using SOAPUI.
Mauro Molinari wrote: > > silver17 ha scritto: >> "http://localhost:8080/app/services'.: java.io.FileNotFoundException: >> This >> file was not found: >> http://localhost:8080/app/RegistryPublish?xsd=cs-Publication.xsd > >> <xsd:import >> namespace="http://www.opengis.net/cat/csw/2.0.2" >> schemaLocation="RegistryPublish?xsd=csw-Publication.xsd"/> > >> http://www.nabble.com/file/p14722764/csw-Publication.xsd >> csw-Publication.xsd > > Is the first a copy 'n' paste problem or does Axis2 really says it can't > find http://localhost:8080/app/RegistryPublish?xsd=cs-Publication.xsd? > Because your file name seems to start with "csw-", not "cs-"... > > Anyway, I can make Axis2 1.3 work with schema imports, except when > trying to do some more complex things like sharing a schema between > multiple services (please see > https://issues.apache.org/jira/browse/AXIS2-3354). > > Does Eclipse give you any validation error on your WSDL and/or XSDs? > (try right-click => Validate)? > > -- > Mauro Molinari > Software Developer > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/WSDL-XSD-Schema-Importing...-tp14722764p14734904.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
