Interview Question
Qus: How to Create an IS Schema?
Answers (1)
An IS schema can be created by following these steps:
1. First create a webMethods document
2. Run the service pub.schema:createXSD
3. Give the input parameter the fully qualified name of
your document. The output parameter xsd/source has the text
schema representation of your document. Save this to a file
(e.g. sample.xsd)
4. In the appropriate folder create a New Schema
5. Give the schema a name
6. Select XML Schema and give the filename of the saved
file (e.g. sample.xsd)