Overview for Creating Schemas

In this section:

The iWay Technology Adapter for .Net enables you to handle schemas created in two different ways:


Top of page

x
Creating Service Schemas Using iWay Explorer

iWay Explorer creates schemas for services that interact directly with your target .Net application. These service schemas are generated by pointing directly to the assembly directory of your .Net application.

Each service the adapter uses must be defined by a schema. In order to use services, you must generate XML schemas for service requests and service responses.

For more information about creating service schemas using iWay Explorer, see Creating Schemas for Services.


Top of page

x
Events

Events are generated by the .Net executable, DLL, or assembly. For example, the .Net executable, DLL, or assembly may generate an event when customer information is updated. If your application must do something when this happens, your integration application is a consumer of this event. Events are defined by an event schema, which must be created manually.


iWay Software