Page 1 of 1

Saxparser exception in Hierarchical stage

Posted: Wed Jul 12, 2017 4:29 am
by hitmanthesilentassasin
Hi,

I have imported an xsd which has many complex types one of them is mandatory. However, I am trying to generate xml for non-mandatory element. I am able to map the fields properly and set validation to minimal validation to ignore mandatory fields in the validation tab of xml compose step of hierarchical step. the job compiles correctly but when I run the job it throws saxparseexception stating that it requires the mandatory element defined. In another job I was able to import and run the job properly(even that has mandatory element defined). Is there something very obvious that I missing?