throw new junit.framework.AssertionFailedError("JAX-RPC ServiceException caught: " + jre);
}
assertTrue("binding is null", binding != null);
try {
test.wsdl.qualify2.Phone phone = new Phone();
phone.setAge(35);
phone.setAreaCode(505);
phone.setColor("red");
phone.setExchange("555");
phone.setHair("brown");
phone.setNumber("1212");
Phone result = binding.echoPhone(phone);
// Check the response
assertTrue(result.equals(phone));
// Validate XML reponse to make sure attributes are properly
// qualified or not per the WSDL
MessageContext mc = null;
try {