Keyur Mapith | 27 Jan 2011 11:10
Favicon

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)

Alejandro Revilla | 28 Jan 2011 14:53
Favicon
Gravatar

Re: Not able to receive the response from server.

Can you use the jpos-users mailing list please? It's more active and has
better search capabilities than this one.

Thank you (see http://jpos.org/resources).

On Thu, Jan 27, 2011 at 08:10, Keyur Mapith <i.luky@...> wrote:

> 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;
(Continue reading)

Mark Salter | 28 Jan 2011 15:01

Re: Not able to receive the response from server.

On top of following Alejandro's request to ask this on jpos-users,
when you do, can you include (on jpos-users) the output you are getting
and perhaps reduce/eliminate  the test code shared?

--

-- 
Mark

------------------------------------

Keyur Mapith | 29 Jan 2011 07:36
Favicon

Re: Not able to receive the response from server.

sure, i had mailed this question in jpos users mailing list. 
thank you for you response...

------------------------------------


Gmane