How do we control for what versions an EC, Validation, or Web Service Operation are available?
Version Transformation Rules
What Web Service type should be used for high volume transactional data?
Import Web Service
Web Service is available for consumption
Enabled
What tool can customers use to create a simple integration using a public web service?
EIB
Enterprise Interface Builder
Name four things that count as a schema change
- Adding/removing ECs
- Singular/non singular
- required
- mutex
- Web Service Aliases
What are two of the required fields on a Version Transformation Rule?
Rule Type
Element Content
Web Service Version
What sort of operation would you use for a web service that kicks off a business process?
Submit Web Service Operation
WWS Operation is marked that it will be no longer enhanced or updated and has been replaced another operation.
Deprecated
What tools can implementers use to migrate data from tenant to tenant
- OX 2.0, iLoad, **Cloud Loader(?)
How can a user restrict a web service to only create new instances and not update any existing instances?
Add Only validation
For deprecating a field, describe the VTR and toggling approach
Create a Deprecate VTR for desired version
Toggle ON: Deprecate VTR
How can we secure the instances returned by a Get Web Service Task
- Secured worksets
- Secured Method Binding and paging
a version rule is added to the operation, when we decide to no longer allow this operation to be invoked in new version, possibly at the time of deprecation or soon after
Remove Starting with Version
Which Security Domain should you include on a Web Service intended for implementation?
iLoad: Web Services
How can you write web service wats without writing XML
Web Service Element Generation
When does the schema get locked for a web service version?
When the subsequent web service version becomes available in production.
Where should job launches take place for an import Web Service?
Post Processing
End of Life
The primary definition of the IMM for an Xpresso Class and its corresponding Web Services/Components. It defines the phase, structure and behavior of web services calls needed to successfully migrate an instance of the Xpresso class.
An Implementation Type
What is the difference between an implementation and public web service?
Implementation: Used by implementers during tenant setup and migration. Often setup data.
Public: Can be used by customers after go live. May be used in custom integrations and EIBs. Can be either setup or transactional data.
How can you enable a field for a prior version without changing the WSDL for that version?
Easter Eggs / Off Cycle Release
What sorts of Web Service Operations can be selected for 'Loaded by Web Service Operation" on an Implementation Component?
Import or Put or Submit
After sufficient time has elapsed, the operation implementation can be removed.
Retired
When should you use an effective dated annotation?
If the class has an effective date exposed on the web service, you're allowed to update that effective date, and the EC does not use the Effective Moment Display Option.
What pattern allows a user to only update the fields they provide on the request without removing values for fields not provided on the request?
Sparse updates