Fix BodyAsFile to also allow relative paths (#244)

* 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
This commit is contained in:
Stef Heyenrath
2019-01-19 19:27:48 +01:00
committed by GitHub
parent 34abd05d19
commit d736745aff
24 changed files with 284 additions and 59 deletions

View File

@@ -16,9 +16,9 @@
},
"Response": {
"StatusCode": 200,
"BodyAsFile": "responsebody.json",
"BodyAsFile": "MyXmlResponse.xml",
"Headers": {
"Content-Type": "application/json"
"Content-Type": "application/xml"
}
}
}