K
K
Konstantin Zhikhor2019-10-01 12:14:06
PHP
Konstantin Zhikhor, 2019-10-01 12:14:06

Why Soap Error?

I send a request to SoapUI and it gives me an error when calling the method. But if you follow this link, everything is displayed in the browser.
mistake

SOAP-ERROR: Parsing WSDL: Couldn't load from ' https://api.ghk.dev.b2pos.ru/loan/wsdl.php ' : failed to load external entity " https://api.ghk.dev. b2pos.ru/loan/wsdl.php "

Help me please. Why can't he download it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nujabes37, 2019-10-01
@Nujabes37

Try prepending before instantiating SoapClient . https://stackoverflow.com/a/41701927libxml_disable_entity_loader(false);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question