* true if interface is specified when a binding operation
* or fault is specified, false otherwise.
*/
public void testTestAssertionBinding1044()
{
NCName name1 = new NCName("name1");
NCName name2 = new NCName("name2");
WSDLFactory factory = null;
try {
factory = WSDLFactory.newInstance();
} catch (WSDLException e) {
fail("Can't instantiate the WSDLFactory object.");