We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0adf7 commit 018fc79Copy full SHA for 018fc79
mock/soap/src/main/java/io/gatehill/imposter/plugin/soap/SoapResourceMatcher.kt
@@ -209,7 +209,7 @@ class SoapResourceMatcher(
209
op.inputRef.elementName.localPart == bodyRootElement.name
210
}
211
is TypeOperationMessage -> {
212
- op.inputRef.operationName == bodyRootElement.name
+ op.name == bodyRootElement.name
213
// TODO consider matching on body child element names against part names
214
215
else -> false
0 commit comments