• 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

A System call B System function using web service

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can A system call another system's function (e.g. Enquiry Function) which another application server. does it need web service to handle security issue ?


i.e 1) A System Application function
2) When click a button, it will pop-up B system Payment function (pass the applicaiton no from A to B)
3) After finish B system payment function, then click a button. it will close B system function and back to A System Applicaiton Function.
4) In A System Applicaiton function, I will display a payment receipt No which retrieve from B system.

How to implement above flow? I wish the flow can handle securiy issue... e.g. Only A system can call B system function ...Thanks..


reply
    Bookmark Topic Watch Topic
  • New Topic