Describing a string array in a wsdl file

后端 未结 3 1428
孤独总比滥情好
孤独总比滥情好 2021-01-05 22:57

I\'m using the globus toolkit for a project. In my service i have a resource: a string array. I want to get this resource from an Android client. How can I do that? How can

3条回答
  •  情书的邮戳
    2021-01-05 23:23

    You can use a custom type which has a String element (and more data, if you'd like) with multiplicity > 1.

    
      
      
    
    

提交回复
热议问题