石鹸本体はブローのようなものです:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<actions xmlns="http://....com">
<data>
{"name":"test","age" : "10"}
</data>
</actions>
</soap:Body>
</soap:Envelope>
sqlmapを使用して名前や年齢などのパラメータを介して注入するにはどうすればよいですか?
そうでない場合、HttpRequest(Javaで)またはそのようなものを使用して、sqlmapが行うことはできますか?