This package lets you parse a WSDL file and view all the information contained in it. The primary entry point is the {@link Parser#readServiceDescription} method. This creates a Service object, which can be queried for all other information such as Ports, PortTypes, Messages, Bindings, and Operations. It does not parse the actual Schema section of the WSDL file; it is assumed that some other library such as JAXB or other classes in the ProscWebServices are doing the XML marshalling / unmarshalling.