Register type <any> of the WSDL <complexType> in
Posted: Mon Sep 17, 2007 10:19 am
feyd | Please use
Any help in this regards.... !
Regards,
Navin
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi all,
I am creating webservice using Nusoap and am not sure how to register the <any> type of the WSDL <complexType> in the webservice php server file.
Also, want to know whether there is any other way to achieve repeated set of tags in the webservice response....
Similar to the one below....
[syntax="xml"]
<SOAP-ENV:Envelope ....... >
<SOAP-ENV:Body>
<result>
<records>
<type>Test-type1</type>
<Id>123</Id>
<data>test_data1</data>
</records>
<records>
<type>Test-type2</type>
<Id>456</Id>
<data>test_data2</data>
</records>
</result>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Any help in this regards.... !
Regards,
Navin
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]