cancel
Showing results for 
Search instead for 
Did you mean: 

Communication with partner when using seeburger AS2 adapter in SAP PI 7.1

Former Member
0 Kudos

Hi Folks,

We installed AS2 adapter in our  PI system.Now our partner need to communicate our AS2.

we exchanged our partner IDs.we are using only HTTP so i believe certificates are not required.(let me know still required)

here my question  : what is the URL i need to provide to my partner.is it

http://<host>:<port>/SeeburgerAS2/AS2Server    ...?

let me know only partner ID and URL is enough to communicate or is there any other details i need to provide.!

also i am planning to create proxy for the above URL( since our PI is not exposed  to outside network) in proxy server,please let me know will it work

   http://<proxyhost>:<proxyport>/SeeburgerAS2/AS2Server  i will provide this URL to partner.!

Thanks

Surya

Accepted Solutions (0)

Answers (1)

Answers (1)

S0003485845
Contributor
0 Kudos

Hello Surya,

we exchanged our partner IDs.we are using only HTTP so i believe certificates are not required.(let me know still required)

=> the main advantage of the AS2-protocol is that the protocol allows for signing/encryption which is also used in approx 99% of all cases.

So you need to have a "Private Key" in your Keystore and you need to provide the corresponding public certificate to your partners. Also usually each partner will also provide you with his "public certificate"

The URL that your AS2-Server on PI uses is 

http://<host>:<port>/SeeburgerAS2/AS2Server


You can insert this address into a Webbrowser and should receive the following message. The nyou know your AS2-Server is ready to receive incoming calls...

The main parameters that are usually exchanged are:

- the complete URL (like mentioned above)

- the AS2 ID

- the public certificates

- the IP-address that each side uses to send data (so that the other party can open their firewall for incoming calls from this ip-address)

- type of MDN used (synchronous/asynchronous)

Regards

Stefan