‎2006 Sep 27 12:58 PM
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
‎2006 Sep 27 1:02 PM