Describing a string array in a wsdl file

后端 未结 3 1427
孤独总比滥情好
孤独总比滥情好 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:25

    Have the XML call out a parent tag with multiple children, each with one string value from your array:

    
        String 1
        String 2
    
    

    Name the tags appropriately.

提交回复
热议问题