|
| 1 | + --------- |
| 2 | + Resources |
| 3 | + --------- |
| 4 | + |
| 5 | +Tutorial |
| 6 | + |
| 7 | + * {{{http://blog.springframework.com/arjen/archives/2006/06/09/tutorial-writing-contract-first-web-services/}Writing Contract-first Web Services}} |
| 8 | + |
| 9 | +SOAP Reference |
| 10 | + |
| 11 | + Below are some resources which help you understand SOAP in general. These are not tied to Spring-WS. |
| 12 | + |
| 13 | + |
| 14 | + * {{{http://www.w3.org/TR/2000/NOTE-SOAP-20000508/}the SOAP 1.1 specification}} |
| 15 | + |
| 16 | + * {{{http://www.ws-i.org/Profiles/BasicProfile-1.1.html}the WS-Interop basic profile}}, to make sure your Web services are interopable with other platforms |
| 17 | + |
| 18 | + * {{{http://www.w3schools.com/soap/default.asp}SOAP tutorial}} |
| 19 | + |
| 20 | + * {{{http://www.jguru.com/forums/SOAP}the jGuru SOAP forum}} |
| 21 | + |
| 22 | + * {{{http://www.daniweb.com/techtalkforums/forum151.html}another XML and SOAP forum}} |
| 23 | + |
| 24 | + * {{{http://www.amazon.com/gp/product/0131488740}Web Services Platform Architecture}} is a good book on SOAP, WSDL, and all current and upcoming WS-* specifications |
| 25 | + |
| 26 | +XSD Reference |
| 27 | + |
| 28 | + Below are some resources which help you understand XSD schemas in general. These are not tied to Spring-WS. |
| 29 | + |
| 30 | + |
| 31 | + * {{{http://www.w3.org/XML/Schema}the XSD 1.1 specification}} |
| 32 | + |
| 33 | + * {{{http://www.w3schools.com/schema/default.asp}XSD tutorial}} |
| 34 | + |
| 35 | + * {{{http://www.amazon.com/gp/product/0130655678}Definite XML Schema}}, a good book on XSDs |
| 36 | + |
| 37 | + * {{{http://www.amazon.com/gp/product/0201740958}Essential XML Quick Reference}}, a good reference on XML, XPath, XSL, XSD, and more |
| 38 | + |
| 39 | +WSDL Reference |
| 40 | + |
| 41 | + Below are some resources which help you understand WSDL in general. These are not tied to Spring-WS. |
| 42 | + |
| 43 | + |
| 44 | + * {{{http://www.w3.org/TR/wsdl}the WSDL 1.1 specification}} |
| 45 | + |
| 46 | + * {{{http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html}the WS-I basic profile}}, something every Web service should adhere to |
| 47 | + |
| 48 | + * {{{http://www.w3schools.com/wsdl/default.asp}WSDL tutorial}} |
| 49 | + |
| 50 | + * {{{http://www.amazon.com/gp/product/0131488740}Web Services Platform Architecture}} is a good book on SOAP, WSDL, and all current and upcoming WS-* specifications |
| 51 | + |
| 52 | +WS-Security Reference |
| 53 | + |
| 54 | + Below are some resources which help you understand WS-Security in general. These are not tied to Spring-WS. |
| 55 | + |
| 56 | + |
| 57 | + * {{{http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wss}the WS-Security 1.1 specification}} |
| 58 | + |
| 59 | + * {{{http://dev2dev.bea.com/pub/a/2004/05/WS-Security.html}WS-Security and Java: Practical, In-Depth, Message-Based Security}} |
| 60 | + |
| 61 | + * {{{http://www.amazon.com/gp/product/0131488740}Web Services Platform Architecture}} is a good book on SOAP, WSDL, and all current and upcoming WS-* specifications |
0 commit comments