ContributionsMost RecentMost LikesSolutionsmock some service operationsHi, I wonder if anyone knows if I can do this with the mock services feature. I'm mocking a service and I'd like some of the service's operations to return 'latin' as normal and some of the operations to pass through to a different URL endpoint where there's a 'live' service running. Can this be done?? thanks....mixing mock and live servicesHi, Does anyone have any suggestions or advice about mixing mock and live services? What I need to do is have a mock of a wsdl, but some of the services a available as 'live services' in that SOME of the functions represented by the WSDL are written and can be run from a server, but others I simply want to mock with soapUI for now. It would be time costly to have different end points using something like a different port for the live and mock services, as the client application is designed to you the one service URL/end point. thanks for any suggestions...