* to get the binding.
*/
public void setUp() {
try {
binding = new RoundtripPortTypeServiceLocator().getRoundtripTest();
binding2 = new RoundtripPortTypeServiceLocator().getRoundtripTest2();
} catch (ServiceException jre) {
fail("JAX-RPC ServiceException caught: " + jre);
}
assertTrue("binding is null", binding != null);