Hi Pedro;
The WebService.INI file is included with the framework. Have a look for it after you unzip the contents from SourceForge.
Note:
1) The<name> parameter is replaced with the contents of the "is_workspace_name" instance variable.
2) Make sure the WebService.ini file is included in the "Resource Files" tab of your Project object.
3) Make sure the value of your "is_workspace_name" matches the folder name of your PB target.
- for example: you store your WorkSpace & Target PB files in "C:\Dev\PB125\WSTest"
then make sure you set ... is_workspace_name = "WSTest"
4) After migrating the framework (deployed in PB 12.1) - make sure that you change "nc_iis_master" class instance variable is_pb_expected_version = '12.5.2.5629' to match your version of PB.
Tip: Set the "ib_session_logging" variable to TRUE to see the log from the framework.
HTH
Regards ... Chris