Replies: 1 comment 1 reply
-
Have a look if |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you help me please?
I have this code
return Soap::baseWsdl(config('soap.clients.1c_soap.base_wsdl')) ->withBasicAuth(config('soap.clients.1c_soap.with_basic_auth.username'),config('soap.clients.1c_soap.with_basic_auth.password')) ->call('GetItemsForSale',[ 'MaxCount' => 10, 'AutoConfirm' => true, ]);
and get an error
SOAP-ERROR: Parsing WSDL: Couldn't load from : failed to load external entity
Beta Was this translation helpful? Give feedback.
All reactions