{
EntityResolver resolver = new EntityResolver(){
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
URIResolver resolver = WSITestToolsEclipseProperties.getURIResolver();
String uri = resolver.resolve("", publicId, systemId);
String physicalLocation = resolver.resolvePhysicalLocation("", publicId, uri);
InputSource is = null;
try
{
URL url = new URL(physicalLocation);