Hi all,
we’re trying to smoothly introduce a SOA stack in our environment, starting from exposing some ws with webMethods.
As the first step, we’re producing some WSDL file for some of our flow services. We have a standard three-level env arch (DEV-QA-PROD), and we will release 3 WDSL files, one for each env, so that our clients will be able to generate a java client from this WSDL.
The problem is: how to handle code quality check in this situation? I mean, the client generated for QA won’t be executed until the other env will be in QA, without test the generated code in DEV, and the same will happen in QA->PROD.
How do you solve this situation? We dont like to let only on ws (the PROD one) to be available for DEV/QA/PROD, but we’d rather have different ws (since they are on different IS) for every environment.
Thanks in adavance,
Sandro
#soa#API-Management#webMethods