You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Abhijit Chaudhary <ab...@mihy.mot.com> on 2002/10/18 13:57:33 UTC

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:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


Re: Question!!!

Posted by Scott Nichol <sn...@scottnichol.com>.
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" <ab...@mihy.mot.com>
To: <so...@xml.apache.org>
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:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>


Re: Question!!!

Posted by Scott Nichol <sn...@scottnichol.com>.
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" <ab...@mihy.mot.com>
To: <so...@xml.apache.org>
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:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>