Remove the empty "types" node of the schema (causes false fail)

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2982 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2014-05-01 16:55:36 +00:00
parent 34fa0a046f
commit 0e9f4b37c4

View File

@ -6,11 +6,7 @@
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
targetNamespace="uri:echo-service"
xmlns:wst="urn:wst_base">
<types>
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="uri:echo-service"
targetNamespace="uri:echo-service"/>
</types>
<types/>
<message name="EchoWideString">
<part name="AValue" type="xsd:string" wst:TypeHint="WideString"/>
</message>