Setting up the Client Site

The simplest way to consume Recite web services is to use the bundled PHP 5 library. If you are not using PHP or don't want to use the bundled library most of this section won't apply to you. However, you can access the main web service WSDL descriptor file to discover which services and methods are available at the following URL (using our example web site URL of http://xyz.example.com):

There are several different web services available (as you can determine by calling the getServices method on the above web service). You can access these using the following URL:

For example, if you want to use the pages web service, the end point would be:

For full details on using the bundled PHP 5 library refer to the document “Recite Web Services PHP Client Guide”.