Biztalk JSON Encoder String To Integer -


i have problem json encoder. i've create send pipeline include json encoder. when process worked json send pipeline return response message request side. json encoder convert string value integer if value integer. example please see below json.

{     "busidentity": {                 "erpid": 2075467                },     "success": true,     "errormessages": [     "müşteri yaratıldı",     "başarılı"     ] } 

in example erpid field have "erpid": "0002075467" pipeline convert 0002075467 value 2075467.

have got idea issue?

enter image description here

after redeploying application issue has been solved.


Comments

Popular posts from this blog

c# - Store DBContext Log in other EF table -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -