You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Component for Rewriting Web Service Credentials
4
+
5
+
This component allows you to overwrite web service credentials at runtime using location data type.
6
+
7
+
8
+
## Overview
9
+
Starting with GeneXus v15 Upgrade 11, a new non-standard property, location.Configuration, has been introduced to facilitate dynamic configuration of web service parameters.
10
+
11
+
## Example Implementation
12
+
In GeneXus, you can configure and use the web service credentials as follows:
To enable dynamic credential modification, checkout this repo and create the GxSoapHandler.dll assembly as follows:
28
+
29
+
1. Include a reference to ``<KB Namespace>``.Programs.Common.dll in GxSoapHandler.csproj and replace ISdtWS_eFacturaDummy in GxSoapHandler.cs by the correct web service name.
30
+
31
+
2. Build the assembly with one of the following commands:
0 commit comments