• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web service Server/Client implementation ?

 
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can we implement ISO 8583 server in Java and client in C++.

I mean to say using carbide C++ for client developement and Eclipse for server development.
Are both party's are compatible with each other while sending and receiving the messages.

Thanks & Regards
Chetan dhumane
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I gather from this Wikipedia article that there are a lot of idiosyncrasies in ISO 8583 implementations so be prepared for lots of fiddling.

I would certainly choose Java for the server side - it has all the tools you need for handling bitmaps etc etc. and the IDE support is good.

From the article it looks like ISO 8583 connectivity could be just about anything - are you sure HTTP and the Internet are your best bet?

Are you writing all of this from scratch or are you trying to work with existing code?

The article mentions several Java frameworks already in existance - why not use an existing one?

Bill
 
chetan deol
Ranch Hand
Posts: 643
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using j8583 library in java.
I want to know , can I implement client in c++.
I mean to say client in Carbide C++.
 
reply
    Bookmark Topic Watch Topic
  • New Topic