I have been playing around with webservices and this is what happens:

I have a functions called void setVal( string val ) and string getVal()

For some reason if I setVal("asdf") getVal() does not return 'asdf'

is it how it supposed to work?