laravel-soap icon indicating copy to clipboard operation
laravel-soap copied to clipboard

A soap client wrapper for Laravel

Results 54 laravel-soap issues
Sort by recently updated
recently updated
newest added

I can' able to install sopui package facing some issue "artisaninweb does not exist and could not be created"

Hello sir, I have used this package but, I am getting above mentioned error when trying to launch it.It seems that there is some issue with my configurations.Could you please...

I am unable to pass following authentication credentials in soap headers. ` int string `string` string ` Also when i am trying to send headers in $service->header($namespace, $name, $data), its...

Your requirements could not be resolved to an installable set of packages. Problem 1 - codedredd/laravel-soap[v1.5.0, ..., v1.5.1] require illuminate/support ^5.6 || ^6.0 || ^7.0 -> found illuminate/support[v5.6.0, ..., 5.8.x-dev,...

There is a documented difference between calling `SoapClient::__call()` and `SoapClient::__soapCall()`! You can execute a remote SOAP function like `$client->getApples(['number' => 10]);` which results in the SOAP service being called according...

First of all, thanks for putting this together! For my use case, I found this package wasn't very friendly to the Service Container, so I have made some changes to...

To use the alias, add this to the aliases in app/config/app.php. `'SoapWrapper' => Artisaninweb\SoapWrapper\Facade\SoapWrapper::class,` The above line have incorrect nampespace it soapWrapper is under `Artisaninweb\SoapWrapper\SoapWrapper::class, `

How can I render a tag like when submitting a blank value?

i have issue when use header with auth and get this messages **ARERR [149] A user name must be supplied in the control record** this is my code ` $namespace...