cancel
Showing results for 
Search instead for 
Did you mean: 

XI 3.0 using RNIF Adapter with HTTPS and Certificate

Former Member
0 Kudos

Hi!

We plan to use the RosettaNet RNIF File Adapter to send RosettaNet Invoices to customers via HTTPS with Certificate Authentication on receiver's site.

Technical questions:

As far as I understood we need to install the SAP Cryptolib and we have to create and sign individual SSL client PSEs on our SAP WebAS(SAP WebAS as client) and

send them to the receiver.

1. Where do we have to install the SAP Cryptolib? In the Java Stack or in the ABAP Stack of XI or in both Stacks?

2. Where do we have to create the SSL client PSEs when using the RNIF Adapter? In the Java Stack or in the ABAP Stack or in both? And which PSE do we have to send to the receiver?

3. Do we also need Server Certificates for our XI system? And again for which Stack, Java or ABAP or both?

4. Where and in which store do we have to import the Certificate the receiver has sent us?

Thanx for any hints.

Regards,

Volker

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Volker,

RNIF adapters support the data communication standard – RosettaNet Implementation Framework (RNIF) defined by RosettaNet. This standard defines RNIF protocols version 1.1 and 2.0. The RNIF adapters 1.1 and 2.0 are based on these protocols.

The adapters change the XI message format to the required RosettaNet message format. The adapters also change the format of messages from partner systems to the XI system.

You use RNIF adapters to send messages between the Integration Server and a RosettaNet-compliant system.

For more information about RNIF you can also visit, www.rosettanet.org :

http://help.sap.com/saphelp_nw04/helpdata/en/42/f3d07f074e1bcae10000000a11466f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/3d/99743f3d4b0866e10000000a114084/content.htm

http://sap.co.il/SAPPHIL04/PDF/Track2/NESS_XI30_Overview.pdf

/people/paul.medaille/blog/2005/07/20/sap-launches-inititative-for-industry-content

http://www.sap.com/solutions/netweaver/components/xiadapters.epx

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9928db90-0201-0010-6894-ffa...

Please refer to the replay of following webinar on Know-how network calls that has live demo on how to configure the RNIF Adapter:

https://www.sdn.sap.com/irj/sdn/webinar?rid=/library/uuid/c189119d-0801-0010-a6a2-f0b010e727ac

Regards,

Abhy

Message was edited by: Abhy Thomas

Answers (1)

Answers (1)

Former Member
0 Kudos

Volker

Since you are using RNIF Adapter your adapter will run on J2EE stack. So first you have to deploy SAP Cryptography toolkit on the J2EE Engine. You have to enable SSL Service in the SAP J2EE Engine. You configure by looking this urls:

http://help.sap.com/saphelp_nw04s/helpdata/en/9c/3c934259a5c66ae10000000a155106/content.htm

http://help.sap.com/saphelp_nw04s/helpdata/en/6a/3c934259a5c66ae10000000a155106/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/1f/4c531f04c07a428964175147017fc8/content.htm

---Mohan