Webservice input as XSD defined XML
hello
i'm trying create webservice takes xml input, xml must follow defined xml schema. don't want validate xml explicitly in webservice, rather want client of service able see xsd , force client sent xml service can validated against xsd.
how can that?
thank :-)
i'm trying create webservice takes xml input, xml must follow defined xml schema. don't want validate xml explicitly in webservice, rather want client of service able see xsd , force client sent xml service can validated against xsd.
how can that?
thank :-)
well, using sort of object instead of plain xml of want automatically. if that's not possible or need stronger schema validation can implement soapextension schema validation on send , receive.
Archived Forums A-B > ASMX Web Services and XML Serialization
Comments
Post a Comment