Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP FPM Issue with WSDL SOAP Error #2561

Closed
theCowBoiCoder opened this issue Apr 15, 2020 · 3 comments
Closed

PHP FPM Issue with WSDL SOAP Error #2561

theCowBoiCoder opened this issue Apr 15, 2020 · 3 comments

Comments

@theCowBoiCoder
Copy link

Description:

I am having an issue where i am getting a Fault Code WSDL when i am trying a simple SOAP request. I have everything set to true in my laradock .env file but still nothing. its works on the live env just not my local

Expected Behavior:

I should be seeing the SOAP Error it should do the request fine.

Context information:

Output of git rev-parse HEAD

913abc54f9edde865a1d6de8a03b38098593ebfb

Output of docker version

Client: Docker Engine - Community
 Version:           19.03.8
 API version:       1.40
 Go version:        go1.12.17
 Git commit:        afacb8b
 Built:             Wed Mar 11 01:23:10 2020
 OS/Arch:           windows/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.8
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.12.17
  Git commit:       afacb8b
  Built:            Wed Mar 11 01:29:16 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.2.13
  GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683

Output of docker-compose version

docker-compose version 1.25.4, build 8d51620a
docker-py version: 4.1.0
CPython version: 3.7.4
OpenSSL version: OpenSSL 1.1.1c  28 May 2019

System info: Mac, Windows or Linux. Include which disto/version

Windows

Steps to reproduce the issue:

try {
            $client = new SoapClient($url, array(
                'login' => env('GAL_LOGIN'),
                'password' => env('GAL_PASSWORD'),
                'trace' => 1,
                'allow_self_signed' => true,
            ));
        } catch (\SoapFault $e) {
            dd($e);
        }

Stacktrace & Additional info:

SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://url.com?WSDL' : failed to load external entity "https://url.com?WSDL
@stale
Copy link

stale bot commented Jul 14, 2020

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs. Thank you for your contributions ❤️.

@stale stale bot added the Stale label Jul 14, 2020
@stale
Copy link

stale bot commented Aug 4, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Aug 4, 2020
@theCowBoiCoder
Copy link
Author

is there any news on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant