J
jacksu
I am using XMLSpy 5.2.
I have specified the wsdl file in schemalocation, and that wsdl has
passed xmlspy validation.
and my wsdl is located in the same directory as the xml file.
But when it try to validate xml, it got error:
"Unable to locate a reference to a supported schema kind (DTD, DCD,
W3C Schema, XML-Data, BizTalk) within this document instance.
Thanks.
<?xml version="1.0"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:cus="http://myurl"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://myurl myurl.wsdl">
<soapenv:Body>
<cus:myelement>
</cus:myelement>
</soapenv:Body>
</soapenv:Envelope>
I have specified the wsdl file in schemalocation, and that wsdl has
passed xmlspy validation.
and my wsdl is located in the same directory as the xml file.
But when it try to validate xml, it got error:
"Unable to locate a reference to a supported schema kind (DTD, DCD,
W3C Schema, XML-Data, BizTalk) within this document instance.
Thanks.
<?xml version="1.0"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:cus="http://myurl"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://myurl myurl.wsdl">
<soapenv:Body>
<cus:myelement>
</cus:myelement>
</soapenv:Body>
</soapenv:Envelope>