diadocsdk-java icon indicating copy to clipboard operation
diadocsdk-java copied to clipboard

Нет возможности получить через API схему xsd для формирования упрощенного XML-файл подписанта

Open nats56 opened this issue 1 year ago • 0 comments

https://developer.kontur.ru/Docs/diadoc-api/instructions/getdoctypes.html#doctype-signer исходя из документации чтобы получить xsd достаточно вызвать метод Diadoc.Api.documentType.DocumentTypeClient.getContent(String, String, String, int, XsdContentType) где последним атрибутом указать энам XsdContentType с типом SignerUserContractXsd. Но такого энама нет в XsdContentType

package Diadoc.Api.documentType;

public enum XsdContentType {
    TitleXsd,
    UserContractXsd
}

(версия diadocsdk 3.23.0)

nats56 avatar Oct 09 '24 12:10 nats56