• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Registering a Web Service Fails

Advocate ,
Oct 17, 2012 Oct 17, 2012

Copy link to clipboard

Copied

I trying to register a web service in the ColdFusion Administrator but it fails. It does not return a failure message of any kind nor can I find any log entries associated with the attempt. I don't see any CPU utilization either. It just does nothing. The WSDL I'm trying to register is as follows: http://webservices.htng.org/SystemReadinessServices/SystemReadinessService?wsdl

Any ideas?

TOPICS
Advanced techniques

Views

637

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Oct 17, 2012 Oct 17, 2012

Copy link to clipboard

Copied

Oh, CF9 - latest.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 20, 2012 Oct 20, 2012

Copy link to clipboard

Copied

LATEST

Running the following code on a CFM page could tell you something

<cfobject name="testWS" webservice="http://webservices.htng.org/SystemReadinessServices/SystemReadinessService?wsdl">

<cfdump var="#testWS#">

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation