Kbase P135808: What values can be passed to the schemaLocation parameter of the Sonic 4GL Adapters getDataSet funct
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/8/2008 |
|
Status: Unverified
GOAL:
What values can be passed to the schemaLocation parameter of the Sonic 4GL Adapters getDataSet function?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
OpenEdge Adapter Category: SonicMQ
FIX:
The schemaLocation parameter of the getDataSet function equates to the schemaLocation parameter of the READ-XML function. As such, the acceptable values for this parameter are as follows (from the READ-XML documentation):
A CHARACTER expression that specifies the name of an external XML Schema file to use in creating or verifying the object's schema when reading in the XML document. You can specify an absolute pathname, a relative pathname (based on the current working directory), or a URL pathname. Valid URL protocols include FILE and HTTP (the HTTPS protocol is not supported). The AVM verifies that the file exists and is accessible. When specified, the AVM ignores any schema defined or referenced in the source XML Document.
If you specify the empty string ("") or the Unknown value (?), the AVM creates or verifies the object's schema using any XML Schema defined or referenced in the XML document.