|
| Re: Web Service XML Input Arguments Schema Validation |
 |
Wed, 21 Nov 2007 08:03:32 -080 |
> I'm new to web services, but we are currently
> implementing a number of Web Services that all take
> as arguments a single parameter which is an XMLBean,
> which has been generated by a XML Schema.
>
> What I find surprising is that when I submit a SOAP
> message to the Web Service (through the http Web
> Service Tester inside eclipse), I can send any valid
> XML without getting a SOAP fault. Is there a way on
> the Web Service that I want the XML submitted to be
> validated against the XML Schema for that parameter?
>
> Bit surprised I have to implement my own input
> argument validation, and there doesn't appear to be a
> standard way to do this. I must be missing soemthing
> surely? Why else would the Schema be in the WSDL?
>
> Cheers
> John
|
| Post Reply
|
|
|
|
|
|
|
|
|
|