public TestMessageService(String s) {
super(s);
}
protected void setUp() throws Exception {
SOAPService service = new SOAPService(new MsgProvider());
service.setName("MessageService");
service.setOption("className", "test.MSGDispatch.TestService");
service.setOption("allowedMethods", "*");
service.getServiceDescription().setDefaultNamespace("http://db.com");