We got a requirement in our project. We are accessing webservices from remote system which is not available all the time because of
network issues which leads to delay in testing and fixing the issues. So to resolve this issue we need a tool / api which
can take the WSDL file and generate the sample / defualt request and response XML files.
Please let me know if there is any tool or API available to do so.
You can use SoapUI.
You can generate a mocking service from a wsdl with it.
shanthi naidu
Ranch Hand
Joined: Nov 13, 2008
Posts: 37
posted
0
Thank you for the response,
Even SoupUI works only when network is up if it is down we cant get the response.
Whenever the network is down we should get the default response for the request we pass to the server.
If we create any dummy response even that doesn't work if the request is updated.
So we need some workaround to get the dynamic default response for the request whenever the network is down.