120 likes | 221 Views
Web Services Security and Further References. Presented by Ashraf Memon. Overview. Web Service Security Java Web Services Tutorials C Web Services Reference C++ Web Services Reference PERL Web Services Reference FORTRAN Web Services Reference Other Languages Web Services Reference
E N D
Web Services Security and Further References Presented by Ashraf Memon
Overview • Web Service Security • Java Web Services Tutorials • C Web Services Reference • C++ Web Services Reference • PERL Web Services Reference • FORTRAN Web Services Reference • Other Languages Web Services Reference • MS .NET Web Services Reference
Web Services Security • Several protocols have emerged to address some of these areas of web service security based on Authorization, Authentication, Confidentiality, Integrity. • Popular Specifications • SAML (Security Assertion Markup Language) • authentication and authorization of web service (single sign on) • XML Digital Signatures • digitally signing the message to ensure integrity • XML Encryption • encryption of XML messages • WS-Security • WS-security addresses most of the above issues.
Touching other emerging specifications, means opening a bag of worms
Grid Security Infrastructure (GSI) authenticated Web Services • GSI Authenticated Arcweb Services • http://www.ws-i.org • http://www.webservicessummit.com/Security.htm
Java Web Services • JAX-RPC based service • http://www.ammai.com/webservices/index.html?POSTNUKESID=8dd13c58180ef4543f03f656901ab4db
C Web Services • http://www.developer.com/tech/article.php/1379751 • http://www.devarticles.com/c/a/Java/Interfacing-With-C-From-Java-With-JNI-Part-2 • http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid570738_tax292065,00.html
C++ Web Services • http://ws.apache.org/axis/cpp/ • http://www.systinet.com/resources/tutorials#cpp
Perl Web Services • http://www.soaplite.com/ • http://aspn.activestate.com/ASPN/WebServices/SWSAPI/perltut • http://www.amazon.com/exec/obidos/tg/detail/-/0596002068/002-3649560-3533665?v=glance • http://developer.apple.com/internet/applescript/applescripttoperl.html
Fortran Web Services • http://www.nocoug.org/download/2004-05/NYOUG_2004.ppt • http://userweb.elec.gla.ac.uk/i/iainw/jni/ • http://www.caip.rutgers.edu/~vincentm/JNI/jni2f.html • http://www.cs.fsu.edu/~engelen/soap.html
Other languages to Web Service • http://aspn.activestate.com/ASPN/WebServices/SWSAPI • http://www-106.ibm.com/developerworks/webservices/library/ws-tip-leg.html
And of course Microsoft DOT NET • http://msdn.microsoft.com/webservices/