WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

MVP
In reply to: Franek

I have encountered another issue with SOAP web services. Does anyone know what this error might mean?

in Polish is "Typ zawartości text/xml; charset=utf-8 nie został obsłużony przez usługę http://adres usługi. Powiązania klienta i serwera mogą się nie zgadzać."

Sorry for no response on previous topic, lately I'm having less time for forum that I'd like to :)

Based on the message i'd assume that:
a) webcon parses the wsdl incorrectly, and passes data in other format than SOAP expects
b) there is a bug in the wsdl, which incorrectly describes how the data should be handled

I'd try to use some external SOAP testing tool, like Postman/Insomnia to check if requests work using those.

MVP
In reply to: Razvan Ogrezeanu - ENCORSA Romania

I would also add to this the new possibilities for customizing the menu and the dashboard filters. Although the new way, from a dev perspective, may seem a little more confusing at first, it now allows for a much more intuitive and friendly UI/UX.

The new functionalities have added some complexity for the developers but much more flexibility for the customer's needs. It's way easier as a dev to screw it up, but if done properly the customer will end up with better results. We need to revise our internal development processes and practices now, but if we can offer more value, we don't mind.

I have to agree that Dashboard level filters are something that i've been really missing (I've some experience with Tableau where it is an obvious feature).
It closes the gap to BI system, and allows to achieve more in WEBCON itself which is great for smaller companies not having BI tools.

On the UI change offtopic though - I get why many people might be upset about it, especially when applications have a lot of UI customizations.
This is why i always try to avoid it as much as possible - it's the platform that decides how things should look, we are paying for not having to deal with it.
UI / UX designers should deal with it, and delivering Fluent 2 designed by Microsoft is from my perspective really smart, as it aligns perfectly with Windows 11 UI, and all the Office apps stack which is still default in most corporations.

Hi,

I have a problem with 2024.1.1.114 and SDK execution. I created an SDK to connect to the SAP and download data from the chosen contractor. The SDK was working from version 2022 to 2023 with some updates to c# code - after updating Webcon and SDK to 2024 i received the error:

ERROR -> Plugin changed transaction nesting count. Please contact administrator.

Interestingly, when I connect the VS debugger to the portal, the error does not occur and the SDK downloads data to the form.

Does anyone have an idea what might be wrong?

MVP

We identified the issue.

In the sample process we added a business rule to log the return value as well as the executed statement. The business rule is a part of the SQL statement.

Screenshot:
1) Is the advanced condition
2) Is the business rule

If you take a really close look, you will notice, that the variabel {WFD_ID} of the advanced condition is resolved to the one of the child instance (32381), which was completed. While the business rule uses the actual instance id 32380.

This means, that we can't work around this as the advanced setting is executed in the context of the subworkflow which is completing