-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
I have a use case when I try to use TuTu for Soap mocking, SoapClient during the request is adding SOAPAction header which ends with the name of Soap action.
Unfortunately matching of headers doesn't work.
responses.yml
say_hello:
request:
path: /soap-endpoint
methods: ['POST']
headers:
SOAPAction: endsWith('#GetDetails'))
response:
content: |
Hello {{ request.headers }}!
I'm missing something?
Metadata
Metadata
Assignees
Labels
No labels