Karate Test Framework: how can I sign XML using p12?
问题 Karate Test Framework: Does this framework provide ability to sign soap xml request using p12 key ? 回答1: Not directly, but you can easily plug-in a few lines of Java code to do this. Please refer to the docs for Java interop: https://github.com/intuit/karate#calling-java You can look at the JWT example for some ideas: https://github.com/intuit/karate/blob/master/karate-demo/src/test/java/demo/jwt/jwt.feature 来源: https://stackoverflow.com/questions/63309979/karate-test-framework-how-can-i-sign