Connecting to the Reseller API Production Environment
Before you can connect to the API production environment, you must set an API password and designate the IP address you use to connect.
NOTE: Before connecting, you must complete the certification outlined in Certifying Your API Reseller Account to Connect to the Production Environment.
To Set Your API Password
- Log in to HostingDude Account LOGIN using your Wild West® Domains or GoDaddy account information.
- From the Reseller Settings section, click Account Access.
- Enter an API Password, confirm it, and then click Apply.
To Designate Your IP Address
- Click IP Address Configuration.
- Enter your IP address in the Enter IP Address field, leave the Certificate Name field empty, and then click Apply.
NOTE: If you don't have your server's IP address, you can obtain it using an
ipconfig
command.
To connect to the production API, you must include a Web Reference URL in your application project.
To Connect to the API Production Environment
- In your application project, point a Web Reference URL to the OTE's WSDLE —
https://api.wildwestdomains.com/wswwdapi/wapi.asmx?wsdl
.NOTE: If using a firewall, you must configure it to allow outgoing connections to IP address
173.201.195.69
. - Test the application's connection using the
Describe(...)
method.