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
Zend\Soap\Exception\InvalidArgumentException: Uri contains invalid characters or is empty at n/a
in /var/www/html/controlid/vendor/zendframework/zend-soap/Zend/Soap/Wsdl.php line 251
at Zend\Soap\Wsdl->sanitizeUri(null)
in /var/www/html/controlid/vendor/zendframework/zend-soap/Zend/Soap/Wsdl.php line 798
at Zend\Soap\Wsdl->sanitizeAttributeValueByName('location', null)
in /var/www/html/controlid/vendor/zendframework/zend-soap/Zend/Soap/Wsdl.php line 834
at Zend\Soap\Wsdl->setAttributeWithSanitization(object(DOMElement), 'location', null)
in /var/www/html/controlid/vendor/zendframework/zend-soap/Zend/Soap/Wsdl.php line 508
at Zend\Soap\Wsdl->addService('loginOperadorService', 'loginOperadorPort', 'tns:loginOperadorBinding', null)
in /var/www/html/controlid/vendor/besimple/soap/src/BeSimple/SoapBundle/ServiceDefinition/Dumper/WsdlDumper.php line 50
at BeSimple\SoapBundle\ServiceDefinition\Dumper\WsdlDumper->dumpServiceDefinition(object(ServiceDefinition), null)
in /var/www/html/controlid/vendor/besimple/soap/src/BeSimple/SoapBundle/WebServiceContext.php line 98
at BeSimple\SoapBundle\WebServiceContext->getWsdlFile()
in /var/www/html/controlid/vendor/besimple/soap/src/BeSimple/SoapBundle/WebServiceContext.php line 125
at BeSimple\SoapBundle\WebServiceContext->getServerBuilder()
in /var/www/html/controlid/vendor/besimple/soap/src/BeSimple/SoapBundle/Controller/SoapWebServiceController.php line 66
at BeSimple\SoapBundle\Controller\SoapWebServiceController->callAction('loginOperador')
in line
at call_user_func_array(array(object(SoapWebServiceController), 'CallAction'), array('loginOperador'))
in /var/www/html/controlid/app/bootstrap.php.cache line 2974
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
in /var/www/html/controlid/app/bootstrap.php.cache line 2936
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
in /var/www/html/controlid/app/bootstrap.php.cache line 3085
at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true)
in /var/www/html/controlid/app/bootstrap.php.cache line 2335
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
in /var/www/html/controlid/web/app_dev.php line 31`
Hello, I'm using this module around the six months then the first time that I installed the bundle on I used this setup: http://besim.pl/SoapBundle/installation_composer.html
"require": {
"besimple/soap-bundle": "dev-master",
"besimple/soap-common": "dev-master",
"besimple/soap-server": "dev-master"
"ass/xmlsecurity": "dev-master"
}
Now, I need to do some update and I get the following error
Well then I find in the web the currently setup to install the bundle http://besim.pl/SoapBundle/installation.html
"require": {
"besimple/soap": "0.1.*@dev,
"ass/xmlsecurity": "dev-master"
}
The second way above works to install, but any service that I did with bundle, not works,
for example I try with this web service login action (https://github.com/wass91/controlid/blob/master/src/controlid/Bundle/SeguridadBundle/Controller/OperatorSecurityController.php) I get the following mistake
Uri contains invalid characters or is empty
Zend\Soap\Exception\InvalidArgumentException: Uri contains invalid characters or is empty at n/a
If you wanna test the web service with soap client on firefox you can use the following url:
http://controlid.co/controlid/web/app_dev.php/ws/loginOperador?wsdl
Well, I don't know what am I doing wrong?
you can say me how to fix it please?,
thanks.
The text was updated successfully, but these errors were encountered: