Hi Willem. I do have unit tests for each class. What I also want is an integration test that proves that a bad response is fixed. The closer I get to the actual production environment, the more confidence I'll have that everything is working together. Also, when JAXB or CXF are updated to newer versions I can quickly and confidently assert that there were not any breaking changes. Philosophically I'm trying for integration tests, not just unit tests.
I haven't seen LocalTransportFactory yet, thanks for the tip. Can you please point me to an example on how to get my hardcoded SOAP into the LocalConduit. I don't see what is feeding the PipedInputStream. Thanks, Ray -- View this message in context: http://cxf.547215.n5.nabble.com/Recommendation-for-replacing-network-with-mock-tp4953736p4955487.html Sent from the cxf-user mailing list archive at Nabble.com.
