Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to create a KIOSK machine which enables user to print passbook by themselves .In order to get details from the bank server they will provide me the IP and PORT no. I am using ISO8583 messaging format to send and receive messages.Please provide me solution on how to send ISOmessages to bank server.I am using c# windows application as KIOSK interface.

Thanks in advance.
Posted
Comments
José Amílcar Casimiro 11-Jun-15 4:35am    
Read this: http://www.codeproject.com/Articles/100084/Introduction-to-ISO
OriginalGriff 11-Jun-15 4:38am    
I'd suggest you post that as a solution.
pranav8265 11-Jun-15 5:28am    
Thanks for replying .I am having the ISO8583 message data .I am looking for method to send this message to bank server and to get the reply back.I read somewhere that socket programming can be used for this but i don't have much knowledge in this .Please help me on how to send messagess to Bank server using its Ip address and port no.
[no name] 11-Jun-15 7:42am    
Then the TcpClient class would be of interest to you. And you should be asking the bank these questions.

1 solution

instead of socket programming cant we have some service (secure wcf service) hosted at bank site and consume the same service from KIOSK terminal and have your data formatted for printing.
 
Share this answer
 
Comments
pranav8265 12-Jun-15 0:11am    
thank you for showing interest ,Previously I have done this for a cooperative banks in Maharashtra using WCF service but here its a nationalized bank ,they don't provide any web service instead they give IP address and PORT no of there middle server of there branch which is connected to the main bank server. See this link to understand the situation.
http://stackoverflow.com/questions/26648567/request-response-iso8583-message-of-passbook-atm-machine-kiosk .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900