web services - how to call webservice from playframework 1.1 -


i have webservice 1 function checkorder(string, string, string) return string.

how call function checkorder controller.

my code:

wsrequest ws = ws.url("https://www.nganluong.vn/public_api.php?wsdl/"); ws.parameters.put("merchant_id", merchant_site_code); ws.parameters.put("param", payment_id); ws.parameters.put("checksum", checksum); ws.httpresponse rs = ws.post(); 


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -