How can I define an associative array in a SOAP wsdl file? This is how I define an array element type so far:
If you want to use an array of strings you may just declare in the type that needs the array:
And by the way, what do you mean with "associative array"? something like a c++ map or a python dictionary?