Error Testing SOAP API

Hi guys.

I’m having a problem when i try send a SOAP request for this endpoint “http://p4notedev14/POCS/webservices/EntityManagerSOA.asmx?wsdl”. every methods returns the same exception

com.kms.katalon.core.webservice.exception.WebServiceException: com.kms.katalon.core.webservice.exception.WebServiceException: No service operation was found

  • at com.kms.katalon.core.webservice.common.SoapClient.parseWsdl(SoapClient.java:126)*
  • at com.kms.katalon.core.webservice.common.SoapClient.send(SoapClient.java:215)*
  • at com.kms.katalon.controller.WebServiceController.sendRequest(WebServiceController.java:152)*
  • at com.kms.katalon.composer.webservice.parts.SoapServicePart$4.run(SoapServicePart.java:237)*
  • at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)*
    Caused by: com.kms.katalon.core.webservice.exception.WebServiceException: No service operation was found
  • at com.kms.katalon.core.webservice.common.SoapClient.parseService(SoapClient.java:154)*
  • at com.kms.katalon.core.webservice.common.SoapClient.lookForService(SoapClient.java:140)*
  • at com.kms.katalon.core.webservice.common.SoapClient.parseWsdl(SoapClient.java:124)*
  • … 4 more*

look this print:

how to resolve this ?

Hi @alexandremagno,
Please share your WSDL file.