mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
Extend responsetemplate to to get a customised response #349
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @msutar021 on GitHub (Jul 14, 2021).
@StefH , This in continuation to the issue #619
Now i can get the request Tokenlist Node in response. I have to generate soap response based on the number of tokenids. for each tokenid , i need to create node with few attributes. If i can read each token id , i can generate response xml for that.
So my requirement is to generate customized response. I have attached my response.
Response.txt
Please suggest how can i achieve this.
@msutar021 commented on GitHub (Jul 19, 2021):
Any suggestion on this. Waiting for your response.
@StefH commented on GitHub (Jul 23, 2021):
With Handlebars.Net , a lot is possible. However I don't have a example for that.