service.addOutHandler(new AddressingOutHandler());
service.addFaultHandler(new AddressingOutHandler());
Channel serverChannel = serverTrans.createChannel("Echo");
DefaultTransportManager tm = new DefaultTransportManager();
tm.initialize();
tm.register(clientTrans);
factory = new ObjectServiceFactory(tm) {
protected OperationInfo addOperation(Service endpoint, Method method, String style)
{