i consume a web service that return a element whose the type is "instance". but 
this element seem be a dictionary but when i want to use it like a dictionary, 
i got some errors. so this is the element and please someone can tell me how 
can i use it. tkanks in advance.


(tCountryInfo){
   sISOCode = "CI"
   sName = "Côte D'Ivoire (Ivory Coast)"
   sCapitalCity = "Yamoussoukro"
   sPhoneCode = "225"
   sContinentCode = "AF"
   sCurrencyISOCode = "XOF"
   sCountryFlag = "http://www.oorsprong.org/WebSamples.CountryInfo/Images/Côte 
D'Ivoire.jpg"
   Languages = 
      (ArrayOftLanguage){
         tLanguage[] = 
            (tLanguage){
               sISOCode = "fr"
               sName = "French"
            },
      }
 }
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to