assertEquals(new Byte((byte)0x46), holder.value);
}
public void testEchoCalendar() throws Exception
{
Service service = ServiceFactory.newInstance().createService(new QName("testService"));
Call call = service.createCall();
call.setOperationName(new QName(TARGET_NAMESPACE, "echoCalendar"));
call.addParameter("Calendar_1", Constants.TYPE_LITERAL_DATETIME, ParameterMode.INOUT);
call.setTargetEndpointAddress(TARGET_ENDPOINT_ADDRESS);
GregorianCalendar value = new GregorianCalendar(2004, 11, 23, 11, 58, 23);