web services security and further references

12
Web Services Security and Further References Presented by Ashraf Memon

Upload: rowena

Post on 21-Jan-2016

21 views

Category:

Documents


0 download

DESCRIPTION

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 - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Web Services Security and Further References

Web Services Security and Further References

Web Services Security and Further References

Presented by

Ashraf Memon

Presented by

Ashraf Memon

Page 2: Web Services Security and Further References

2

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

Page 3: Web Services Security and Further References

3

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.

Page 4: Web Services Security and Further References

4

• Touching other emerging specifications, means opening a bag of worms

Page 5: Web Services Security and Further References

5

Grid Security Infrastructure (GSI) authenticated Web Services

• GSI Authenticated Arcweb Services

• http://www.ws-i.org

• http://www.webservicessummit.com/Security.htm

Page 6: Web Services Security and Further References

6

Java Web Services

• JAX-RPC based service

• http://www.ammai.com/webservices/index.html?POSTNUKESID=8dd13c58180ef4543f03f656901ab4db

Page 8: Web Services Security and Further References

8

C++ Web Services

• http://ws.apache.org/axis/cpp/

• http://www.systinet.com/resources/tutorials#cpp

Page 10: Web Services Security and Further References

10

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

Page 11: Web Services Security and Further References

11

Other languages to Web Service

• http://aspn.activestate.com/ASPN/WebServices/SWSAPI

• http://www-106.ibm.com/developerworks/webservices/library/ws-tip-leg.html

Page 12: Web Services Security and Further References

12

And of course Microsoft DOT NET

• http://msdn.microsoft.com/webservices/