SOAP WSDL Associative Arrays

后端 未结 3 619
温柔的废话
温柔的废话 2021-01-18 02:36

How can I define an associative array in a SOAP wsdl file? This is how I define an array element type so far:


    

        
3条回答
  •  既然无缘
    2021-01-18 03:18

    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?

提交回复
热议问题