I need to send financial messages(transactions) to a bank with the help of HTTPS
communication. Bank server is written on Java
while my application is in .Net
.
Following are only details I received from their side:
Https request:
• The entire ISO request for https should be sent as an attachment to the following servlet:
https:///Servlet/IBSOtherVendorRequestServlet
What are other components or documents required from their side and which namespace
of .Net
can I use for this communication?
Kindly help me on how to proceed.