cancel
Showing results for 
Search instead for 
Did you mean: 

Pulling Documents from Content Server

Former Member
0 Kudos

I'm trying to write a .NET webservice that will retrieve documents from the SAP Content Server.

I understand that I need to build a URL to the content server to retrieve each document, and that part of this URL is a security key 'secKey'.

I've such documents as:

http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/9561c8f3b111d1955b0000e82deb58/content.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/9b/e8c192eaf811d195580000e82deb58/content.htm

And everything seems fine, except for how to create the 'secKey'. I can hash the URL parameters as required, but I don't know how to sign it - how do I obtain the sender's private key in order to do this?

Any help with this would be greatly appreciated!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sorry, I realise that this is a Java forum, and I specified that I'm writing in .NET.

The reason I'm posting here is that if I can't do it in .NET , I'm happy to use Java instead.