• 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

How to handle validations in WebServices

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

I wanted to discuss regarding how the validations are done in webservices.
I am exposing methods present in the session beans as a webservice.
I have written a Handler/Delegate class where i do the necessary conversions for the method return types and parameters.

we�re now bypassing the input validation that may or may not exist in the UI layer, by going directly against the entities.So i wanted to know where these validations need to be done now as it is very critical senario.
should this be handled in the Session Bean methods, Delegate layer or in the WSDL itself.

Please let me know about the procedure of how this is done in case any one of you have already implemented the same.
waiting for a positive reply from your side.

Regards
Vikram K
 
If you are using a rototiller, you are doing it wrong. Even on 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