mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
23 lines
557 B
JSON
23 lines
557 B
JSON
{
|
|
"Guid": "1234567A-940e-4b86-a1f4-4f0fc7be8b8b",
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "/bodyasfilexmltest",
|
|
"IgnoreCase": false
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"StatusCode": 200,
|
|
"Headers": { "Content-Type": "application/xml" },
|
|
"BodyAsFile": "MyXmlResponse.xml",
|
|
"UseTransformer": false
|
|
}
|
|
} |