TykTechnologies / tyk

Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Other
9.75k stars 1.09k forks source link

Add support for application/soap+xml error handling #6603

Open vanny96 opened 1 month ago

vanny96 commented 1 month ago

Description

Currently, Tyk returns a JSON response when a request with Content-Type "application/soap+xml" incurs in an error. Added support to return XML instead.

Related Issue

https://github.com/TykTechnologies/tyk/issues/6602

How This Has Been Tested

Not tested

Types of changes

Checklist