Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: serviceName and portName must correspond to port binding #1226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

paulish
Copy link
Contributor

@paulish paulish commented Aug 30, 2023

Soap server code makes an assumption that url may not match the port binding. In this case the first port is used. At the same time WSDL can have multiply services and ports and therefore not only the first port binding should be taken but also first port name and first service name. Without this patch the first port binding is used and the last serviceName and portName. With this patch applied port binding corresponds correct serviceName and portName.

@paulish
Copy link
Contributor Author

paulish commented Aug 30, 2023

code-quality tests fails are not related to the changes in code. The first one is IPV6 address against IPV4, others are something with cryptography.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant