Forum Moderators: coopster
I have tried using following
//getMetadataSize
$server->wsdl->addComplexType()
but i failed to have the <element name="getMetadataSize"> tag started.
<wsdl:types>
<schema elementFormDefault="qualified" targetNamespace="http://example.com" xmlns="http://www.w3.org/2001/XMLSchema">
<element name="getMetadataSize">
<complexType>
<sequence>
<element name="startTime" type="xsd:dateTime"/>
<element name="endTime" type="xsd:dateTime"/>
</sequence>
</complexType>
</element>
</schema>
</wsdl:types>
can anyone help me to fix this issue