T
TonyR
I've got to write a webservice with vb.net client and server such that the
client will upload an XML file. The XML needs to be checked against a schema
and a validation message returned to the client.
The easy way I found to do this is to pass a dataset which works fine,
unfortunately I have to write the server end such that a non-Microsoft
customers can develop clients too.
I could upload the file as a byte or string array then validate it (I have
done this and it works) but I'm wondering if there is an open standard for
receiving an .XML (as XML data rather than as a string) so that it can be
validated as it comes in.
client will upload an XML file. The XML needs to be checked against a schema
and a validation message returned to the client.
The easy way I found to do this is to pass a dataset which works fine,
unfortunately I have to write the server end such that a non-Microsoft
customers can develop clients too.
I could upload the file as a byte or string array then validate it (I have
done this and it works) but I'm wondering if there is an open standard for
receiving an .XML (as XML data rather than as a string) so that it can be
validated as it comes in.