Can anyone tell me how the services are stored at runtime? I assume they are resident in memory for purposes of efficiency.
We have a situation where it looks as if a web service invocation in a service flow is still behaving as if it was being mapped according to an earlier version of the service. The design time view of the service looks correct, but the run-time result is not.
Is there some sort of service cache (specifically for services, not the results of service execution) that could cause such a problem. If there is, is it possible to flush it?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services