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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
User avatar
navinkumarank
Forum Newbie
Posts: 6
Joined: Thu Apr 05, 2007 8:52 am

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

Post 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]
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post 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.
Locked