我不知道如何解决这个错误:no declaration found for element 'n4:Envelope'
。我需要更好地理解 xml 模式以及它们是如何声明的。
它在说什么声明?
任何人都可以在这方面提供帮助吗?
这是 xml 文件的开头:
<?xml version="1.0"?>
<n4:Envelope xmlns:http="http://schemas.xmlsoap.org/wsdl/"
xmlns:n="http://www.informatica.com/wsdl/"
xmlns:n4="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:n5="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.informatica.com/wsdl/ Untitled1.xsd">
<n4:Body>
这是 xsd 文件的开头:
<?xml version="1.0"?>
<xsd:schema targetNamespace="http://www.informatica.com/wsdl/"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
xmlns="http://www.informatica.com/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/http/"/>
<xsd:element name="SHA003Bis_GetArticleDataResponse"
type="SHA003Bis_GetArticleDataResponseType"/>
<xsd:element name="SHA003Bis_GetArticleDataRequest"
type="SHA003Bis_GetArticleDataRequestType"/>
<xsd:complexType name="SHA003Bis_GetArticleDataRequestType">
<xsd:sequence>