cancel
Showing results for 
Search instead for 
Did you mean: 

HTTPS - XML

Former Member
0 Kudos

Hi friends

Do you know if i can send https post against a server? How can i do it?

I 'm using 4.7, exist xml function module?

Some idea. I don't know what to do.

Best Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI

GOOD

IT IS POSSIBLE TO SEND A HTTPS POST AGAINST A SERVER BECAUSE IT IS A STATEFUL PROTOCOL.

GO THROUGH THIS LINK

http://xml.coverpages.org/xml-rpc.html

THANKS

MRUTYUN

athavanraja
Active Contributor
0 Kudos

yes this can be done.

check out the following thread at BSP forum about the same topic

steps involved:

1. obtain the digital certificate from the target site and load them in ABAP system (STRUSTSSO2 transaction)

2. use cl_http_client class to post to server

Regards

Raja

former_member181962
Active Contributor
0 Kudos

Check the following FMs:

HTTP2_POST HTTP post

HTTP2_POST_DOCUMENTS HTTP Post Files

HTTP2_POST_DOCUMENT_255

HTTP2_POST_FILES_255 HTTP Post Files

HTTP_POST HTTP post

HTTP_POST_DOCUMENT

HTTP_POST_DOCUMENTS

HTTP_POST_DOCUMENT_255

HTTP_POST_FILES HTTP Post Files

HTTP_POST_FILES_255 HTTP Post Files

Regards,

Ravi