I am getting the below error
Unable to read WSDL from URL: http://100.0.000.000/ASR-test/ASRServices/TestWebservice.cfc?wsdl.
Error: 500 Internal Server Error. It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct.
The error occurred in Z:/apps/asr-AlphaTest/test.cfm: line 3
1 : <cfscript>
2 : args = { refreshWSDL=true, wsversion=1 };
3 : ws = createObject("webservice", "http://100.0.000.000/ASR-test/ASRServices/TestWebservice.cfc?wsdl", args);
4 : result = ws.getSAMBARequests("Appl_11", "ASR-Dev");
5 : writeDump(result);