>> <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.