Parameterization of a WS objects - needed clarifying

Example from this link: https://docs.katalon.com/display/KD/Parameterize+a+Web+Service+object is about HTTP Body Parameterization. Is any difference for the HTTP Header and URL Parameterization? Please add examples.
Also, I’m curious - can I use Parameterization with WS Builder and in case when I’m change(replace) or adding some new stuff in Header/Body on-the-fly in Test Case code.
Thanks!

Ivan,

The technique of parameterization is the same and we can use with WS Builder as well. A note from it is that the parameterization currently is not available for SOAP yet.

Thanks, Trong!