If your wsdl is in the META-INF directory and "myImportedSchema.xsd" is in that directory as well it will see it.
Chad On 7/16/07, Desmond Whewell (CV/ETL) <[EMAIL PROTECTED]> wrote:
So if my wsdl used: ... <xs:include schemaLocation="myImportedSchema.xsd"/> ... Would that be sufficient? Or do I have to specify the location as a URL? Cheers, Des -----Original Message----- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: 16 July 2007 13:14 To: [email protected] Subject: Re: Pulling wsdl off a server Included or imported schemas should specify a schemaLocation attribute that specifies the path to the XSDs. Anne On 7/16/07, Desmond Whewell (CV/ETL) <[EMAIL PROTECTED]> wrote: > I understand that I can retrieve the WSDL of a service by performing > a GET to a URL, ".../axis2/service/MyService?wsdl", say. If I choose > to use the original WSDL and that WSDL performs includes or imports, > from where should the referenced XSD files be retrieved? > > Cheers, Des > > Axis2 1.2/Tomcat 5.5.9 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
