>And the XML file that contains that reference is located where in the >web application?
This is the package structure that shows the location of the Types.xsd. Types.xsd is included in Account.xsd. ---com ----test -----example ------api -------common --------schemas Types.xsd -------account --------schemas Account.xsd (<xsd:include schemaLocation="../../common/schemas/Types.xsd" />) -------consumer --------schemas Consumer.xsd (<xsd:include schemaLocation="../../common/schemas/Types.xsd" />) Please let me know if this doesn't answer the question or there is other question/response in this thread that I am missing. Thank you, Marina On Wed, Dec 10, 2014 at 8:42 AM, Mark Thomas <ma...@apache.org> wrote: > On 10/12/2014 14:21, Marina F wrote: > > Hello, > > > > Tomcat 8.0.15 > > > > I am getting an error when using web services. (no errors if using Tomcat > > 7.0.50) > > > > Schema: > > <xsd:include schemaLocation="../../common/schemas/Types.xsd" /> > > > > Error: > > Dec 10, 2014 7:59:48 AM org.apache.catalina.core.StandardWrapperValve > invoke > > SEVERE: Allocate exception for servlet api-ws-soap > > java.lang.IllegalArgumentException: The resource path > > [/../../common/schemas/Types.xsd] has been normalized to [null] which is > > not valid > > And the XML file that contains that reference is located where in the > web application? > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >