How to pass string from web application to webmethod

I try to pass one string from my web application to webmethod(smtp sevices).

Example:
I pass this string " My Name is Sabri"
However the output at webmethod is only “My”

Can u advise me on how to get complete sentence.
I have try “URLDECODE” but still not ok.

I try to pass that string to “Body” at SMTP

For this to work

i belive you need to specify the content-type as(text/plain),since you are just passing a string in the SMTP webMethods service that you are invoking…

cheers…