M
Marlene A. Roman
Hope everybody is doing OK.
I have a web service that I call to encrypt sensitive information as credit
cards, credentials etc. I am getting this error "Error'', hexadecimal
value 0x11, is an invalid character." when I try to consume this from a
client in this case a Web App.
Is there a way I can work around this problem? How can I send these "funky"
characters back to the client????
I was thinking in parsing the encrypted information before sending the
response back to the consumer and replacing the "" with something else, and
do the opposite back in the client, but I can't find the character within
the string ,when I execute x.IndexOf("") ,I get a value of -1 as the
result.
Any ideas???????
Thanks in advance for any input.
Marlene Roman
I have a web service that I call to encrypt sensitive information as credit
cards, credentials etc. I am getting this error "Error'', hexadecimal
value 0x11, is an invalid character." when I try to consume this from a
client in this case a Web App.
Is there a way I can work around this problem? How can I send these "funky"
characters back to the client????
I was thinking in parsing the encrypted information before sending the
response back to the consumer and replacing the "" with something else, and
do the opposite back in the client, but I can't find the character within
the string ,when I execute x.IndexOf("") ,I get a value of -1 as the
result.
Any ideas???????
Thanks in advance for any input.
Marlene Roman