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

Web Services 101

Explorer ,
Nov 20, 2007 Nov 20, 2007

Copy link to clipboard

Copied

So I was looking around the ColdFusion Administrator and noticed the Web Services section. Does anyone have a link or a "how to" on how to use this section to register a WSDL and access it with coldfusion?
TOPICS
Advanced techniques

Views

366

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
Enthusiast ,
Nov 20, 2007 Nov 20, 2007

Copy link to clipboard

Copied

How about Using Web Services in the ColdFusion Developer's Guide? If you are trying to publish web services using ColdFusion, you should start by reading about CF components.

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
Explorer ,
Nov 21, 2007 Nov 21, 2007

Copy link to clipboard

Copied

Thank you for link to the docs, but it doesn't really talk about "registering" a web service inside of the Coldfusion administrator. How would you register a WSDL in CF and use it in your code?

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
LEGEND ,
Nov 21, 2007 Nov 21, 2007

Copy link to clipboard

Copied

LATEST
quote:

Originally posted by: Paiz
Thank you for link to the docs, but it doesn't really talk about "registering" a web service inside of the Coldfusion administrator. How would you register a WSDL in CF and use it in your code?

My experience is that once you write it, the first time you invoke it, it registers itself. It takes a few seconds but it only happens once.

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
Advocate ,
Nov 21, 2007 Nov 21, 2007

Copy link to clipboard

Copied

Hi,

If you want to register your webservice open up the "Coldfusion Administrator" panel ( http://localhost/CFIDE/administrator/index.cfm) and click the "Web Services" link in the left frame under the "Data & Services" menu.

The benefit of registering a webservice is you need not to specify the Webservice url when your invoking, instead you just provide the name you already registered.

HTH

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