Hello, I have upgraded my application from XFire to CXF (almost successfully) and I would like to upgrade also my tests now.
I found very useful class AbstractXFireSpringTest in XFIre for testing web services - I was able to invoke (check) web services without running server. I see TestUtilities and AbstractCXFSpringTest in CXF but I'm not sure if I don't need running server. Is it possible to invoke CXF web services without running server? Also to see some test examples would be nice. Thank you very much. PETER
