android - How to send Informaition in wcf Rest? -
i have wcf rest service , service connected database when try send information in service information updated correctly when information contains space character no data updations occure.
ex:
string info="abc" api=xyz.com/myservice.svc/+""+info //info updated successful in database problem:
string info="abc xyz" //string contains spaces api=xyz.com/myservice.svc/+""+info //info not updated successful in database why??
Comments
Post a Comment