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

Is there any change in the WSDL url for invoices #107

Open
codetycon opened this issue Jul 10, 2023 · 3 comments
Open

Is there any change in the WSDL url for invoices #107

codetycon opened this issue Jul 10, 2023 · 3 comments

Comments

@codetycon
Copy link

codetycon commented Jul 10, 2023

I am getting this error
The error is : SOAP-ERROR: Parsing Schema: can't import schema from 'http://webpayadminservice.svea.com/AdminService.svc?xsd=xsd0'

Is there any change in this URL?

@alexanderwiden95
Copy link
Collaborator

The URL will only work with "https", are you perhaps using "http"?

@codetycon
Copy link
Author

codetycon commented Jul 11, 2023 via email

@timint
Copy link

timint commented Sep 29, 2023

Indeed I have this problem too. Reproduced by the following:

$client = new SoapClient('https://webpayadminservicestage.svea.com/AdminService.svc?WSDL');

PHP Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema from 'http://webpayadminservicestage.svea.com/AdminService.svc?xsd=xsd0'

Escalate this back to the API developers.

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

3 participants