How can i use a dictionnary

brice DORA road01 at yahoo.fr
Tue Jan 13 04:03:16 EST 2015


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"
            },
      }
 }



More information about the Python-list mailing list