Forum Moderators: coopster

Message Too Old, No Replies

creating the element tag in wsdl using nusoap

nusoap element tag generation

         

ravi

5:49 am on Aug 21, 2009 (gmt 0)

10+ Year Member



Hi,
I would like to generate the WSDL like the following using nusoap.

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

dreamcatcher

8:51 am on Oct 5, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi ravi,

Did you have any luck solving this problem?

dc