Skip to Content
Author's profile photo Former Member

Configuring AS2 Adapters provided by B2B toolkit 1.0 – Part III

Test of the Scenario:

i. Trigger an Idoc from the corresponding ECC system manually using Tcode WE19 and ensure that it’s triggerred succesfully.

I1.png

ii. Go to the Message Monitor and one successful messages can be seen that corresponds to the outbound request.

I2.png

iii. The Message Log remains exactly the same as in the scenario 1. It’s just that MDN isn’t received from the partner this time around.

I3.png

iv. Now go to the B2B Acknowledgements and the MDN status should be Success with the status ACK_NOT_SOLICITED which means that acknowledgement is not pending from partner.

I4.png

Scenario 3:  AS2 Adapter (Sender) to SOAP Adapter – Asynchronous Scenario

i. Import the dtd (data type definition) in the RosettaNet format as an External definition which will work as the Data Type and Message Type for Sender Side.

I5.png

ii. Import the WSDL provided by the Client system which will work as the DT and MT for the receiver side.

iii. Create Async SI (for both sender & receiver)

     Note: The Interface pattern for both Sender and Receiver SI has to be Stateless (XI30 Compatible).

I7.png

iv. Create MM & OM.

v.  Create an Iflow in a usual way while configuring SOAP Channel on the receiver side.

     Note: The Iflow has to be a Non Specific Operation.

I8.png

vi. General: Define a specific Channel name for AS2 Sender Channel and choose following on the General tab.

    1. Adapter Type:                           AS2 from B2B Toolkit 1.0
    2. Transport Protocol:                 HTTP
    3. Message Protocol:                  AS2

I9.png

vii. Adapter-Specific: Go to the Adapter Specific tab and within General tab, Specify following.

  1. Expected URL-Path : One expected URL path is configured for one business partner. All interfaces Receiver Channels  from one partner use the common expected URL. This is basically the URL of the sender partner.

This can be in the format  auth/<Partner name>

  1. Expected Message Id Left
  2. Expected Message Id Right
  3. Expected Sender’s AS2 name
  4. Expected Own AS2 name
  5. Expected subject

The parameters from a to f are all mandatory and need to be specified while configuring the Receiver AS2 channel from B2B Toolkit 1.0. These parameters have already been explained in the Scenario 1 and the literal meaning remain the same.

When any incoming message from any partner hits the PI box using AS2 gateway, it contains the expected URL and all the parameters listed from b to f. These details are used combindly to find the correct Receiver channel.

I10.png

Incoming AS2 Message Details

I11.png

  1. Ambivalent Configuration: If checked then this parameter ensures that multiple channels have not been configured with exactly the same details so that an alert is sent whenever one AS2 incoming message is passed onto multiple AS2 receiver channels.
  2. Duplicate Handling: If checked then the parameter ensures that an alert is sent based on the configuration whenever a duplicate message is processed.
  3. Quality of Service: This parameter makes sure the processing mode of the message. In this scenario, keep it as Exactly Once (asynchronous).

The possible values are

  • Exactly once
  • Exactly once in order
  • Best Effort

I13.png

viii. Signature and Encryption: Now go to the Signature and encryption tab. Here the security of the incoming AS2 message is evaluated.

    1. Verify Signature: If the incoming AS2 message is signed by the partner then it’s signature is verified using the partner’s public key certificates. These security certificates are uploaded in the Netweaver administrator Key Store.
    2. Decrypt: If the incoming AS2 message is encrypted by the partner then it needs to be decrypted using client’s (self) private decryption algorithm. These security certificates are again uploaded in the Netweaver administrator Key Store.

I14.png

ix.  MDN: Now go to the MDN tab. In this scenario, MDN is sent back to the partner by SAP PI. There is an option of signing this MDN with client’s security certificates to ensure the integrity of the message.

    1. Send Option for MDN: In this scenario MDN is always sent asynchronously with respect to the original interface. If the send option is kept as “Immediate” It’s sent as soon as the message is received by a Receiver AS2 channel.

The other Send option is on “Application Acknowledgement”

While sending back the MDN following parameters can also be configured.

      • Override URL for MDN: Whether MDN needs to be sent to some host other than the originator partner URL.
      • Basic HTTP authentication: Whether the receiving partner has configured an authentication HTTP mechanism for receiving all incoming message (User Id and Password)
      • Proxy server: Whether the MDN will be routed through any proxy server.

I15.png

x. Modules: Now go to the Modules tab where only a standard module for entry appears.

I16.png

xi. Save, activate and deploy the Iflow.

Test of the Scenario:

i.  Get a file triggerred by the partner which will pass through the AS2 adapter in PI system. Ensure that the partner uses the correct details of PI host and also uses the correct authentication details for logging onto the PI system.

ii.  After the successful connectivity test with the partner, when the AS2 message from partner enters the PI box, it can be monitored in the channel independent             logs in the monitoring home.

/wp-content/uploads/2014/04/i17_423021.png

iii. Click on the AS2 adapter and see the logs below.

I18.png

iv.   The entered message can be seen in below format with all the required parameters which would help it to find the correct AS2 sender channel.

I19.png

v.    If the sender AS2 channel is found, the message is routed through it otherwise an error occurs that “No Channel matches incoming request”

I20.png

vi.   Once the AS2 message passes through the correct channel, it can be seen in the Message monitoring.

I21.png

vii.  On going through the message log, it is observed that the AS2 message passes through all the security, transformation and delivery steps.

I22.png

viii.  Go to the B2B Acknowledgements and MDN status is seen with the status Success and status code as SENT_SYNC_POS which means Sent Synchronous and positive MDN.

I23.png

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Jixin Wang
      Jixin Wang

      hi kanes,

      as mentioned above in scenario 3.

      ix.  MDN: Now go to the MDN tab. In this scenario, MDN is sent back to the partner by SAP PI. There is an option of signing this MDN with client’s security certificates to ensure the integrity of the message.


      i want to know why mdn is sent back to the partner by sap pi but not soap receiver,

      could scenario 3 be synchronous, if so, how to design  dt mdn, thank you!

      Author's profile photo Former Member
      Former Member

      Hi kanes,


      Which URL we need to give to partner in PO 7.4

      Author's profile photo Former Member
      Former Member

      We are working on the similar scenario, we have created the URL as sent to partner - http://public ip:port/AS2/auth

      As you mentioned the URL is working in Development, Please tell us how it works


      1.  we have tested the URL in the browser , and we gave the password and we receive the error

      "Use POST-Requests to submit AS2-Messages"


      2. This is message in communication channel monitoring for sender channel - " Channel is listening for incoming connections on /AS2/auth " we are not clear in this statement".

      3. once the partner post the message in the URL, where will we receive the message in PO 7.4 , how to see it.

      4. Please tell us any setting to be made from PO 7.4 side.

      Author's profile photo T Fdo
      T Fdo

      Hi Kanes,

      Thank you for sharing this nice article..

      if a Partner is sending multiple files for different PI Interfaces (ex : Purchase Order , Invoice , Receipt etc..) how do we segregate files? How to set parameters in PI communication channel to segregate files that partner is sending...

      Does it have to be different URL path..?

      Author's profile photo Shaibayan Chakrabarti
      Shaibayan Chakrabarti

      This example is for XML messages. What would change if the AS2 Sender channel is supposed to receive an ANSI X12 message format?

      Also how would we send an EDI ANSI X12 message in Mail?