Application Development 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: 

How do I use HTTP_POST to call a web service in 4.6c?

former_member600549
Participant
0 Kudos

I go to sm59 in my 4.6c cloud and I don't see 'HTTP Connections to External Server', I also don't have access to cl_http_client because I'm in 4.6c. How do I use HTTP_POST to get around this? Right now I'm getting an error 'Connect Error:OpenSSL not available'

My end goal is zip some data up and end the zip file to the rfc destination, but I need to do all this in 4.6c so creating and sending the zip file will be a challenge

1 REPLY 1

Sandra_Rossi
Active Contributor
0 Kudos

4.6C is obsolete so maybe it can't support all new HTTP/HTTPS things.

You have many demonstration programs named RSHTTP*

About zipping, ABAP can still do a call to the OS.

Anyway, creating an external program (possibly not ABAP) is feasible and it can be called from ABAP 4.6C.