client.secondOperation(42, new QName("http://ibm.com", "Test", "ibm"));
//
// test WS-MEx GetMetadata with WSDL dialect
//
MetadataExchangeClient wsxClient = new MetadataExchangeClient(epr);
wsxClient.setTrace(true);
//
// make sure WSDL is valid using WSDL4J
//
Element wsdl = wsxClient.getWSDL();
WSDLFactory.newInstance().newWSDLReader().readWSDL((String)null, wsdl);
}
catch (Throwable error)
{