Skip to main content

Hi All,

I want to save the huge xml response in SQL Server.

At present, I am trying to convert total xml response to string and saving to DB, but here total response is not saving as the content is very very big.
So want to try like saving the response as it is like xml. Is it possible to save like this.. If yes may I know the possibilities / approaches please.


Thanks in advance.

Hi @lakshmim85,

Can you please share the sample XML response file here, will try and let you know if I found anything from myside.


Hi @Naveen B ,

Please find the xml response as an attachment here. 

Thank you!


basically, XML is stored in string format. people will store XML in a folder, then in data store the url/directory into database.


Reply