Unable to send request and verify the response

Hi
I am using Katalon to test SOAP web services.
Whenever I try to run the web service using SOAPUI or using the object repository it works fine. It returns the results correctly. The problem is when I run it using a test case. I always get the same results:

  • Unable to send request and verify the response

I have the latest version of Katalon and this solution I found does not work for me:
“Please go to Preferences > Katalon > Proxy, then select “Disable BrowserMob proxy” and check again.”

This is the TC:
GlobalVariable.pruebacode = ‘107’

response = WS.sendRequestAndVerify(findTestObject(‘SOAP/something here’))

I use the global variable because in the request message I have included a variable of this type.

If you could help me I would be appreciate it

Hi @guillenoble59,
In which version of Katalon Studio do you encounter this issue?

The version I have is 7.6.2

Hi
Do you have any idea why this is happening?
Thanks

Hi @guillenoble59,
Please share the request file (.rs file) together with your WSDL file.

1 Like

rsfile.txt (2.1 KB) wsdl.txt (10.3 KB)

These are the files you asked for.

Hi @guillenoble59,
The file you sent is not a WSDL file. It is SoapUI project file. Please check again.

Thanks for the help… I had to re import all the web services again to make it work.