Adobe
9A0-127 · Question #63
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…
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"
How the community answered
(46 responses)- A17% (8)
- B72% (33)
- C4% (2)
- D7% (3)
Community Discussion
No community discussion yet for this question.