swp-fu-eid / eid-fu-swp

Docker-based REST API implemented with Django and restframework.
MIT License
2 stars 1 forks source link

WSDLs for eID Card API #64

Closed Armagetron closed 6 years ago

Armagetron commented 7 years ago

@nils-wisiol @zervnet the WSDLs for TR-03112 have mixed linefeeds (LF & CR LF). Visual Studio was complaining about it.

Can you confirm this and report it?

nils-wisiol commented 7 years ago

It's too funny, there is one file that has CR [sic] line terminators

$ file *
CardInfoRepository.wsdl:                    XML 1.0 document, ASCII text, with CRLF line terminators
CardInfoRepository.xsd:                     XML 1.0 document, ASCII text, with CRLF, LF line terminators
CardInfo.xsd:                               XML 1.0 document, ASCII text
eCard-Protocols.xsd:                        XML 1.0 document, ASCII text, with CRLF, LF line terminators
eCard.wsdl:                                 XML 1.0 document, ASCII text, with CRLF line terminators
eCard.xsd:                                  XML 1.0 document, ASCII text, with CRLF line terminators
ecdsa.xsd:                                  XML 1.0 document, ASCII text, with CRLF line terminators
ISO24727-3.wsdl:                            XML 1.0 document, ASCII text, with CRLF, LF line terminators
ISO24727-3.xsd:                             XML 1.0 document, ASCII text, with CRLF line terminators
ISO24727-Protocols.wsdl:                    XML 1.0 document, ASCII text, with CRLF, LF line terminators
ISO24727-Protocols.xsd:                     XML 1.0 document, ASCII text, with CRLF line terminators
ISOCommon.xsd:                              XML 1.0 document, ASCII text, with CRLF, LF line terminators
ISOIFDCallback.wsdl:                        XML 1.0 document, ASCII text, with CRLF, LF line terminators
ISOIFDCallback.xsd:                         XML 1.0 document, ASCII text, with CRLF, LF line terminators
ISOIFD.wsdl:                                XML 1.0 document, ASCII text, with CRLF, LF line terminators
ISOIFD.xsd:                                 XML 1.0 document, ASCII text, with CRLF, CR, LF line terminators
Management.wsdl:                            XML 1.0 document, ASCII text, with CRLF, LF line terminators
Management.xsd:                             XML 1.0 document, ASCII text, with CRLF line terminators
oasis-dssx-1.0-profiles-encryption-0.5.xsd: XML 1.0 document, ASCII text, with CRLF line terminators
Support.wsdl:                               XML 1.0 document, ASCII text, with CRLF, LF line terminators
Support.xsd:                                XML 1.0 document, ASCII text, with CRLF line terminators
UpdateService.wsdl:                         XML 1.0 document, ASCII text, with CRLF, LF line terminators
xmlers-schema-draft-v0.3.xsd:               XML 1.0 document, ASCII text, with CRLF line terminators

Not sure how to report (we're waiting weeks for replies from BSI). Also not sure if they care enough. --__--

nils-wisiol commented 7 years ago

There is no official channel to report bugs to BSI (that I know of). We shall however collect a list of issues (possibly in a seperate github project?) that can be forwarded to BSI using non-official channels after we complete the project. I was told this will be appreciated.

zervnet commented 7 years ago

CR was the old MacOS newline style. kind of gives a hint to the age of the documents.

Armagetron commented 7 years ago

But that does not explain, why this document has all three variants...

This is then called standard.

nils-wisiol commented 7 years ago

I blame excessive copy and paste :-1:

larissazech commented 6 years ago

Not needed. Closed.