XML API Fixture Matrix
Choose XML fixtures for SOAP payloads, feed parsing, schema validation, and malformed XML handling.
5
Fixture Rows
3
How to Use This Matrix
Use the matrix when the validation target is a set of variants rather than one canonical sample.
How to Use This Matrix
Coverage
- Covers SOAP-style requests, feed/catalog XML, and malformed or truncated negative cases.
- Useful for XML parser validation, contract tests, and feed ingestion workflows.
- Anchored to API contract and config-validation packs.
Fixture Rows
Available Variants
| Variant | Profile | Test Focus | File | Size | Download |
|---|---|---|---|---|---|
|
SOAP Request XML
Good baseline for envelope, namespace, and body parsing validation.
|
API payload | SOAP contract parsing |
xml_soap_request_sample.xml
|
381 B | Download |
|
Sitemap Feed XML
Useful for sitemap/feed style parsing and XML traversal workflows.
|
Feed document | Feed and list parsing |
xml_sitemap_feed_sample.xml
|
319 B | Download |
|
Product Catalog XML
Targets XML contract and schema validation for nested data models.
|
Structured document | Nested element parsing |
xml_product_catalog_sample.xml
|
295 B | Download |
|
Malformed XML
Useful for schema rejection, parser errors, and negative API contract tests.
|
Broken payload | Validation failure paths |
xml_malformed_payload_sample.xml
|
168 B | Download |
|
Truncated XML
Targets stream truncation and unexpected EOF behavior in XML parsers.
|
Unexpected EOF | Partial payload handling |
xml_truncated_feed_sample.xml
|
215 B | Download |
Related Strategy Pages
Related Packs and Workflows
Related Packs
API Contract Fixture Pack
Config Validation Fixture Pack
Related Workflows
API Contract Fixtures
Open WorkflowConfig Validation Fixtures
Open WorkflowRelated Strategy Pages
Related Pages
Best Format Guides
Use-Case Recommendations
How to Convert
How to Convert JSON to XML
How to Convert XML to JSON
How to Convert CSV to XML
How to Convert XML to CSV