Hi Franek
Don't know how you've built the package. I'm using the standard "WEBCON BPS SDK Tools" to build the packages.
With 2025 the structure of the json file changed and now also includes version and dependencies. I specially love the dependencies, as these were a bit of a challenge in previous versions of the SDK.
{
"extensions": [
{
"guid": "b28855a7-c35b-45b4-a80d-62c4249a2996",
"name": "Abacus - Create Debitor",
"description": "Creates a new debitor",
"assembly": "Demo",
"class": "Demo.CustomActions.CreateDebitor",
"type": "CustomAction"
}
],
"dependencies": [
"Demo"
],
"version": "25"
}
Edited:
Missed a part in your sentence.
Shalassin is right, 2025 is more restrictive in checking either the SDK licence or the signature of the assembly. Signature must be from a trusted provider, usually a WEBCON partner or WEBCON itself.
We implemented some Extensions to call Abacus SOAP Services on 2025. Guess it is quite similar of what you are doing. Works perfect.