Hi All, I am using an appfuse spring mvc basic 2.0 project template (henceforth known as the app) and have added calls from the service tier to a web service. The app is consuming a web service. I am using the spring's org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean to inject the remote service to the app.
I am using easy mock to mock out calls to the web service within my unit tests. However, currently if I want to test this functionality within the container using cargo and webtest I have to setup the web service producer on an external app server on a separate server. I also do not have control / ownership over the remote webservice. This increases the complexity of my development environment particularly when more developers come on board. I would be interested in hearing people's suggestions or recommendations on how to mock out, stub or manage the web service producer within the appfuse maven integration-test phase. Thanks in advance, Colin -- View this message in context: http://www.nabble.com/Mocking-out-calls-jax-rpc-web-service-during-canoo-web-tests-tp14269411s2369p14269411.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
