2020 Jan 31 8:56 AM
Requirement is that PDF file will be in AL11 and need to place the same file in a folder present in web API (Cloud) by passing folder-id.
URL for that API is given.
I know how to read file from application server but I'm stuck with how to call web API and send a file to its folders.
KIndly help me on this and if possible provide me a sample code.
Thanks in advance.
Requirement is that PDF file will be in AL11 and need to place the same file in a folder present in web API (Cloud) by passing folder-id.
URL for that API is given.
I know how to read file from application server but I'm stuck with how to call web API and send a file to its folders.
KIndly help me on this and if possible provide me a sample code.
Thanks in advance.
2020 Jan 31 10:09 AM
CL_HTTP_CLIENT and/or CL_REST_HTTP_CLIENT. You can search the forum and web for examples.