What is the easiest way (i.e. requiring writing as little code as humanly possible) to make a POST call given that we know a server, service and parameter list (got from WSDL file)?
Worst case scenario, I'll have to code such a facility myself.
Best case scenario, there's a free service on-line doing that already.
Yes, I've googled but apparently there isn't such a site or I such at googling. I'd like to use it for for call to SOAP services during my tests.