Page 1 of 1

Register type <any> of the WSDL <complexType> in

Posted: Mon Sep 17, 2007 10:19 am
by navinkumarank
feyd | Please use

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]

Posted: Mon Sep 17, 2007 10:35 am
by volka
You've already asked the same question three times in the last two weeks
viewtopic.php?p=414782#414782
viewtopic.php?t=73311
viewtopic.php?t=73495

I'm sorry no one could help you (yet).
But please do not open new threads on the same topic again and again and again.