Skip to content

WCF Services

6 edited this page Apr 15, 2013 · 19 revisions

The following is a list of WCF service endpoints. Note: You can click on any of the URLs below to get an XML list of available calls (you may have to append ?wsdl to the URL)

TreeAggregationService (TAS):

PersonModel

Other

RecordService:

RecordSearch:

AncestryMessengerService (AMS):

Other

Getting sample raw XML request/response fixtures

Requirements

Instructions

  1. Open Visual Studio
  2. File -> New -> Project
  3. Create WCF Service Library project. Open up WCF Test Client by pressing F5 (on Mac, fn+F5)
  4. In WCF Test Client, go to File -> Add Service and add the service endpoint URL (above) if it is not there. You should now be able to expand the list of SOAP actions on the left sidebar.
  5. Click on a SOAP action that you want to call. It should prompt for parameters that have to be sent in the request. See screenshot below for example:
  6. Open up Fiddler2 - it should automatically start recording network requests
  7. In WCF Test Client, click "Invoke" button, which will make the SOAP request.
  8. Go back to Fiddler2, click on the recorded request
  • To see request/response body: select "TextView" tab
  • To see request/response headers: select "Headers" tab

Clone this wiki locally