How to add another SOAP endpoint for LiveScore?

How to add another SOAP endpoint for LiveScore?

book

Article ID: KB0077851

calendar_today

Updated On:

Products Versions
Spotfire Statistica 13 and later versions

Description

PREREQUISITES:

LiveScore Server
Administrator Privileges on LiveScore Server
Application Request Routing to be installed on the server. This can be downloaded from : www.microsoft.com/en-us/download/details.aspx?id=47333

Issue/Introduction

How to add another SOAP endpoint for LiveScore?

Resolution

For the purpose of this article, an additional secured website was added as per this article:  https://support.tibco.com/s/article/How-to-enable-SSL-https-for-Webstatistica. This step is optional and it is only if you are wanting to add an additional secure LiveScore endpoint. The following steps can be performed on the default website as well 

 1. Log into Live Score Server as an Administrator and ensure pre-requisites described above are installed.

2. Launch Control Panel >> System And Security>> Administrative Tools>> Internet Information Services(IIS) Manager

3. Right click on the Secure Website and select Add Virtual Directory...

User-added image

4. For the alias, type any name of choice, such as Debtscore is used for this example. Pick any Physical Path ( that exists on the server and it should not be personal user folder). Click OK

User-added image

5.  Double click on URL Rewrite (from the ARR add-in for IIS) and then add an inbound, Reverse Proxy rule as shown below. Ensure that SSL is enabled, if you want the endpoint to be secure. Type localhost:[port]/LiveScore. If you are unsure of the port, open the administration tool to verify. Click here to follow the procedure to verify port (only till point 2)

User-added image

6. Restart the website and then ensure that https:\\[Servername]/[aliasname] works. You may right click on the Virtual directory >>manage Virtual Directory>> Browse or manually type the URL in a browser to verify. Note that if using a self signed certificate, it is normal to see the warning that is seen above. Successful configuration of the additional endpoint for LiveScore can be confirmed if you receive :   HTTP GET method is only supported for service port probing as a response from the browser.