SayHello:
Hello you!

GetComplexType:
stdClass Object
(
    [StringA] => String A
    [StringB] => 
    [Integer] => 123
    [Boolean] => 1
)


PrintComplexType:
stdClass Object
(
    [StringA] => String A
    [StringB] => 
    [Integer] => 123
    [Boolean] => 1
)