Tagged Questions
The swift tag has no wiki summary.
10
votes
7answers
7k views
Java SWIFT Library
I'm looking for a Java library for SWIFT messages. I want to
parse SWIFT messages into an object model
validate SWIFT messages (including SWIFT network validation rules)
build / change SWIFT ...
9
votes
7answers
4k views
US Bank Routing Number and BIC/SWIFT
I've been having a hard time finding more information to this question, and since this site is visited by a lot of people from the United States, you guys might know/find the answer more easily.
...
3
votes
2answers
324 views
Sending a message to SWIFT via WebSphere MQ using ASCII encoding
I'm trying to fix a problem with an application that sends a message to the SWIFT network. The application is a .NET application and it uses IBM's amdqmdnet.dll assembly to communicate with the ...
2
votes
3answers
256 views
Some SWIFT Questions
I hava some questions about SWIFT:
what database SWIFT use and can I connect to it and Insert messages to it?
If I can Insert message in database can SWIFT send it?
Is it possible to send a message ...
1
vote
3answers
553 views
What is proper RegEx expression for SWIFT codes?
I have to filter user input to on my web ASP.NET page:
<asp:TextBox runat="server" ID="recipientBankIDTextBox" MaxLength="11" />
<asp:RegularExpressionValidator runat="server" ...
1
vote
2answers
192 views
Java class representation of financial institution?
Would like to know if there's any opensource library that has a class representation of how a generic financial institution ought to be represented?
Of the top of my head, I guess it should at least ...
1
vote
2answers
2k views
SWIFT MT message validation
I am looking for java library or a vb addin that can be used for
- SWIFT message syntax validation
- Building SWIFT message from available data.
- Retrieving the required tag/field data.
Can ...
0
votes
0answers
13 views
BizTalk - A4SWIFT - Parsing error after deployment
After redeploying an orchestration to my server, I get the following error :
Publishing failed message to MessageBox. Details: The single message of type -1, whose
Interchange ID is ...
0
votes
0answers
27 views
PHP Webservice - works from ConsoleApp but not from Silverlight
I've built a SOAP webservice in PHP that sends out an e-mail using Swift. Service takes 1 input parameter - string - the e-mail body text. Service returns true if mail was sent successful, false ...
0
votes
1answer
81 views
How does Swift-Open Stack Storage System manage file metadata?
I am working on writing a paper on the cloud storage.
I am looking into Openstack storage system called Swift.
On the page: http://swift.openstack.org/overview_architecture.html
Object Server
The ...
0
votes
2answers
149 views
sending newsletter with swift 4.1.1
I would create a php newsletter script with SwiftMail 4.1.1 but I have only founded the wiki for Swift v.3 at http://swiftmailer.org/wikidocs/v3/sending/batch
For Swift 4.1.1 there isn't wiki ...
0
votes
1answer
127 views
PHP SwiftMailer Not sending
I am doing some testing prior to working on some production code and need to figure out how to do an auto e-mail.
The below script runs fine and the result of the send method returns 1, as if it ...
0
votes
0answers
99 views
.net api or component for creating MT950 swift messages
Is there any free .net component that i can use to create MT950 swift messages? if you know one please advise
0
votes
2answers
320 views
SWIFT message parsing for .NET
Can anyone recommend .NET APIs for SWIFT message parsing and provide pros/cons?
Something like this http://www.anasys.com/products/messageobjects/ which I found so far.
Thanks for any replies.
0
votes
3answers
172 views
How could i convert the 3dmax file into flash?
I want to place a 3d rotaional animation on to my website. I have designed those in 3dmax/swift 3d. I need to convert those files to flash.
Are there any possibilities to place the 3d max file ...
0
votes
1answer
379 views
Swift mailer connection refused with symfony1.2
Im having some problems sending mail. I have a ubuntu server running postfix as mailserver. The webapp is based on symfony 1.2 and has Swift 3 for mailing. Everyrhing is running on the same server. ...
0
votes
1answer
623 views
Swift Mailer attachments
I'm creating a CSV on the fly with PHP, I then need to attach this CSV file to the the Swift Mailer Message. I have tried using file_get_content on the created file aswell as using ...
0
votes
1answer
72 views
Java Swift BICDownload exitcode=0
I'm automating the download of BIC file, using the Swift Automation Interface Spec
The all ok scenario works ok, but in a simple error scenarios testing with invalid credentials the code in the java ...
0
votes
1answer
319 views
SWIFT component in .NET
Is there any opensource SWIFT component to be used in asp.net like WIFE in java?
0
votes
1answer
297 views
Swift mt field format rules
Can someone point me to a document where the formatting rules for a MT message field are described?
For example I want to know what the following snippet means.
:4!c//3!a/3!a/15d
0
votes
1answer
442 views
Symfony - Swift Headers (HTML body messages)
I would like to send an auto-generated email with HTML body from my application using Swift.
Here is my current code:
$message = Swift_Message::newInstance()
...
0
votes
1answer
178 views
Where can I find a SWIFT form in HTML?
I'm developing a banking/accounting system and want to make possible printing a SWIFT (Society for Worldwide Interbank Financial Telecommunication) payment order.
Does anybody meet a HTML template of ...
-1
votes
1answer
54 views
Is there simple API for SWIFT bank search [closed]
I have information about SWIFT number. The API should returns All information concerning bank.
In addition may be there is simple api which can find banks and SWIFT by name or part of the name.
Simple ...