Validate SOAP XML to JSON

Заказчик: AI | Опубликовано: 01.02.2026
Бюджет: 30 $

I will give you a set of SOAP-based XML messages together with their technical specifications. Your task is to run each message through full schema and rule validation, correct anything that breaks compliance, and return one clean, consolidated JSON file that represents the final, error-free collection. Please apply standard XML/XSD validation practices—feel free to use tools such as XMLSpy, Xerces, lxml, or a home-grown script—as long as the end result is a fully valid set of SOAP messages and a single JSON output that can be dropped straight into the next stage of our pipeline. Deliverables • One JSON file containing every validated SOAP message in the agreed structure • A short note (plain text) listing any issues you found and how you resolved them The job is complete when my test harness can read the JSON file without throwing schema or business-logic errors.