File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes  	 Do we need to apply security in message level in mobile appliaction call secure web service? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark " 	 Do we need to apply security in message level in mobile appliaction call secure web service?" Watch " 	 Do we need to apply security in message level in mobile appliaction call secure web service?" New topic
Author

Do we need to apply security in message level in mobile appliaction call secure web service?

tarek helmy
Ranch Hand

Joined: Nov 14, 2008
Posts: 42
Do we need to apply security in message level in e-commerce mobile appliaction call secure web service, since messages contains sensetive data?

or using SSL is quite enough and suffiecent?

please advise
thanks.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Not knowing your application, we can't say for sure what needs to be done, and what might or might not be sufficient. But seeing "e-commerce" there, it sure sounds to me like you need to be very conscious of security in all its facets.

SSL has really become obsolete for web services; the standard way is to use the WS-Security standard, which all major WS toolkits support. I'm not sure what's available for a mobile JVM, though - are you talking about Android, JME or something else?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Do we need to apply security in message level in mobile appliaction call secure web service?
 
Similar Threads
Do we need to apply security in message level in mobile appliaction call secure web service?
Securing a Web Service
Web Service Security - Level of details needed (for part2)
Securing a Web Service
How to overide security behavior in j2me mobile application to accept self signed certitficate?