Forum Discussion
3 Replies
- Sorry, there's very little to go on from your question.
Here's the getting started article for Mocking services in SoapUI:
http://www.soapui.org/Getting-Started/m ... vices.html
Michael Giller
SmartBear Software - ProgsterOccasional ContributorSorry...,
I'm working with a Mock Response Eligible, and in the Mock Form, I need to add two new fields. I need that the mock response gives back the two new fields. - Sounds like you are trying to mock a dynamic web service. You can see a tutorial for that here:
http://www.soapui.org/Service-Mocking/c ... vices.html
So you'd have to write code to parse the request for certain field values and pass them into the response returned by the mock service.
Michael Giller
SmartBear Software