You've already forked lazarus-ccr
wsdl function "result" part is determined now as ( in order and stops when ok ) : * "result" part * "return" part * "_result" part * "result_" part * "_return" part * "return_" part * the last part git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@547 8e941d3f-bd1b-0410-a28a-d453659cc2b4
27 lines
886 B
XML
27 lines
886 B
XML
<?xml version="1.0"?>
|
|
<definitions name="wst_test"
|
|
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:tns="library1"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
|
|
targetNamespace="urn:wst-test">
|
|
|
|
<types>
|
|
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:wst-test">
|
|
|
|
<xsd:complexType name="TArrayIntFieldType">
|
|
<xsd:complexContent>
|
|
<xsd:restriction base="soapenc:Array">
|
|
<xsd:sequence />
|
|
<xsd:attribute ref="soapenc:arrayType" n1:arrayType="xsd:int[]" xmlns:n1="http://schemas.xmlsoap.org/wsdl/" />
|
|
</xsd:restriction>
|
|
</xsd:complexContent>
|
|
</xsd:complexType>
|
|
|
|
</xsd:schema>
|
|
</types>
|
|
|
|
|
|
</definitions>
|