If you create an ABAP client proxy to consume the web service (input being the WSDL), it should automatically create the simple transformations which will fill out automatically the parameters of the client proxy methods (their types being also automatically created in the ABAP dictionary).
In your ABAP program, you call the client proxy method, and all data are passed via the method parameters.