Hi All,
I am configuring ION API for LN custom BDE.
Configured end point request and response policies with swagger documentation.
While testing with POST method, getting the below error.
Any idea that what causing this issue?
Hello Kiran - It appears you have an invalid json character in your request or response. I would recommend using jsonlint.com to validate the json. Or use Notepad++ and ensure to View > Show all Symbols, on the document. This may reveal invisible characters. I hope this helps.
Hi Brandon,
Thanks for your reply.
I have checked with notepad++ and removed the identified whitespaces but still same error.
I am using CDATA for transformation from JSON to XML and XML to JSON.
Not sure what could be the reason. Thanks.
Create a simple html
before BODY put
<SCRIPT>
var js=<<<your json>>>;
alert(JSON.stringify(js));
</SCRIPT>
Verify on console chrome errors...
Thanks for your inputs.
Sorry for the delay in response. There is an issue in end point transformation from XML to JSON and got the error. Issue resolved after making changes.
Regards,
Kiran Kolluri