I publish a schema as Request Only Web service. In the schema I defined one element LINE to be Max Occur=unbound and Min Occur=1.
But when a client send a XML doc without a LINE, the file still get through not rejected, and when i validate the schema with the file, it failed.
I used default XML pipeline to receive files from the webservice, is this the problem? Should define a receive pipeline with the schema for webservice so that client will get a rejected message when the file is not identical with the schema?
Thanks for help