Application Development and Automation 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: 
Read only

ArchiveLink and External Content Server

Former Member
0 Likes
723

Newbie question.

Well, we are going to try to implement ArchiveLink HTTP interface 4.5 for a DMS to be able to use it as certified external content server. We are planning to user java/jsp. We can specify content server as 'http://mycontentserver:8080' and in script 'contentserver.jsp'. That part I understand. SAP is going to call contentserver.jsp and will append a request like 'getDoc' to it along with other parameters like docId, contRep, authId, expiration etc. The URL will look like http://mycontentserver:8080/contentserver.jsp?getDoc&contRep&authId&expiration. Is it correct that the contentserver.jsp will have to parse these parameters and create a getDocument request understandable for the DMS? Secondly, what if the DMS is not storing documents in components? Do we then have to modify the underlying DMS architecture to make it support SAP document structure (one document can have one or many components)?

Regards,

-Y

Newbie question.

Well, we are going to try to implement ArchiveLink HTTP interface 4.5 for a DMS to be able to use it as certified external content server. We are planning to user java/jsp. We can specify content server as 'http://mycontentserver:8080' and in script 'contentserver.jsp'. That part I understand. SAP is going to call contentserver.jsp and will append a request like 'getDoc' to it along with other parameters like docId, contRep, authId, expiration etc. The URL will look like http://mycontentserver:8080/contentserver.jsp?getDoc&contRep&authId&expiration. Is it correct that the contentserver.jsp will have to parse these parameters and create a getDocument request understandable for the DMS? Secondly, what if the DMS is not storing documents in components? Do we then have to modify the underlying DMS architecture to make it support SAP document structure (one document can have one or many components)?

Regards,

-Y

1 REPLY 1
Read only

Former Member
0 Likes
474

Hello,

Unfortunately I have no answer for you be a small question,

Where can be found information on ArchiveLink HTTP interface 4.5 implementation, I intend to do the exact same thing as you for our DMS system.

Thank you,

Eric