Skip to content

Comments

Fix/various fixes#1483

Open
swozny13 wants to merge 2 commits intomvantellingen:mainfrom
empsgroup:fix/various-fixes
Open

Fix/various fixes#1483
swozny13 wants to merge 2 commits intomvantellingen:mainfrom
empsgroup:fix/various-fixes

Conversation

@swozny13
Copy link

When a complexType with only attributes was extended by another complexType, the attributes were being rendered as NotSet instead of their actual values. This occurred because a placeholder element was unnecessarily created during type extension, causing the base type to be rendered twice - once with correct values and once with empty values that overwrote the correct ones.

Add Signature class that reads key and certificate from files and allows verifying SOAP response signatures with a separate certificate different from the one used for signing.

Sebastian Wozniak added 2 commits December 19, 2025 12:55
…exType, the attributes were being rendered as NotSet instead of their actual values. This occurred because a placeholder element was unnecessarily created during type extension, causing the base type to be rendered twice - once with correct values and once with empty values that overwrote the correct ones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant