You can translate the question and the replies:

SOAP WEBSERVICE missing WSDL Links

Hey Team, We have SOAP webservices deployed from a long time and services deployed in 2021 as well. WHen user is trying to invoke the webservice it returns-> AXIS Engine error: couldnt find a target service to invoke. No service. When I access the link from VDP I can't see wsdl links in our test environment but can see in Production. And when I redeploy the webservice, then WSDL Links appear in QA as well. Please help as to why this is happening..or could be the reason
user
25-11-2021 05:21:32 -0500
code

1 Answer

Hi, In general, the error **"AXIS Engine error: couldn't find a target service to invoke. No service."** occurs if it cannot find the specified service name in the URL. Also, when I tried to access the SOAP web service from Virtual DataPort, I could access the WSDL of the web service without any issues. Hence, you could do the following checks as mentioned below to debug this behavior in detail: * Check the URL of the SOAP web services that you are trying to access is valid or not. Since the URL is case sensitive, check if the service name is in the same case(uppercase or lowercase) as the web service deployed in the Virtual DataPort. * Also, to get more information about the error, check the vdp.log file available in the <DENODO_HOME>\logs\vdp directory. Hope this helps!!
Denodo Team
25-11-2021 08:10:05 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here