My XI talks to the Web services and I need to generate XSD for that.
But when the communication is successful, the format of XML response is different from format of XML response when failed. In case of failure, it will have some <error> fields.
How should I generate one single XSD file in this case?