SPMLv2 Parser for file endpoint
Use the SPMLv2 Parser to parse or write SPML Version 2 (SPMLv2) messages, which are individual SPMLv2 requests and responses.
SPMLv2 defines a core protocol over which different data models can be used to define the actual provisioning data. The combination of a data model with the SPML core specification is referred to as a profile. The use of SPML requires that a specific profile is used. This SPMLv2 Parser provided with Federated Directory Server console supports the SPMLv2 DSMLv2 profile. To access the SPMLv2 Parser configuration parameters:
- Add a File endpoint.
- On the File endpoint configuration page, click Parser and select SPMLv2 Parser from the list.
- Expand the Parser section to view the parameters.
Parameters
- Comment
- Add your comments. The comment is not considered while parsing data.
- Detailed Log
- Select this check box to generate log messages with detailed debug information.
We can also configure the following advanced parameters. Under the Parser section, expand Advanced to view these parameters.
- Binary Attributes
- Specify a comma delimited list of attributes that must be treated by the parser as binary attributes. A list of attributes are provided by default, which we can modify.
- Character Encoding
- Character encoding to use for reading or writing. The default value is UTF-8.
- The SPMLv2 Parser extends the XML Parser; therefore, the same character encoding rules apply. For more information, go to the SDI documentation and search for Character Encoding in the XML Parser.
For detailed information about the SPMLv2 Parser, its operations and attributes, and examples of its usage, go to the SDI documentation and search for SPMLv2 Parser.
Parent topic:
File parsers