White spaces required

When parsing XML, I get the following error.

[Fatal Error] :1:63: White spaces are required between publicId and systemId

XML uses a web service.

+3
source share
2 answers

The order should be as follows:, interpretation categorythen interpretation file.

+2
source

Basically the error says that your DOCTYPEshould have an identifier SYSTEMin the wsdl file

+1
source

All Articles