first of all I'm new to the topic using SOAP.
I want to make a request to a specified URL like "https://xxx/stock?wsdl" The request has to use a method like: getFullStock(accessToken,...,...,...)
The only thing I have for authentification is an accessToken which has to be the first parameter of every method. Is it right that I don't have to create a payload.
Thanks in advance.
Greetings
Andrew