API Contract Fixtures

XML and JSON payload fixtures for contract testing, schema validation, SOAP-style requests, and malformed payload workflows.

4 Why This Workflow Matters
7 Files
Use workflow pages to move from a job to the exact fixtures, packs, and supporting references.
Why This Workflow Matters

About This Workflow

  • Covers SOAP-style XML, catalog-style XML, nested JSON payloads, and malformed/truncated cases.
  • Useful for API schema validation, parser compatibility, and negative contract tests.
  • Includes real larger JSON fixtures when contract or replay tests need size-sensitive payload handling.
  • Anchored to a contract pack so API fixture suites can start from one download.
Recommended Packs

Fixture Packs

API Contract Fixture Pack

Bundle of real XML and JSON payloads for API contract tests, schema validation, and malformed payload handling.

api_contract_fixture_pack.zip · 2.0 KB

JSON API Fixture Pack

Bundle of structured JSON payloads for contract testing, parser validation, and nested payload workflows.

json_api_fixture_pack.zip · 1.9 KB

Fixture Matrices

Fixture Matrices

XML API Fixture Matrix

Choose XML fixtures for SOAP payloads, feed parsing, schema validation, and malformed XML handling.

JSON API Fixture Matrix

Pick JSON fixtures for contract testing, nested payload validation, Unicode handling, parser failure conditions, and real large-payload handling.

Suggested Fixtures

Files

Filename Format Size Actions
xml_soap_request_sample.xml
.xml SHA256 1b73cd1410a4...
XML 381 B
xml_product_catalog_sample.xml
.xml SHA256 26793ca4f85d...
XML 295 B
xml_malformed_payload_sample.xml
.xml SHA256 e14306061df5...
XML 168 B
xml_truncated_feed_sample.xml
.xml SHA256 8e5f44c3cc12...
XML 215 B
json_nested_api_payload_sample.json
.json SHA256 194dfa7be986...
JSON 423 B
json_truncated_payload_sample.json
.json SHA256 9ca2e359a467...
JSON 193 B
json_sample_file_100MB.json
.json SHA256 75faf2147315...
JSON 100.0 MB
Related Strategy Pages

Related Guides