How to Create an IS Schema?
Answer / sandeep
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)
| Is This Answer Correct ? | 6 Yes | 0 No |
Why we use Local transaction and there boundaries.
How to convert documentlist to document? If document list contain documents and documents contain strings field .how to convert?ple tell me any one.
What Does a Flow Service Look Like in Diagram View?
how can you find file name in file-pooling concept?
how many interfaces u implimented sofar ?
How to store logs in DB?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
How many interfaces you implemented sofar?
What Is Dimensionality?
What are Structural transformations ?
how to debug a flowservice in webmethods
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?