• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

What to expect in Web Services interview ?

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

I have worked with Web Service for past 6 months .
Worked with existing JAX-RPC webservice (built before me joining the project) which talks with .NET client . It is a simple Web service with no security or other aspects . What kind of interview questions I can expect ?

I have read about JAX-WS . So what can be said about JAX-WS advantages over JAX-RPC to a naive Web service developer ?

Thanks.
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is a link that gives you a quick difference.

http://www.ibm.com/developerworks/library/ws-tip-jaxwsrpc.html

I went through it a while back. I have not worked extensively with web services but I guess you could expect questions on SOAP; what terms like UDDI, WSDL, mean; what role XML plays; what APIs are available for web service communication with or without attachments; security; XML basics; what support application servers provide to develop web services; how a servlet or ejb can be turned into a web service.

That would pretty much be my exposure. I ll let some one with more experience to add to this list, since I have never designed a full fledged web service. Good luck
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Learn top-down (i.e contract first) vs bottom-up approach.Pros and cons of each approach. Contract-first is the preferred approach.


What is SOA?, Performance Tips, WSDL, XSDs, UDDI, Handlers, SOAP structure, etc.
[ September 03, 2008: Message edited by: arulk pillai ]
 
grapes are vegan food pellets. Eat this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic