Validation with schema - TechRepublic
General discussion
April 28, 2003 at 11:07 PM
ivorytower

Validation with schema

by ivorytower . Updated 23 years, 2 months ago

Hi,

I would like to know the best way to validate incoming request message using a schema ? I’m developing a RPC-style web services that looks like :
public ServiceResponse processService(ServiceRequest sr) throws SomeServiceException;

The ServiceResponse and ServiceRequest both are of complex types defined in my response & request schema, respectively.

Thanks.

This discussion is locked

All Comments