Web Services Authentication with Axis
Web Services Authentication with Axis 2
Wednesday, November 25, 2009
What's New in WSDL 2.0
WSDL 1.2 was renamed WSDL 2.0 because of its substantial differences from WSDL 1.1. Some of these changes include:
.Adding further semantics to the description language. This is one of the reasons for making targetNamespace a required attribute of the definitions element in WSDL 2.0.
.Removal of message constructs. These are specified using the XML schema type system in the types element.
.No support for operator overloading.
.PortTypes renamed to interfaces. Support for interface inheritance is achieved by using the extends attribute in the interface element.
.Ports renamed to endpoints.
(From http://www.xml.com/pub/a/ws/2004/05/19/wsdl2.html)
.Adding further semantics to the description language. This is one of the reasons for making targetNamespace a required attribute of the definitions element in WSDL 2.0.
.Removal of message constructs. These are specified using the XML schema type system in the types element.
.No support for operator overloading.
.PortTypes renamed to interfaces. Support for interface inheritance is achieved by using the extends attribute in the interface element.
.Ports renamed to endpoints.
(From http://www.xml.com/pub/a/ws/2004/05/19/wsdl2.html)
Sunday, November 22, 2009
Getting Started with Java EE 6
Getting Started with Java EE 6
In this tutorial we’ll update you on the world of Java EE 6 with the help of a Twitter-like demo application we’ve code-named wallfriend. The demo application contains JSF 2.0, PrimeFaces, CDI and Weld as well as Hibernate Validator frameworks.
In this tutorial we’ll update you on the world of Java EE 6 with the help of a Twitter-like demo application we’ve code-named wallfriend. The demo application contains JSF 2.0, PrimeFaces, CDI and Weld as well as Hibernate Validator frameworks.
Subscribe to:
Posts (Atom)