Thanks alot. You guys really helped me out.
On Tue, 1 Feb 2005 14:31:38 -0500, Mike Burati <[EMAIL PROTECTED]> wrote: > > > >> <types> > >> <xsd:schema elementFormDefault="qualified" > targetNamespace="http://xml.ws.pko.dia.mil" > xmlns="http://xml.ws.pko.dia.mil" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > >> <import location="cko.xsd" > namespace="http://xml.ws.pko.dia.mil"/> > >> </xsd:schema> > >> </types> > > > The schema should be imported with "schemaLocation" not "location". > > Also, I believe you want <xsd:import> not the import element in the wsdl > namespace. > > -- Ananth T Sarathy