2011. június 21. kedd 18:12:41 dátummal Remi Jolin ezt írta:
> Why don't I get
> 
>     designations[] =
>        (stringArray){
>           string[] =
>              "AAA",
>              "BBB",
>        },
> 
> The test is done with the latest easy_installable version of soaplib.

Works for me using Soaplib 2.0 code from GitHub and SUDS 0.3.9. What version 
of SUDS are you using? It would also help to investigate if you'd create a 
dump of the SOAP request and response (either using a proxy or from network 
traffic, e.g. using wireshark or tcpdump).

>>> c.service.list_code()
(Code){
   designations = 
      (stringArray){
         string[] = 
            "AAA",
            "BBB",
      }
   refs = 
      (integerArray){
         integer[] = 
            1,
            3,
            6,
      }
 }

-- 
Veres-Szentkirályi András
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to