wcf - too long string error received Error 414 -
i facing problem in wcf restful web service .
i have image , sending database android application 1st converting image base64 string 10,000 characters through application.
in wcf reconvert base64 string in real image , send image db. issue when sending base64 long character string wcf. wcf reject , long string error received error 414.
i used post , both methods , increase buffer size same error time received.
same method when apply in .asmx soap web service each image insert successfully
you need check service buffer setting in binding configuration.if working default 1 update it.
Comments
Post a Comment