You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't download correctly my wsdl. I have the follow error when i try to call the client:
ContextErrorException: Warning: DOMDocument::loadXML(): Empty string supplied as input in C:\wamp\www\FlexFront\vendor\besimple\soap-client\BeSimple\SoapClient\WsdlDownloader.php line 159
In fact the services were available under basic authentication. So curl -a http://organisation.novento-reloaded.eu/app_dev.php/ws/MobileApi?wsdl returns nothing and in this case I encounter the error:
ContextErrorException: Warning: DOMDocument::loadXML(): Empty string supplied as input
So it's normal. If I remove the basic authentication, it works.
But I tried to configure the proxy parameters when the services are protected under basic authentication and I can't make it woks. I get an SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://.../ws/MobileApi?wsdl'
Hi,
I can't download correctly my wsdl. I have the follow error when i try to call the client:
My configuration is:
When i call the service in this normal way
$this->container->get('besimple.soap.client.high_deal_consultation')
I have the error.
However the wsdl is accessible. Any idea?
Tanks,
Stefano
The text was updated successfully, but these errors were encountered: