Further Tools for testing and troubleshooting

Some other tools which can be used to test CRM.webservices.

Visual Studio

The most comfortable way to consume CRM.webservices is by using Visual Studio and C#. We provide samples for all CRUD methods.

Soap UI

SoapUI is a helpful tool for testing

  • REST services
  • SOAP webservices based on a WSDL file
  • Pure Soap Requests

Fiddler

One of the most important tools for getting an overview what’s really going on between a client and the webservice is Fiddler.