When we make a call from a .NET client to a service it is converting & to & (the html encoded version). Is there anyway to stop the conversion of the string value to & and have it keep the “&” when the service will pick it up.
When we make a call from a .NET client to a service it is
Share
A better solution may be to decode the string on the server side: