I need to know how to connect to a channel I don't know the type of,
or how can I know the type channel that I'm going to connect to. Is
there a standard channel or something like that?
Could somebody help me showng the secuence of the steps to follow for
sending and recieving messages? (Header, message lenght, MTI, bitmap,
data fields).
Please I need an example that works. or some explanation. Help me!
Victor Ml. Suarez wrote: > I need to know how to connect to a channel I don't know the type of, > or how can I know the type channel that I'm going to connect to.
Why would you try and connect to a Channel you don't know the protocol for?
Can you determine the protocol by tracing an existing connection - perhaps using wireshark (or similar)?
> Is > there a standard channel or something like that?
Not really.
> Could somebody help me showng the secuence of the steps to follow for > sending and recieving messages? (Header, message lenght, MTI, bitmap, > data fields).
Search this mailing list, get the Programmers guide.
> Please I need an example that works. or some explanation. Help me!
Examples in the guide and lots of detail on this mailing list.
Perhaps start by sharing what it is you want to do?
-----Original Message-----
From: jpos-users@googlegroups.com [mailto:jpos-users@googlegroups.com] On
Behalf Of Victor Ml. Suarez
Sent: Thursday, July 02, 2009 8:45 AM
To: jPOS Users
Subject: Steps to send and recieve
I need to know how to connect to a channel I don't know the type of,
or how can I know the type channel that I'm going to connect to. Is
there a standard channel or something like that?
Could somebody help me showng the secuence of the steps to follow for
sending and recieving messages? (Header, message lenght, MTI, bitmap,
data fields).
Please I need an example that works. or some explanation. Help me!
Perhaps start by sharing what it is you want to do?
What I need to do is send messages to a terminal (the message is for aprove or reject a transaction from a POS), the terminal will give me a response accepting or rejecting the transaction.
So, I'll taka the response and update de database with the approval code. That's all.
Only you can tell us that. EBCDIC, ASCII, BCD? Length of the length
included or not? How would we know?? That's in your doc. Ferret it out
and see if it matches any of the models described in the jPOS Programmers'
Guide.
Read my on-boarding series (assumes you've purchased and have read the
Guide):
From: jpos-users@googlegroups.com [mailto:jpos-users@googlegroups.com] On
Behalf Of Victor Ml. Suarez
Sent: Thursday, July 02, 2009 9:18 AM
To: jpos-users@googlegroups.com
Subject: Re: Steps to send and recieve
Perhaps start by sharing what it is you want to do?
What I need to do is send messages to a terminal (the message is for aprove
or reject a transaction from a POS), the terminal will give me a response
accepting or rejecting the transaction.
So, I'll taka the response and update de database with the approval code.
That's all.
> What I need to do is send messages to a terminal (the message is for aprove > or reject a transaction from a POS), the terminal will give me a response > accepting or rejecting the transaction.
> So, I'll taka the response and update de database with the approval code. > That's all.
Sounds real easy!
No encryption? No security? No DUKPT?
Sounds like an Issuer system? Is there a company behind it?
> The Interface (where I'm going to connect) is
> ePayment Server (EPS) for HP UX-11
Who owns this terminal? If they are letting you connect to it, don't you think they should provide the details of the message exchange they are expecting you to meet?
> But I dont know the type of channel.
Make your first task to find out who can tell you. You might get lucky here, but much better to ask the owner of the 'terminal'?