WSDL Definition Element

The <definition> element must be the root element of all WSDL documents. It defines the name of the web service.…

12 years ago

Hello World Example WSDL Document

Following is the WSDL file that is provided to demonstrate a simple WSDL program. Assuming the service provides a single…

12 years ago

WSDL Elements

WSDL Documents: A WSDL document is just a simple XML document. It contains set of definitions to describe a web…

12 years ago

WSDL Tutorial – Introduction to WSDL

This is section where we are talking about WSDL Tutorial. The Web Services Description Language is an XML-based interface description…

12 years ago

Map interface in Collection

The Map interface is not an extension of Collection interface. Instead the interface starts of it’s own interface hierarchy, for…

12 years ago

Difference between HashSet and TreeSet in Java

Several difference between HashSet and TreeSet are similar to what we discussed as difference between TreeMap and HashMap. Anyway Set…

12 years ago

TreeSet Class in Collection

public class TreeSet<E> extends AbstractSet<E> implements NavigableSet<E>, Cloneable, Serializable A NavigableSet implementation based on a TreeMap. The elements are ordered…

12 years ago