I’d like your opinion on the following.
When you generate a Web Service Connector from a WSDL in webMethods Developer, it automatically generates logic (ex. BRANCH statements) and optional variables that I do NOT really need in my current integration. Additionally, the variable names it generates for the Input and Output can be a little cryptic (ex. in0, in1, etc.)
What would you say the Best Practice would be for addressing this:
- To modify the auto-generated code by removing the extra logic and extra variables and modifying the Input and Output section to contain more meaningful variable names, OR;
- To leave the auto-generated code alone and to address the “cryptic variables” problem by creating wrapper services (with more meaningful variable names) for the Web Service Connectors.
Thanks,
Percio