Hello,
I use qtsoap to make a Web service,

my body is:

<soap:Body>
<GetSupportRequests xmlns="http://xxxxxxxxxxxxxxxxxxxx/">
<asGuids>
<string>string</string>
<string>string</string>
</asGuids>
</GetSupportRequests>
</soap:Body>


the arguments of the method is asGuids with a list of string, I can not find a method to add this argument.
its not working with addMethodArgument.
Does someone have an idea?