-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Karate Embedded Expression not working as expected for xml attribute #341
Comments
@PallaviMistry yes this is a bug ! You have a workaround: * set response /Envelope/Body/MessageDelivered/@OfferID = request_uuid |
Thanks for the quick response. Thanks ! |
@PallaviMistry great, I'll keep this open until a formal 0.7.0 release. can you also mark the StackOverflow question as accepted / upvote ? |
Done ! |
@PallaviMistry there is a 0.7.0.2 version available for you to try. |
I retestet the szenario of @PallaviMistry and it works with 0.7.0.2 Thanks! |
released 0.8.0 |
This is : 3_PostData_Request.xml
This is the scenario file:
This is the result:
I would like to know why Karate is able to replace #(request_uuid) for xml element which has some text in it and why not for one without any text. How may I achieve replacement in both the cases seamlessely. I am using karate 0.7.0.1. Thanks !
The text was updated successfully, but these errors were encountered: