Im going to test a generic soap web service on java. My inputs are wsdl(file or url), request xml and expected response xml. Im going to send the request xml to the web service and compare the response of the web service to the expected response xml.
How am I suppose to do this? Is there an open source api that I can use?
thank you.
