Integration Schemas
88
Integration Guide
Standard Service Output The following diagram shows the pochangeStatusResponse (type =
pochangeStatusResponseType) output. For this example, the response of the
method is the PO object.
Object Structure and Enterprise Services
The object structure definition contains the content for both object structure and
enterprise services. Since an enterprise service provides additional capability
outside of the data content, a single schema can support both services. However,
the object structure service supports all the defined operations (Create, Delete,
Update, and so on), while an enterprise service is created for a specific operation.
Therefore, multiple enterprise services must be created to support multiple
operations even though they reference the same object structure and thus use the
same schema.
Two operations (Add and Query) support an output type. The output for the Add
operation is a set of keys corresponding to the object that was added, and the
output for the query operation is a result set of object structures. In addition to
identifying the input and output types for object structure and enterprise services,
these schemas also identify the output provided by a publish channel and the
input and output of an invocation channel.
Object Structure and Enterprise Services Schema Content
The following examples describe the content of the object structure and enterprise
services. All examples use the MXPERSON object structure.