"org/apache/woden/wsdl20/xml/resources/EndpointElementTest.wsdl");
assertNotNull("Failed to find the WSDL document on the classpath.", wsdlURL);
Description descComp = fReader.readWSDL(wsdlURL.toString());
assertNotNull("The reader did not return a description.", descComp);
fParsedDesc = descComp.toElement();
ServiceElement service = fParsedDesc.getServiceElements()[0];
assertNotNull("The description does not contain a service.", service);
fParsedEndpoints = service.getEndpointElements();