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?
after redeploying application issue has been solved.
Comments
Post a Comment