Forum Discussion

anuj24's avatar
anuj24
New Contributor
8 years ago

How to create REST request using SOAPUI programmatically through java?

Hi,   I know how to create SOAP request and getting response from it programmatically through java..   WsdlProject project = new WsdlProject(); project.setName("newProject"); WsdlInterface objI...