When reading an unavailable distant WSDL, the following stack trace is returned. It does not correspond to the real problem (the WSDL is unavailable).
Caused by: org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.WSDL4ComplexWsdlException: org.ow2.easywsdl.schema.api.XmlException:
SchemaException: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".
at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:192)
at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:116)
at org.ow2.petals.component.framework.util.WSDLUtilImpl.createWsdlDescription(WSDLUtilImpl.java:207)
at org.ow2.petals.component.framework.su.AbstractServiceUnitManager.getWsdlDescription(AbstractServiceUnitManager.java:134)
... 18 more
Caused by: org.ow2.easywsdl.schema.api.XmlException: SchemaException: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".
at org.ow2.easywsdl.schema.util.SourceHelper.convertInputSource2DOMSource(SourceHelper.java:107)
at org.ow2.easywsdl.extensions.wsdl4complexwsdl.impl.inout.WSDL4ComplexWsdlReaderImpl.read(WSDL4ComplexWsdlReaderImpl.java:144)
... 21 more
Caused by: org.xml.sax.SAXParseException: The element type "body" must be terminated by the matching end-tag "</body>".
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
at org.ow2.easywsdl.schema.util.SourceHelper.convertInputSource2DOMSource(SourceHelper.java:102)