I'm using laravel
, ubuntu
, apache2
, and the zendframework/zend-soap
library. I've been able to client-soap
and I'm trying to server-soap
. I was able to do a select with server-soap
on remote BD (mssql) but I can not do insert . Here's my project: link , and the insert method is in: a link="https://github.com/agnerbzrao/SOAP-Agner/blob/master/app/Http/Controllers/SOAP/ClientController.php"> link