notfalsedev / laravel-soap

A soap client wrapper for Laravel
MIT License
634 stars 122 forks source link

How to log request and response xml format #127

Closed waqas-mehmood-pk closed 7 years ago

waqas-mehmood-pk commented 7 years ago

package version ".2." laravel lumen version: "5.3.3" Is there any way to view/log request and response in xml format.

notfalsedev commented 7 years ago

This package is just a wrapper around the PHP SoapClient. It will work the same as the PHP SoapClient.

You will need the same request and will get the same response. So if the response is XML, yes you will get XML.