Hi
i am having an xsd which should be validated with xml how can proceed for this can u please send detailed steps for this process
thanks for ur help
Hi Kumar,
I understand your requirement is that you need tovalidate a xml input file with the xsd supplied to you.
Below are the steps.
- Create IS schema with the xsd you have.
- In your flow service include xmlStringToXMLNode
- Put pub.schema.validate (parameters like conforms to = full path of the schema creted in step No. 1)
HTH,
KK