Selected Content

Consuming the CMX Web Service with ColdFusion [Registration never required for free content]

By: Tom Muck on Tuesday, April 22, 2003
Reader Level: Reader Level


View this content piece...

Primary Category: ColdFusionCommunity MX publishes a web service that will display information about the latest content available from the site. This service can be used by anyone who knows how to consume a web service. The Community MX web service utilizes a standard .wsdl file that can be consumed by any technology that can consume a web service. The web service is located at http://www.communitymx.com/services/cmxfeed.wsdl. The web service exposes 3 methods: getContent: grabs the latest content descriptions available from Community MX. searchContent: search the content at Community MX for relevant content getContentTypes: the latest content types are available as a list for your applications as well (articles, extensions, etc).

View this content piece...