QAS an Experian company
UK homeSupportTechnical document
Support
Support home
Pro zone
Authenticate Pro zone
Match zone
Unify zone
Electronic updates zone
Pro On Demand zone
Pro Web zone
Batch zone
Email Validate zone
BANK WIZARD zone
NameTracer Pro zone
Rapid zone
Clicks zone
Data zone
Mailsort zone
Vista zone
Downloads
FAQs
Training
Solution accreditation
Purchase Licences
Terms and Conditions
Contact support
QuickAddress is now QAS

Rate this area

Please rate the Knowledge base area:

Support site feedback
Please tell us what you think

Send this page to a friendSend this
page to a friend

Technical Document

How do I change Pro Web’s Server Address (Windows platforms)?

Category

Configuration

Product Line

V4/DataWorld, V5

Product

Pro Web

Implementation

Web API

O/S

Windows

Version

5.x, 4.x, 4.5, 4.51, 4.50

Search support:
Look in:
Knowledge base
Support site
Advanced search

Summary

This document discusses how to change the Pro Web Server Address on Windows platforms.

Solution

When you run the server, it will attempt to listen for incoming connections from clients on the address and port which were configured during the installation. To change the server address, follow these steps:

a. Edit the ServerAddress INI setting in qawserve.ini. It should read “ServerAddress=QATCPIP:{Server Address}:{Port}”.

b. Edit the ServerWSDLUrn INI setting in qawserve.ini. It should read “ServerWSDLUrn=http://{Server Address}:{Port}”. The server address must be an absolute address.

c. In addition, you will need to configure the server path in the relevant integration pages as follows:

Integration Code

File

Form

ASP

constants.asp in the root directory

const CONTROL_WSDL_URN = http://localhost:2021/proweb.wsdl

JSP

web.xml. Uncompress the war file and extract the web.xml file from the WEB-INF subdirectory.

<param-name>QasEndpoint</param-name> <param-value>http://localhost:2021</ param-value>

C#.NET

web.config in the root directory

<add key="com.qas.proweb.ServerURL" value="http://localhost:2022/" />

VB.NET

As for C#.NET

As for C#.NET

PHP

constants.inc in the root directory

define( CONTROL_WSDL_URN, "http://localhost:2021/proweb.wsdl" );

Related links

QAS Pro Web support zone