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 to retrieve pdf from unlicensed content server using ArchiveLink?

Former Member
0 Kudos
146

Hi teachers,

How do I retrieve a pdf from an unlicensed content server using ArchiveLink?
The Content server is just a webserver using a WAMP stack (not sure if its right to call it a content server).
The pdf is sitting in a folder inside the webserver. Example : http://abcd.com/backend/web/pdfdata/Dunr1.pdf

In this thread, it is possible, but no clues as to how to set it up.

I have ABAP experience but new to ArchiveLink so any guidance or guides will be good! Thank you!

1 ACCEPTED SOLUTION

Former Member
0 Kudos
99

It seems like there is no way of retrieving using ArchiveLink to a non-ArchiveLink server.
The only configurations we got was about a standard content server or a paid third party server(OpenText etc), not to a WAMP server that was built from scratch without any configuration.

In the end, we used GOS. There is plentiful guides on how to use it. So our webserver sents a URL to SAP server, then tags it to the appropriate document.
Just click on the attachment list, and its there!

We started from this article here. Your Friendly ABAPer: Oh my GOS!

1 REPLY 1

Former Member
0 Kudos
100

It seems like there is no way of retrieving using ArchiveLink to a non-ArchiveLink server.
The only configurations we got was about a standard content server or a paid third party server(OpenText etc), not to a WAMP server that was built from scratch without any configuration.

In the end, we used GOS. There is plentiful guides on how to use it. So our webserver sents a URL to SAP server, then tags it to the appropriate document.
Just click on the attachment list, and its there!

We started from this article here. Your Friendly ABAPer: Oh my GOS!