Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

No memory to process HTTP/HTTPS

Former Member
0 Likes
1,150

Hi all

My requirement is to create a xml string attach it to a URL and send it to a remote server. During a single run i need to create some 28,000 odd xml files attach it to the URL and send it one by one to the server. I use the method cl_http_client=>create_by_url to create the URL and the method lv_client->send( ) to send the URL to the remote server. This method is working for 500 records. When i try to send more than 500 records iam getting a error message as

"No memory to process HTTP/HTTPS"

Why exactly do i get this error?

Thanks in advance

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
431

PL take a look at the OSS Note#538405.

~Suresh