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

Specify BindingName and PortName per SoapMessageEncoder #785

Conversation

andersjonsson
Copy link
Collaborator

  • added ability to set custom bindingname and portname per SoapMessageEncoder.

  • added tests to verify both this behavior and default behavior

A client uses an integration platform that rebuilds the service reference from wsdl as soon as they compile their integration project. To avoid errors in those cases we need the ability to set BindingName and PortName explicitly, so that it's identical with the old Api.

Since you need different names for each soap version you support I thought the most straightforward solution would be to add bindingname and portname to SoapMessageEncoderOptions.

…ncoder.

added tests to verify both this behavior and default behavior
@kotovaleksandr kotovaleksandr merged commit 2a7b687 into DigDes:develop Dec 20, 2021
@kotovaleksandr kotovaleksandr mentioned this pull request Dec 20, 2021
@andersjonsson andersjonsson deleted the specify-binding-and-portname-per-messageencoder branch January 11, 2022 13:04
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.

2 participants