• 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 Services and AS400 RPG

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hallo,
i'm beginner in AS400/RPG and i'd like to know if is possible, and if yes, how call Java Web Services from AS400/RPG program. What must i use ??
Thank's
Alessio
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest searching through IBM Redbooks and IBM developerWorks.
I have never worked with anything related to AS/400, but I believe you might need to write some kind of a TCP socket application for calling a proxy server written in Java, which then translates the stuff you write through the socket into web service calls. But, as I said, I've never worked with AS/400.
reply
    Bookmark Topic Watch Topic
  • New Topic