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