In 9.8, while creating a webservice connector, it is getting created in src → caf → war folder rather than in src ->com ->webMethods folder. For that reason, the corresponding java files are not getting generated and I am not being able to write before render response code.
Hi Jyoti,
I wonder if you are using Designer 9.9. In that case, to change packages or folders “src → caf → war” you have to go to:
Windows\Preferences\Software AG\UI Development, then inside of the inputText named “Default Java Package” change the value “caf.${project_type}.${project_name}” with the new value, for instance “com.webMethods.caf”.