Hi, i'm working with NuSoap at this time, and i want to develop a webservice which uses "rpc/literal". For example i've to send the following response: ------------------------------------------------------- <message> <customer> <name>Daniel</name> <zip>4020</zip> </customer> <phone> 065023434343234 </phone> <phone> 066494349034900 </phone> </message ------------------------------------------------------- Now, i've the problem with the "phone" tag, because there can be more than one tag in the "message-struct". So it seems i can't use the "rpc/encoded" because i can't make an array with 2 (or more) "phone"-tags. Should i use "literal"? Does somebody know an example? Thanks! Best regards, Daniel -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php