27 Jan 2011 11:10
Not able to receive the response from server.
Hi all, I m new to this forum. Actually i am having one problem regarding the transmission of ISO8583 message. The thing is like I am able to send request to the server and the server is parsing the request, generating response and sending it to the client. But on the client side I am not able to receive the response in the client application... Please help me out of this... Thank you in advance.. Here i am sending you a sample code of client that i am using in client application. The code is as follows: ************************************************************************************ import java.io.IOException; import java.util.Date; import java.util.HashMap; import java.util.Map; import java.util.logging.Level; import java.util.logging.Logger; import org.jpos.core.Sequencer; import org.jpos.core.VolatileSequencer; import org.jpos.iso.AsciiInterpreter; import org.jpos.iso.BaseChannel; import org.jpos.iso.ISOChannel; import org.jpos.iso.ISODate; import org.jpos.iso.ISOException; import org.jpos.iso.ISOField; import org.jpos.iso.ISOMsg;(Continue reading)
RSS Feed