Schema validation in Web services remains rare. In .NET, for example, one cannot enable validation by simply setting an attribute or making a method call, which means that virtually no one using .NET is validating. I don't know how many Apache SOAP users enable validation, but I don't think it is many, since there have not been questions about it on the lists.
Scott Nichol ----- Original Message ----- From: "Abhijit Chaudhary" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 7:57 AM Subject: Question!!! > Hi, > A question for all. I want to develop a client which sends a SOAP Request > and get back a Response. For the SOAP Response parsing, I'll use a normal > non-validating XML Parser. I am not worried about validation using XML > Schema and XML Namespace in the Response. > While sending a Request I 'll send it with the namespace attributes and > abile by the schema rules so that the server can validate the Request and > send a Response. > Can this approach be adopted to all type of web-service. Is there any link > which talks abt SOAP with validation using Schema. > Thanks in advance, > Abhijit > > -- > To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> > For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org> > > -- To unsubscribe, e-mail: <mailto:soap-dev-unsubscribe@;xml.apache.org> For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>