Testing from a browser

If you use a browser to send one of the web services HTTP requests, URL encode the requests. For example, replace any white space with %20. For a plus sign (+), use %2B. For example, URL-encode Email+ as Email%2B.

For details about URL-encoding, see http://www.w3schools.com/tags/ref_urlencode.asp.