• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Test Stub for Web Services

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I would be really thankful if somebody could decipher the below statements for me. I have started to work on web services using Axis and Ant scripts, and was successful with a small example. I need to integrate the example with the Spring framework and with the requirement below. Any help is appreciated.

Requirement :
A developer can register a test stub for a certain Web Service.

Based on the service request the test stub can evaluate the type of test case and an identifier for the request.

Based on the type and the identifier for the test case, the test stub can ask the runtime environment for a test response.

The runtime environment returns a predefined response from a configuration file.

A test stub may replace wild cards and returns the response.

Thanks in advance,
Krithika
 
reply
    Bookmark Topic Watch Topic
  • New Topic