users@jax-rpc.java.net

Re: Does the WSDL validate the request, response and fault types in Document-literal type of webservices

From: Anne Thomas Manes <atmanes_at_gmail.com>
Date: Thu, 28 Dec 2006 08:45:38 -0500

Validation is a very expensive process, and it would not be
appropriate to always validate messages. If you want to perform
validation, you must do so in an intermediary (e.g., an XML gateway
which uses acceleration technology to do so) or a handler.

Anne

On 12/14/06, Mohan Davuluri <mohan.great_at_gmail.com> wrote:
> I am using Document-literal style in my WSDL. But i am using schema types to
> represent my request, response and fault types. Does the web service engine
> validate the request or response or fault against the XSDs in this style.
>
> --M