Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74532
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <gary.herron@islandtraining.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.013 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'socket': 0.07; 'string': 0.09; 'back.': 0.09; 'received:67.192': 0.09; 'received:67.192.241': 0.09; 'received:dfw.emailsrvr.com': 0.09; 'throws': 0.09; 'python': 0.11; 'incorrect': 0.16; 'wrote:': 0.18; 'module': 0.19; 'trying': 0.19; 'server,': 0.19; 'example': 0.22; 'header:User-Agent:1': 0.23; 'received:emailsrvr.com': 0.24; 'java': 0.24; 'developers': 0.25; 'received:(smtp server)': 0.26; 'code:': 0.26; 'header:In-Reply-To:1': 0.27; 'programming.': 0.30; "i'm": 0.30; 'asked': 0.31; 'gary': 0.31; 'could': 0.34; 'created': 0.35; 'but': 0.35; 'really': 0.36; 'module.': 0.36; "didn't": 0.36; 'method': 0.36; 'hi,': 0.36; 'similar': 0.36; 'should': 0.36; 'server': 0.38; 'thank': 0.38; 'question,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'new': 0.61; 'you.': 0.62; 'email addr:gmail.com': 0.63; 'reply': 0.66; 'contact': 0.67; 'response.': 0.68; 'package?': 0.84 |
| X-Virus-Scanned | OK |
| Date | Tue, 15 Jul 2014 21:39:57 -0700 |
| From | Gary Herron <gary.herron@islandtraining.com> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: ISO8583 |
| References | <385182ab-db88-458d-8480-a1854125f50f@googlegroups.com> |
| In-Reply-To | <385182ab-db88-458d-8480-a1854125f50f@googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11863.1405485611.18130.python-list@python.org> (permalink) |
| Lines | 36 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1405485611 news.xs4all.nl 2960 [2001:888:2000:d::a6]:45293 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:74532 |
Show key headers only | View raw
On 07/15/2014 08:56 PM, barontronik@gmail.com wrote:
> Hi,
>
> I'm very new to python programming.
> I would like to ask how come when I send ISO8583 to the server, I didn't get any response back.
This is not really a Python question, but should rather be asked of
whoever created the ISO8583 module.
Do you know how to contact the developers of the ISO8583 package?
Gary Herron
>
> If I send it incorrect parameter, the server will reply but if I send it correctly, the server didn't response.
>
> The original client is in java using ISOMUX, I have been trying to use the pyMux.py that on the ISO8583 module but didn't succeed also.
>
> Right now i'm just using normal python socket and ISO8583 module.
>
> The original java ISOMUX code:
>
> ISOMUX isoMux = new ISOMUX(channel)
> {
> protected String getKey(ISOMsg m)
> throws ISOException
> {
> return m.getMTI().substring(0, 2) + m.getString(32) + m.getString(12);
> }
> };
>
> Could someone give me example whether python have other method similar to ISOMUX?
>
> Thank you.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
ISO8583 barontronik@gmail.com - 2014-07-15 20:56 -0700 Re: ISO8583 Gary Herron <gary.herron@islandtraining.com> - 2014-07-15 21:39 -0700
csiph-web