Hi Peri,
First of all, it is possible to create applications using multiple schemas, but
Second, it is not possible to use the X-Application Generator for that.
The Generator allows to create applications with with a single schema. If you want to use an additional schema, then you need to modify your application: just add the additional schema information into your xapplication.xml file:
e.g.
<collection name="&examples_collection;" variable="xappCollection">
<schema name="customer" />
<schema name="invoice" />
</collection>
I would recommend you to have a look onto our Invoice example we provide with X-Aplication. It shows how to deal with multiple Doctypes/Schemas.
http://localhost:8080/xapp/index.html
Hope this information will help you.
Bye
Thorsten
#API-Management#webMethods#Tamino