laravel-soap
laravel-soap copied to clipboard
Laravel Soap Client
Hi! I have same issue - https://github.com/CodeDredd/laravel-soap/issues/147 . How add SOAP Header (not HTTP header) to call?
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bellow code with laravel-soap: ``` $client = Soap::baseWsdl($url) ->withOptions([ 'location' => $url, 'soap_version' => SOAP_1_1, 'local_cert' => storage_path('app/local_cert.pem'), 'trace' => true, 'keep_alive' => true, 'exceptions' => true, 'cache_wsdl'=> WSDL_CACHE_NONE, ]);...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.3 to 7.4.5. Release notes Sourced from guzzlehttp/guzzle's releases. Release 7.4.5 See change log for changes. Release 7.4.4 See change log for changes. Changelog Sourced from guzzlehttp/guzzle's...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.6 to 2.9.15. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.0 to 5.21.0. Release notes Sourced from release-drafter/release-drafter's releases. v5.21.0 What's Changed New fetch 100 labels for pull requests instead of 10 (#1220) @matoubidou Full Changelog: https://github.com/release-drafter/release-drafter/compare/v6.0.0-beta.1...v5.21.0...
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3. Release notes Sourced from ramsey/composer-install's releases. 3.0.0 Changed Update actions/cache to v4 to avoid deprecation notices. This requires a new major version because actions/cache...
Bumps [TimonVS/pr-labeler-action](https://github.com/timonvs/pr-labeler-action) from 4 to 5. Release notes Sourced from TimonVS/pr-labeler-action's releases. v5.0.0 What's Changed License updates for chore/update-licensed-ci by @github-actions in TimonVS/pr-labeler-action#77 Update Licenced CI workflow by @TimonVS in...
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.25.0 to 6.0.0. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires codedredd/laravel-soap ^3.0.2 -> satisfiable by codedredd/laravel-soap[v3.0.2]. - codedredd/laravel-soap v3.0.2 requires illuminate/http ^9.0...