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

Use operation name for rpc input messages #609

Merged
merged 1 commit into from
Nov 9, 2021
Merged

Use operation name for rpc input messages #609

merged 1 commit into from
Nov 9, 2021

Conversation

tefra
Copy link
Owner

@tefra tefra commented Nov 9, 2021

RPC style: RPC implies that SOAP body contains an element with the name of the method or operation being invoked. This element in turn contains an element for each parameter of that method/operation.

In my samples all the input message names match the operation names 🤦

Closes #606

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 9, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tefra tefra merged commit 1cd6815 into master Nov 9, 2021
@tefra tefra deleted the fix-606 branch November 9, 2021 16:59
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.

operation name not being used in soap body when generating from wsdl
1 participant