Skip to main content
New Opportunities Inc
Main Content

Softsource Web Tool Setup May 2026

Go to Automation > Webhooks. Create a new webhook that triggers whenever a form is submitted:

Modify config/auth.php to enable OAuth2 providers. SoftSource supports generic OpenID Connect – just add your company’s Okta or Azure AD credentials.

Once the basic SoftSource web tool setup is stable, consider these enhancements:


This guide is a template. Adjust paths, commands, and stack details based on your actual SoftSource Web Tool repository.

The SoftSource Web Tool is a critical software component used primarily for reading and processing advanced smart cards, such as the New e-Signature Card and the New PRO Card. Most commonly integrated with systems like Tasheel in the UAE, this tool serves as the bridge between physical card readers and web-based portals.

Setting up the SoftSource Web Tool correctly is essential for businesses and government offices that handle identity verification and digital signatures. Prerequisites for Installation

Before beginning the setup, ensure your system meets these technical requirements: Operating System: Windows 7 or higher.

Web Browser: Internet Explorer 6 or higher is often required for legacy compatibility, though modern browsers may work with specific plugins. Software Frameworks: .NET Framework 3.5 and .NET Framework 4.6.1. Java Runtime Environment (JRE) 1.6 or newer.

Hardware: A PC/SC compliant card reader (e.g., GemPC CCID) with up-to-date drivers. Step-by-Step SoftSource Web Tool Setup 1. Download and Administrator Access

Obtain the installation package from the official provider (e.g., via the Tasheel portal or specialized IT support). Locate the file named SoftSource Web Tool Setup.

Crucial: Right-click the installer and select "Run as administrator" to ensure it has the necessary permissions to modify system folders and registry keys. 2. Running the Installation Wizard Once the setup window appears: Click Install to begin the automated process.

The wizard will copy files to your local drive, typically under C:\SoftSource Web Tool.

Follow the on-screen prompts until you reach the "Finish" screen. 3. Executing the Tool

Unlike standard applications that may run automatically, you often need to trigger the service manually after the first install: softsource web tool setup

Navigate to C:\SoftSource Web Tool using your file explorer. Find the file SoftSourceWebTool.exe.

Right-click it and select "Run as administrator". This initializes the web-listener service that communicates with your browser. 4. Configuring Browser Settings

To ensure the web tool can talk to the smart card reader without being blocked by security features:

Add your primary portal (e.g., Tasheel ) to the Trusted Sites list in your browser's internet options.

Ensure that "ActiveX controls" are enabled if you are using Internet Explorer. Troubleshooting Common Setup Issues

"Card Reader Not Found": Verify that the reader's drivers are installed correctly. You may need specific SDKs like the EIDA SDK Setup for Emirates ID cards.

Port Conflicts: The web tool often uses specific ports (e.g., 9090 or 9443). Ensure your firewall is not blocking these ports.

Admin Permissions: If the tool fails to launch, double-check that both the installation and the executable were run with Administrator rights.

For organizations needing ongoing support, SoftSource Technologies provides maintenance and turnkey IT solutions to keep these digital governance tools running smoothly. Smart Cards Reading Tool Installation Guide | PDF - Scribd

* Download the Smart Cards Reading Tool installation file. * Run the installation file “As administrator” * To start installation, Reveal Bootstrap Template

Creating a technical paper for a specific software setup requires a clear structure that guides the user from the prerequisites to the final verification. Based on technical guidelines for the SoftSource Web Tool

—a specialized utility used for reading smart cards (like e-Signature or PRO cards) in systems such as —here is a structured paper outline and content guide.

Paper Title: Implementation and Configuration of the SoftSource Web Tool for Smart Card Integration 1. Introduction SoftSource Web Tool Go to Automation > Webhooks

is a middleware application designed to bridge the gap between web-based enterprise portals (e.g., the Tasheel System

) and local smart card hardware. Its primary function is to enable secure reading of digital signatures and identity data from e-Signature and PRO cards via a local web browser environment. 2. Technical Requirements

To ensure a stable installation, the host system must meet the following specifications: Operating System: Windows 7 or Windows 10 (both x86 and x64 architectures). Software Framework: .NET Framework 4.6 or higher must be pre-installed. Privileges:

Administrative rights are required for the initial installation and port configuration. 3. Pre-Installation Configuration

Before running the installer, specific network permissions must be granted to allow the tool to communicate over local ports. Port Authorization: The tool utilizes Command Line Setup:

For standard users to access this port, an administrator must run the following command in the Command Prompt: netsh http add urlacl url=http://+:8381/ user=EVERYONE 4. Installation Procedure

The installation can typically be performed using an automated setup file provided by the service authority (such as the MOHRE Installation Guide Execution: Run the installation file "As Administrator." Directory Selection: The default installation path is usually C:\SoftSource Web Tool Service Activation:

After files are copied, navigate to the installation folder and execute the SoftSourceWebTool application to initialize the background service. 5. Verification and Troubleshooting

Once the setup is complete, verification is essential to ensure the web portal can "see" the smart card reader. Check Service Status:

Ensure the SoftSource process is running in the Windows System Tray or Task Manager. Browser Compatibility:

If the tool fails to detect the card, ensure that the browser is not blocking local loopback connections or that an antivirus isn't blocking Port 8381.

The reference to "softsource web tool setup" in academic or technical papers typically pertains to the Simple Vector Format (SVF), a web-based vector graphics standard developed by SoftSource in the mid-1990s. SoftSource Web Tool Context

In the context of early web development and architectural planning papers, SoftSource's tools were designed to enable the viewing and manipulation of CAD drawings (DWG/DXF) directly within web browsers. This guide is a template

SVF Format: Proposed at the Second International WWW Conference (1994), SVF was an early competitor to what eventually became SVG (Scalable Vector Graphics).

Web Integration: Setup involved using specific browser plug-ins for Netscape or Microsoft Internet Explorer to render vector images, allowing for high-fidelity zooming and panning without losing sharpness.

Vdraft Tools: Academic discussions often cite SoftSource's Vdraft software, which included internet and intranet tools to "publish" drawings to the web as SVF, DWG, or DXF files. Typical Setup Procedures (Historical Papers)

Technical papers describing the implementation of these web tools generally outline the following setup:

Server-Side Hosting: Uploading vector files (typically .svf) to a web server.

MIME Type Configuration: Configuring the web server to recognize SVF and CAD MIME types.

Client-Side Plug-ins: Installing the SoftSource SVF plug-in to enable browsers to handle vector data.

Embedding Content: Using standard HTML tags to embed the drawing within a web page, often featuring interactive layers and hyperlinks.

For modern applications, "SoftSource" might also refer to a New Zealand-based ICT provider or Softsource Technolabs, but these are service-oriented companies rather than specific academic tools found in research papers. SoftSource CAD Software Reviews and User Comments

SoftSource (depending on context) may refer to:

If you have a specific GitHub repo or internal link, replace generic steps accordingly.


server 
    listen 80;
    server_name softsource.yourdomain.com;
    return 301 https://$server_name$request_uri;

server listen 443 ssl http2; server_name softsource.yourdomain.com;

ssl_certificate /etc/letsencrypt/live/softsource.yourdomain.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/softsource.yourdomain.com/privkey.pem;
location / 
    proxy_pass http://127.0.0.1:3000;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;

© 2025New Opportunities Inc. All rights reserved.