Claus Jørgensen wrote:
Hey Why are your result returned in XML ? A normal webservice are surposed to return the value as a native type, typical object or array.
It helps programmers to deal with objects and arrays in service/client code.However, that has the cost of serializing and deserializing back and forth to XML, because Web services communicate in XML format.
Samisa... -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php