PrestaSharp
PrestaSharp copied to clipboard
Log XML requests and responses
Hello,
Is there a way to log the XML requests (and responses) between the client and the Prestashop API?
Thanks
Hello,
Yes, you can log the XML requests and responses by serializing the request objects before sending them and deserializing the responses after receiving them. You can then save these serialized XML strings to a file or a database for logging purposes.