I have an web service that returns the below json string.it return fine in ASP.net Web Service but at the same time when I get the Json String from B4ACode using (Job.Gettring() Method) it show an json string and addition html tag .Please check the below response ..
Json String in WebService:-
Jsonstring in B4A Code :-
Json String in WebService:-
Json String:
[{"Message":"Hemming Out Not Done for This Cut Slip 2103467 ... Please Check !!! "}]
Jsonstring in B4A Code :-
Json String in B4A using Job.GetString() Method:
[{"Message":"Hemming Out Not Done for This Cut Slip 2103467 ... Please Check !!! "}]
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
</title></head>
<body>
<form method="post" action="FrmProductionEntry.aspx?Cutslip=2103467&Operation=070901&Code=10803&Name=SARGUNA.S&Style=CO168%2f01++&Pairs=11&OT=0&Hours=8&TableCode=LN01" id="form1">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE2MTY2ODcyMjlkZHOeU1EPNhKBCmtmpNfbntLkvU5/QIvfNc18tifWPLsK" />
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="2EC8893F" />
<div>
</div>
</form>
</body>
</html>