org.apache.axis.wsi.scm.logging.LoggingFacilitySoapBindingStub binding;
try {
binding = (org.apache.axis.wsi.scm.logging.LoggingFacilitySoapBindingStub)
new org.apache.axis.wsi.scm.logging.LoggingFacilityServiceLocator().getLoggingFacilityPort();
}
catch (javax.xml.rpc.ServiceException jre) {
if(jre.getLinkedCause()!=null)
jre.getLinkedCause().printStackTrace();
throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
}
assertNotNull("binding is null", binding);
// Time out after a minute
binding.setTimeout(60000);
// Test operation
binding.logEvent(new org.apache.axis.wsi.scm.logging.LogEventRequestType());
// TBD - validate results