Hello everyone !
I am trying to use xsd command via Developer command prompt.
It works like a charm with few .xsd files specified. Although there is a problem: I need to generate one huge class from multiple xsd files and if I try to name them all as parameters, I exceed the limit of 260 characters set for this. I tried to send the parameters via .xml file, but same error occurs.
Is there any workaround for this ?
The xsd files are mutually connected so there's no way to split generation into multiple parts.
Any help is greatly appreciated !
Thanks in advance.