2
I’m using laravel
, ubuntu
, apache2
and the library zendframework/zend-soap
. I managed to do the client-soap
and I’m trying to do the server-soap
. I managed to make a select with the server-soap
in remote BD(mssql) but cannot do the Insert. Here is my project: https://github.com/agnerbzrao/SOAP-Agner, and the method to do the Insert is in: https://github.com/agnerbzrao/SOAP-Agner/blob/master/app/Http/Controllers/SOAP/ClientController.php