Encoding strings to use with soap calls
imagine a string below
john john & john
when i try to use this in a soap call it fails because of the ampersand i think. same thing with periods.
question is how to encode the string so it just gets passed through?