Empty XSD schema fragment still generate in WSDL.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2996 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa 2014-05-03 16:20:42 +00:00
parent 109b4f13f8
commit 3714921313

View File

@ -1,12 +1,8 @@
<?xml version="1.0"?>
<definitions name="uri:echo-service"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="uri:echo-service"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
targetNamespace="uri:echo-service"
xmlns:wst="urn:wst_base">
<types/>
<?xml version="1.0" encoding="utf-8"?>
<definitions name="uri:echo-service" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="uri:echo-service" xmlns:wst="urn:wst_base" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="uri:echo-service">
<types>
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="uri:echo-service" targetNamespace="uri:echo-service"/>
</types>
<message name="EchoWideString">
<part name="AValue" type="xsd:string" wst:TypeHint="WideString"/>
</message>