public void testDirectCall() throws ConfigurationException, WSDLException, RemoteException, TransportException, MalformedURLException, Exception {
try {
tckTModel.saveJoePublisherTmodel(authInfoJoe);
tckBusiness.saveJoePublisherBusiness(authInfoJoe);
UDDIClerk clerk = new UDDIClient("META-INF/uddi.xml").getClerk("joe");
Properties properties = clerk.getUDDINode().getProperties();
URLLocalizer urlLocalizer = new URLLocalizerDefaultImpl();
//get the wsdl
Definition wsdlDefinition = new ReadWSDL().readWSDL("wsdl/sample.wsdl");