/**
* Test for the test-suite/documents/bad/Interface-1B W3C test.
*/
public void testInterface1BFromOM(){
try{
Description desc = omWSDLReader.readWSDL("http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/documents/bad/Interface-1B/Interface.wsdl");
assertNotNull("Description is null.", desc);
// TODO: determine the assertions that should fail for this test.
}
catch(Exception e){
fail("Unable to read WSDL document because of " + e);