Contents |
The Web Service Client was created to aid developers integrate CallFire web services. The client allows users to quickly test various CallFire web services such as the ListService or CampaignService. Developers who are experiencing integration issues can refer to the client to determine the source of the problem. Source code for this client is also available; however, it is not fully documented like other .Net example code found in other sections of this site.
* CallFireServices.zip
Here are some screenshots of the WebService Test Client in action!
The following link contains a source code listing for CallFire WebService functions and methods.
* Code Tutorial
Below is a screenshot of the code tutorial, here we see the AddAutoDNCToCampaign function.
To aid developers with CallFire integration, Devil Dog Software Inc. has created a series of video tutorials. A tutorial demonstrating how to setup and test services using the Web Service Client is available on their website at:
* Video Tutorials.
These videos will show you step by step how easy it is to begin taking advantage of CallFire's powerful services. When combined with the documentation found on this Wiki, you should have all the knowledge necessary to start implementing your own CallFire enabled applications.
In this video, we show you how to begin integrating CallFire web services using the C# Microsoft .Net platform. The video explains where to get Visual C# express and how to create a project that integrates with CallFire.
Following after the first tutorial, this video shows you how a simple user interface (UI) can be constructed in Visual C# Express. With this UI, we can test the CallFire List Service using the web reference created earlier. The end result is a demo of a live CallFire list service transaction
In this tutorial, you will see how to begin using CallFire's Web Service Client to test web services. You can also use the tool to assist your development by taking advantage of its easy to use controller interface. Save time, money, and frustration by watching this video and learning how to simplify your next integration project.
The second part of the tutorial demonstrates how to begin testing the Campaign Service. The examples show the various operations available for testing and how developers can take advantage of this tool.
