SOAP Parser for file endpoint
Use the SOAP Parser to read and write SOAP XML documents.
The SOAP Parser converts SOAP XML documents to or from entry objects in the following manner:
- When the parser writes to the XML document, it uses attributes from the entry to build the document. The SOAP_CALL attribute is expected to contain the value for the SOAP call.
- When the parser reads from the XML document, the SOAP_CALL attribute is set to reflect the first tag that follows the SOAP-ENV:Body tag. For each attribute in the entry, a tag with that name and value is created. Each tag under the SOAP_CALL tag translates into an attribute in the entry object.
To access the SOAP Parser configuration parameters:
- Add a File endpoint.
- On the File endpoint configuration page, click Parser and select SOAP 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.
- Omit XML Declaration
- Select this check box to indicate that the parser must omit an XML declaration header in the output stream.
- Document Validation
- Select this check box to request file validation that is based on the specified DTD or schema.
- Namespace Aware
- Select this check box to indicate the parser must request a namespace-aware parser.
- Character Encoding
- Character encoding to use for reading or writing. The default value is UTF-8.
- For more information, go to the SDI documentation and search for Character Encoding conversion.
For detailed information about the SOAP Parser and examples of its usage, go to the SDI documentation and search for SOAP Parser.
Parent topic:
File parsers