• 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

technology (JAX-RPC, Axis, SOAP, REST etc.) to implement web services ?

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In an interview, I am asked a question :


under what scenario we should use which technology (JAX-RPC, Axis, SOAP, REST etc.) to implement web services ? what is pros and cons ?



here, my first question is , why they list all "JAX-RPC, Axis, SOAP, REST " as technology ? In my understanding, SOAP is just a protocol, but Axis is vendor product to implement SOAP.

Anyway, how to answer this question ?

Thanks.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the "etc." part is important. They just listed some technologies and implementations to give you an idea of the solution space. So the important points they wanted you to address were most likely a) whether or not to use web services, b) whether to use SOAP or REST, c) the fact that JAX-RPC is obsolete and should no longer be used.
 
I'd appreciate it if you pronounced my name correctly. Pinhead, with a silent "H". Petite ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic