Re: how to design a systest framework for SOAP/JMS test suite

2009-07-14 Thread Christian Schneider
Sounds good to me. The messages could be read from files on the classpath. In my company we do these tests with camel but I don“t think it would be good to have this dependency. Greetings Christian Willem Jiang schrieb: Hi Since SOAP/JMS test suit could work with the other SOAP/JMS implemen

Re: how to design a systest framework for SOAP/JMS test suite

2009-07-14 Thread Willem Jiang
Hi Since SOAP/JMS test suit could work with the other SOAP/JMS implementation, I think we should not just write the test against CXF stack. We could leverage the spring template and listener to implement the generation of the test JMS message, check the response JMS message. In this way the tes