Adobe
9A0-127 · Question #63
9A0-127 Question #63: Real Exam Question with Answer & Explanation
The correct answer is B. migrate your CF Administrator web services configuration from development into production. See the full explanation below for the reasoning.
Question
After migrating your fully-tested application from development into production, you begin receiving the following error message on your production server: Unable to read WSDL from URL: mywebservice. Error: java.net.MalformedURLException: no protocol: mywebservice. Error on line 55: <cfinvoke webservice="mywebservice" returnvariable="cData" method="getCaptains"/> What should you do to resolve the error?
Options
- Areplace the webservice attribute value with "mywebservice.cfc?wsdl"
- Bmigrate your CF Administrator web services configuration from development into production
- Creplace <cfinvoke> with <cfobject>, restart your ColdFusion instance, and delete your browser cache
- Dadd the following attribute to the <cfinvoke> tag: refreshWSDL="yes"
Community Discussion
No community discussion yet for this question.