Installing V12.5 Soap Api on Test

Hi,

I'm trying to update our soap api for our test system, and I'm a little anxious as the test version and live version are running on the same server and using the same application pool. I need to update .net for the 12.5 TIM. Our rest services for our live system are also on this server.

Will updating the system for our test system cause any issues with our live system?

Thank you,

Lou Ann

  • At the very least, updating the test version will halt the application pool and take down your live API as a result. I would strongly recommend using different application pools for LIVE and TEST if you must keep them on the same server.

    Using an updated .Net version shouldn't cause any issues for the older software. You can pretty safely have the latest versions installed, and the applications will just use the appropriate version they were built for.