• 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

urgent help needed ... please

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need to develop a code for exchange information between diferent companies, the information to be changed is simple, I just need to send for each one two values and I want to receive from then automatically, the one value from then. For example:
Value1: 1000
value2: 24

Send the infoemation to these companies:
company 1
company 2
company 3

And i Want to receive automatically the answers of eatch one
answer 1 = 300 (Company 1)
answer 2 = 400 (Company 2)
answer 3 = 350 (Company 3)

something like that.

Thanks for your help.
Leandro
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Can u tell what application u r using on the both ends.
Regards
 
Leandro Rezende
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We dont know what kind of application is runnig at the other Conpany ends, can be different application for any Conpany. For our ends we are think to use Java.
 
Balaji Loganathan
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I don't whether i understand your requirement correctly.But onething i can tell is..
You can tell ur company(s) that "u can get information by accessing the following URL
http://mycompany/servlet/retrievedata?companyname=foo
this will reply them back an xml file.. and later that company can process
that xml data with XSLT or some xml parser....
You can also do the same by asking them to
provide u with a url which emits XML upon request from you..
But this u have to strict with XML,and moreover u can't make a loop,which may eats ur memory.
I think the best idea is to read JMS(Java messaging server) where both asynchronous and synchronous is possible..
no need to use XML,u can use ur own encoded data.Please read the tutorial and see whether u can get something for your need.
I believe someone will give more idea on this.
Regards
Balaji
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic