mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 22:03:35 +01:00
* Read only .json files as static mapping files and fix current folder for BodyAsFile * include .json again * LocalFileSystemHandler_ReadResponseBodyAsFile_Throws * Read array from static mappings folder * xml soap example
22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"Request": {
|
|
"Path": {
|
|
"Matchers": [
|
|
{
|
|
"Name": "WildcardMatcher",
|
|
"Pattern": "/bodyasfilexmltest",
|
|
"IgnoreCase": false
|
|
}
|
|
]
|
|
},
|
|
"Methods": [
|
|
"get"
|
|
]
|
|
},
|
|
"Response": {
|
|
"StatusCode": 200,
|
|
"Headers": {"Content-Type": "application/xml"},
|
|
"BodyAsFile": "MyXmlResponse.xml",
|
|
"UseTransformer": false
|
|
}
|
|
} |