File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes record the webservices response and later play it in playback mode. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "record the webservices response and later play it in playback mode." Watch "record the webservices response and later play it in playback mode." New topic
Author

record the webservices response and later play it in playback mode.

Manohar Chhapolia
Greenhorn

Joined: Nov 22, 2006
Posts: 17
Hi All,

We have a requirement, Where we would like to store the response of the service (by running the web services in record mode ). May be in flat file or data base. These stored services can be used for development of other applications (dependent on this webservice) in playback mode. Here playback mode would just give the stored response back to the application (When request matches with the stored request/response).
This will be a great help in developing the applications, when the actual service is down.
Is there any tool/jar which can be incorporates with Spring framework to simulate this.

Please let me know, if my query is not clear.

Thanks in advance for your help.

Regards,
Manohar chhapolia

Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
The SoapUI tool can record WS request and responses; you may be able to leverage its code.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: record the webservices response and later play it in playback mode.
 
Similar Threads
[Solved] Effectively executing background process
selenium, testng, eclipse processing a form
Concurrency in Web Services
Threads and DB Access
The number of WS instances - how to change it