We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b98bcb commit 4a2f7aeCopy full SHA for 4a2f7ae
java/src/main/java/com/genexus/internet/HttpContext.java
@@ -874,7 +874,7 @@ private void sendReferer()
874
875
public void initClientId()
876
{
877
- if (getWebSession() != null && this.getClientId().equals(""))
+ if (!isSoapRequest() && getWebSession() != null && this.getClientId().equals(""))
878
879
String _clientId = this.getCookie(CLIENT_ID_HEADER);
880
if (_clientId == null || _clientId.equals(""))
0 commit comments