We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @andriyun,
We are experiencing this issue while configuring os2web_datalookup services for Serviceplatformen CPR and CVR:
`Warning message
Array ( [status] => [text] => SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost:9998/modules/contrib/os2web_datalookup/wsdl/CPRBasicInformationService/CPRBasicInformationService.wsdl' : failed to load external entity "http://localhost:9998/modules/contrib/os2web_datalookup/wsdl/CPRBasicInformationService/CPRBasicInformationService.wsdl"
)`
It is somewhat unclear as to what fails and perhaps the descriptions for each field could be updated.
We have installed the test certificates from Servicepaltformen and converted to .crt file format.
Need any further information let me know?
The text was updated successfully, but these errors were encountered:
Hi @madsnorgaard The module is using its own files for web service definition. See https://github.com/OS2web/os2web_datalookup/blob/8.x/wsdl/CPRBasicInformationService/CPRBasicInformationService.wsdl It looks like in your case you have an issue with reaching the main file by URL http://localhost:9998/modules/contrib/os2web_datalookup/wsdl/CPRBasicInformationService/CPRBasicInformationService.wsdl
Check your local environment and try to find out why the URL is not accessible from PHP runtime.
Hope it helps.
Sorry, something went wrong.
No branches or pull requests
Hi @andriyun,
We are experiencing this issue while configuring os2web_datalookup services for Serviceplatformen CPR and CVR:
`Warning message
Array
(
[status] =>
[text] => SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost:9998/modules/contrib/os2web_datalookup/wsdl/CPRBasicInformationService/CPRBasicInformationService.wsdl' : failed to load external entity "http://localhost:9998/modules/contrib/os2web_datalookup/wsdl/CPRBasicInformationService/CPRBasicInformationService.wsdl"
)`
It is somewhat unclear as to what fails and perhaps the descriptions for each field could be updated.
We have installed the test certificates from Servicepaltformen and converted to .crt file format.
Need any further information let me know?
The text was updated successfully, but these errors were encountered: