cancel
Showing results for 
Search instead for 
Did you mean: 

What Adapters can be configured for swift gateway

Former Member
0 Kudos

Hi All,

Could you please share few information on SWIFT configuration

As I need some inputs on some points related to possibility
delivered by PI in terms of :

-          Direct connection from PI to swift Gateway. At the moment, we are going throw a folder and I want
to improve this architecture.

Like idea how to configure SOAP, RA, etc ….

   -          Encryption end to End. What are the different encryption possibility PI can delivered to have file
encrypted from PI to the Bank itself.

How can we implement PGP dont have clear idea on 

Please help me out on this  points and share some information.

As we are implementing and want to manage Payroll files out from SAP.

   

Thanks

G V Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

IWAY provide adapter to connect SWIFT and it can handle SWIFT message formats.

Standard Adapters like SOAP or JDBC will not work,higly secured and SWIFT message standards also different.

We can use file adapter to connect folder and we do have predefined modules to convert SWIFT message standard to XML format.

Please search in SCN.

Regards,

Raj

Former Member
0 Kudos

Hi Raja,

Thanks for your quick responce,

All ready we are going throw a folder and we want to improve this architecture without using folders,

by using other adapters, please suggest with which adapters it can be possible and the configuration.

Thanks

G V Anil

rajasekhar_reddy14
Active Contributor
0 Kudos

as i said IWAY supports SWIFT integration but you have to buy licensing which involves cost.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Based on the Swift Gateway developers link

http://www.swift.com/support/drc/develop/gateway_developer.page

I can see they support messaging system , Web service and so.  IMO, You can use JMS and SOAP adapter for sure.  SOAP adapter supports all the standard authentication procedures to communicate between systems. Also check with target system about their protocol standards for receiving and sending message. You can still focus on other possible adapters like JDBC , File too.

This is my few cents...

Former Member
0 Kudos

Hi Baskar,

Thanks for your quick responce,

Could you please explain clearly how to configure for SOAP adapter.

Thanks

G V Anil

baskar_gopalakrishnan2
Active Contributor
0 Kudos

There are plenty of document for the soap scenarios in SCN. You can refer the below link for getting idea about soap sender and receiver configuration. You can host webservice using soap sender and let your partner to consume the webservice. Using soap receiver you can consume the other system webservice. As far as web service based interfaces concerned there wont be message format difference between PI and SWIFT gateway system.  Though PI supports all the standard soap authentication procedures, you might want to check with the SWIFT system about what mode and authentication they need for sending and receiving soap message.

http://www.riyaz.net/sap/xipi-a-guide-to-using-sap-xi-soap-adapter/113/

refer SCN for this type of scenario and questions.