You've already forked lazarus-ccr
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:
@ -6,11 +6,7 @@
|
|||||||
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
||||||
targetNamespace="uri:echo-service"
|
targetNamespace="uri:echo-service"
|
||||||
xmlns:wst="urn:wst_base">
|
xmlns:wst="urn:wst_base">
|
||||||
<types>
|
<types/>
|
||||||
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
|
|
||||||
xmlns:tns="uri:echo-service"
|
|
||||||
targetNamespace="uri:echo-service"/>
|
|
||||||
</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>
|
||||||
|
Reference in New Issue
Block a user