public InteropDocClientTestCase(){};
public void testSingleTag() throws RemoteException {
// Create the input
SingleTag input = (SingleTag) dataFactory.create(SingleTag.class);
// Invoke the service
SingleTag output = interopDoc.SingleTag(input);
// Test the results
assertNotNull(output);
}