OpStyles binding;
try {
binding = new OpStyleDocServiceLocator().getOpStylesDoc();
}
catch (ServiceException jre) {
throw new AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
}
binding.requestResponse();
binding.requestResponse2();
binding.requestResponse3(null);