소스 검색

fixed wfs.xsd url in wsdl

Piotr Labudda 9 년 전
부모
커밋
e4bc5f9864
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      SE/schema/wsdl/wfs-xml-interfaces.wsdl

+ 2 - 2
SE/schema/wsdl/wfs-xml-interfaces.wsdl

@@ -12,7 +12,7 @@
       <dc:date>2008-08-31</dc:date>
       <dc:description>
          This is the the normative abstract service interface definition
-         for the  OpenGIS Web Feature Service, v2.0.2. The WSDL 1.1 syntax is 
+         for the  OpenGIS Web Feature Service, v2.0.2. The WSDL 1.1 syntax is
          used to describe the interface signatures and message structures.
       </dc:description>
    </wsdl:documentation>
@@ -28,7 +28,7 @@
          xmlns:ogc="http://www.opengis.net/ogc/1.1"
          xmlns:xsd="http://www.w3.org/2001/XMLSchema"
          elementFormDefault="qualified" version="1.1.0">
-         <xsd:include schemaLocation="../wfs.xsd"/>
+         <xsd:include schemaLocation="./wfs.xsd"/>
       </xsd:schema>
    </wsdl:types>
    <wsdl:message name="GetCapabilitiesRequest">