17 years ago
Mocking HTTP responses
Hi, We want to mock a service which uses XML over HTTP but is not RESTful. It passes XML request with HTTP POST and expect XML response back. Can this kind of service be mocked with SOAPUi? I s...
def result = new WsdlMockResult(mockRequest)