Skip to content
New issue

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

Configure Serviceplatformen CPR throws warning without instruction #7

Open
madsnorgaard opened this issue Oct 28, 2021 · 1 comment

Comments

@madsnorgaard
Copy link

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?

@andriyun
Copy link
Contributor

andriyun commented Nov 1, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants