Sending request body of more than 1024 characters with POST request in NAV 2009 R2 Classic version

I have a solution in NAV 2013 where i Create a request body in JSON format for a POST request. In the solution i store all the body text into a Text variable.
Now i have to implement the same solution in NAV 2009 R2 Classic version, but here the Text variable can store only 1024 characters. I have tried using String Automation variable from mscorlib.dll but it didn't work as well.
Do we have any other way to achieve this?

Thanks in advance

Best Answer

Answers

Sign In or Register to comment.