Forum Discussion

anilyadav's avatar
anilyadav
New Contributor
14 years ago

Mock Request creation

Hi,

I am new to mock service automation and I need your suggestion to perform below scenario:

I need to automate web services before they are actually developed. As i don't have the request to create mock response, I have taken a sample WSDL and created mock responses based on the operations available in the WSDL.

My question here is, can I change the request of the operation by updating its XML structure (or can i create mock request of my own as we create mock response). Because, the request is still the same as defined in sample WSDL and does not represent actual webservice testing scenario.

Regards
Anil

1 Reply

  • anilyadav's avatar
    anilyadav
    New Contributor
    Just to rephrase, how can I automate a test case in soapUI if WSDL/request is not yet developed.