.NET prevents you from having to do anything so clumsy. By adding a web reference, .NET will generate a proxy that lets you interact with the web service as if it were a strongly typed object.
Thus, the code:
Dim ws As New myservice
ws.webmethod("xx", "xx", "xx", "xx", "xx", "xx")
...will...