Detailed samples are available as part of the Sample Client Install . Requirements will vary depending upon the integration approach.

Requirements

  • Visual Studio

    Visual Studio 2010, Visual Studio 2008 or Visual Studio 2003

  • .NET Framework

    .NET Framework 1.1 Or Higher

Creating a Web Reference to Outbound Fax Delivery - Fax Web Services Interface

Note that the following setup is based on Visual Studio 2010

  1. Right click on the project and select "Add Service Reference"

    add service reference
  2. Click "Advanced" button

    click advanced
  3. Click "Add Web Reference" button

    click add web referencepng
  4. Enter in the URL box: https://ws.concordfax.com/fax/v5/faxws.wsdl

    Click the GO Button to retrieve the web service information

    Change the Web Reference Name to something like: FaxWSServiceReference

    Click Add Reference

    FaxWSReference
  5. The Web Reference will now show up in solution explorer as shown below.

    solution explorer web reference 2
  6. Finished. You are now ready to start coding against the Outbound Fax Delivery - Fax Web Services Interface

See Also