I have two web services consumer and supplier. Consumer does not know the type of data sent by supplier. So I want to send xml schema from the supplier to the consumer and then send a validated xml document. Consumer stores the XML schema sent by supplier and validates the xml document with the schema.
I understand that xml can be included in the soap body. Can I include both xml schema and validated xml document in same SOAP body?
OR
Is there a better way to solve this issue?
Thank you for your replies.
I understand that xml can be included in the soap body. Can I include both xml schema and validated xml document in same SOAP body?
OR
Is there a better way to solve this issue?
Thank you for your replies.